SMTP TLS not working
Hi,
I've followed this tutorial:
Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV)
and it's been running ok for a few weeks now, after initial teething. However, I've just tried to use SMTP TLS for the first time and found that I can't connect to the server. Sending without TLS is fine. here is the mail.log tail:
Jan 30 20:00:39 inauraa1 postfix/smtpd[21366]: connect from 88-108-85-82.dynamic.dsl.as9105.com[88.108.85.82]
Jan 30 20:00:44 inauraa1 postfix/smtpd[21366]: disconnect from 88-108-85-82.dynamic.dsl.as9105.com[88.108.85.82]
Jan 30 20:15:01 inauraa1 postfix/smtpd[21466]: connect from 88-108-85-82.dynamic.dsl.as9105.com[88.108.85.82]
Jan 30 20:15:06 inauraa1 postfix/smtpd[21466]: disconnect from 88-108-85-82.dynamic.dsl.as9105.com[88.108.85.82]
and here is the relevant part of main.cf:
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
The mail.error log shows nothing. I'm not sure which log to look in for what may be going wrong. Any ideas anyone?
Thanks,
Matt
|
Recent comments
1 hour 40 min ago
11 hours 7 min ago
11 hours 57 min ago
15 hours 30 min ago
19 hours 54 min ago
20 hours 16 min ago
22 hours 26 min ago
1 day 8 hours ago
1 day 13 hours ago
1 day 14 hours ago