| root@dur:~# tail /var/log/mail.log | |
| Aug 28 06:45:44 dur postfix/smtpd[10580]: warning: TLS library problem: 10580:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1247:SSL alert number 48: | |
| Aug 28 06:45:44 dur postfix/smtpd[10580]: lost connection after STARTTLS from localhost[127.0.0.1] | |
| Aug 28 06:45:44 dur postfix/smtpd[10580]: disconnect from localhost[127.0.0.1] | |
| Aug 28 06:46:44 dur postfix/smtpd[10580]: connect from localhost[127.0.0.1] | |
| Aug 28 06:47:26 dur postfix/smtpd[10580]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <test6@dur.bounceme.net>: Recipient address rejected: User unknown in local recipient table; from=<thufir@dur.bounceme.net> to=<test6@dur.bounceme.net> proto=ESMTP helo=<testing> | |
| Aug 28 06:47:35 dur postfix/smtpd[10580]: disconnect from localhost[127.0.0.1] | |
| Aug 28 06:52:49 dur dovecot: pop3-login: Login: user=<thufir>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=10619, TLS | |
| Aug 28 06:52:49 dur dovecot: pop3(thufir): Disconnected: Logged out top=0/0, retr=0/0, del=0/3, size=6300 | |
| Aug 28 06:54:37 dur dovecot: pop3-login: Login: user=<thufir>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=10628, TLS | |
| Aug 28 06:54:37 dur dovecot: pop3(thufir): Disconnected: Logged out top=0/0, retr=0/0, del=0/3, size=6300 | |
| root@dur:~# | |
| root@dur:~# | |
| root@dur:~# postconf -n | |
| alias_database = hash:/etc/aliases | |
| alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases | |
| append_dot_mydomain = no | |
| biff = no | |
| broken_sasl_auth_clients = yes | |
| config_directory = /etc/postfix | |
| default_transport = smtp | |
| home_mailbox = Maildir/ | |
| inet_interfaces = loopback-only | |
| mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}" | |
| mailbox_size_limit = 0 | |
| mailman_destination_recipient_limit = 1 | |
| mydestination = $myhostname localhost.$mydomain localhost $mydomain | |
| myhostname = dur.bounceme.net | |
| mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 | |
| readme_directory = no | |
| recipient_delimiter = + | |
| relay_domains = lists.example.com | |
| relay_transport = relay | |
| relayhost = | |
| smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache | |
| smtp_use_tls = yes | |
| smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) | |
| smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination | |
| smtpd_sasl_auth_enable = yes | |
| smtpd_sasl_authenticated_header = yes | |
| smtpd_sasl_local_domain = $myhostname | |
| smtpd_sasl_path = private/dovecot-auth | |
| smtpd_sasl_security_options = noanonymous | |
| smtpd_sasl_type = dovecot | |
| smtpd_tls_auth_only = yes | |
| smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem | |
| smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key | |
| smtpd_tls_mandatory_ciphers = medium | |
| smtpd_tls_mandatory_protocols = SSLv3, TLSv1 | |
| smtpd_tls_received_header = yes | |
| smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache | |
| smtpd_use_tls = yes | |
| tls_random_source = dev:/dev/urandom | |
| transport_maps = hash:/etc/postfix/transport | |
| root@dur:~# | |
| root@dur:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment