On Jul 12, 2009, at 1:31 AM, Robert Schetterer wrote:

Bradley Giesbrecht schrieb:
How can I offer starttls on port 587 and not port 25?

I've tried moving the tls statements from main.cf to master.cf under 587
but postfix is still offering tls on port 25.


Thanks,
Bradley Giesbrecht
Hi,
what have you tried something like this in master.cf ?

submission   inet    n       -       n       -       100       smtpd
 -o smtpd_etrn_restrictions=reject
 -o smtpd_tls=yes
 -o smtpd_sasl_auth_enable=yes
 -o smtpd_client_restrictions=permit_sasl_authenticated,reject


Exactly and thank you. I'm using 50587 rather then submission but your reply convinced me I should be able to do this so I looked at my conf again and I had mtpd_sasl_auth_enable=yes twice in main.cf and had only commented out one.

Problem solved.

Again, thank you,

Brad

Reply via email to