[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Jan Ceuleers via Postfix-users
On 21/06/2024 13:06, Jeff Peng via Postfix-users wrote: > >> If you want to enable them, you have to uncomment ALL lines for >> submission >> service to work correctly. > > just further, for smtps service, can i just comment out all of options > to enable it? > > #smtps inet  n   -   y 

[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Jaroslaw Rafa via Postfix-users
Dnia 21.06.2024 o godz. 19:06:38 Jeff Peng via Postfix-users pisze: > > >If you want to enable them, you have to uncomment ALL lines for > >submission > >service to work correctly. > > just further, for smtps service, can i just comment out all of > options to enable it? Yes, you should. -- Reg

[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Matus UHLAR - fantomas via Postfix-users
On 21.06.24 17:07, Jeff Peng via Postfix-users wrote: I have changed the setting for submission to: submission inet n - y - - smtpd # -o syslog_name=postfix/submission better uncomment this one as well, you should know how the mail was sent without reading firew

[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Jeff Peng via Postfix-users
If you want to enable them, you have to uncomment ALL lines for submission service to work correctly. just further, for smtps service, can i just comment out all of options to enable it? #smtps inet n - y - - smtpd # -o syslog_name=postfix/smtps # -o s

[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Jeff Peng via Postfix-users
If you want to enable them, you have to uncomment ALL lines for submission service to work correctly. That's good idea. Thanks Rafa. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@po

[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Jaroslaw Rafa via Postfix-users
Dnia 21.06.2024 o godz. 07:54:40 Jeff Peng via Postfix-users pisze: > for these options for submission in master.cf: > > submission inet n - y - - smtpd > # -o syslog_name=postfix/submission > # -o smtpd_tls_security_level=encrypt > -o smtpd_sasl_auth_enable=yes >

[pfx] Re: question for a directive in master.cf

2024-06-21 Thread Jeff Peng via Postfix-users
The default value is "no", as expected. $ postconf -d smtpd_sasl_auth_enable smtpd_sasl_auth_enable = no Best practice is to enable SASL auth only on the submission ports and NOT on port 25. I have changed the setting for submission to: submission inet n - y -

[pfx] Re: question for a directive in master.cf

2024-06-20 Thread Viktor Dukhovni via Postfix-users
On Fri, Jun 21, 2024 at 07:54:40AM +0800, Jeff Peng via Postfix-users wrote: > Hello > > for these options for submission in master.cf: > > submission inet n - y - - smtpd > # -o syslog_name=postfix/submission > # -o smtpd_tls_security_level=encrypt > -o smtpd_sa