Re: 530 5.7.1 Authentication required

2014-06-18 Thread Wietse Venema
Luigi Cirillo: > telnet smtp.mydomain.com 25 That's port 25. > submission inet n - - - - smtpd > -o syslog_name=postfix/submission > # -o smtpd_tls_security_level=encrypt > -o smtpd_sasl_auth_enable=yes > -o smtpd_client_restrictions=permit_sasl_authenticated,

Re: 530 5.7.1 Authentication required

2014-06-18 Thread li...@rhsoft.net
Am 18.06.2014 20:42, schrieb Luigi Cirillo: > Ok, sorry Wietse, > this is the telnet output I changed the domain (mydomain), > host(myhost), the computer I connect with telnet > (myremote-client-telnet) and my ip(0.0.0.0)... for privacy: > > telnet smt

Re: 530 5.7.1 Authentication required

2014-06-18 Thread Luigi Cirillo
Ok, sorry Wietse, this is the telnet output I changed the domain (mydomain), host(myhost), the computer I connect with telnet (myremote-client-telnet) and my ip(0.0.0.0)... for privacy: telnet smtp.mydomain.com 25 Trying 81.4.108.167... Connected to mydo

Re: 530 5.7.1 Authentication required

2014-06-18 Thread Wietse Venema
Luigi Cirillo: > Thank you Wietse, I have the option "-o > smtpd_client_restrictions=permit_sasl_authenticated,reject enabled" > for submission "inet n - - - - smtpd", I > think it is the same. > I continue to send emails from telnet and postfix does not ask for auth.

Re: 530 5.7.1 Authentication required

2014-06-18 Thread Luigi Cirillo
Thank you Wietse, I have the option "-o smtpd_client_restrictions=permit_sasl_authenticated,reject enabled" for submission "inet n - - - - smtpd", I think it is the same. I continue to send emails from telnet and postfix does not ask for auth. On Wed, Jun 18, 2014 at

Re: 530 5.7.1 Authentication required

2014-06-18 Thread Wietse Venema
Luigi Cirillo: > How can I enable the authentication before the "MAIL FROM: > du...@dummy.com" command? smtpd_client_restrictions = permit_sasl_authenticated, reject This will reject all RCPT TO commands. That is good enough. Wietse

530 5.7.1 Authentication required

2014-06-18 Thread Luigi Cirillo
How can I enable the authentication before the "MAIL FROM: du...@dummy.com" command? I tried with: smtpd_tls_auth_only = yes in main.cf and in master.cf: -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sasl_auth_enable=yes But it not work, I can still send any email from re