Re: problems with permit_sasl and unknown_address

2010-04-06 Thread Yves Dorfsman
Noel Jones wrote: On 4/4/2010 8:03 PM, Yves Dorfsman wrote: This accepts mail from SASL-authenticated clients and rejects unknown stuff from SASL-unauthenticated clients. Your mail is rejected because the client is not SASL authenticated. That's right I get rejected before I even hav

Re: problems with permit_sasl and unknown_address

2010-04-04 Thread Yves Dorfsman
smtpd_client_restrictions = permit_sasl_authenticated, reject_unknown_address,reject_unknown_client, reject_unknown_reverse_client_hostname, check_client_access hash:/etc/postfix/access, reject_rbl_cl

Re: problems with permit_sasl and unknown_address

2010-04-02 Thread Yves Dorfsman
Wietse Venema wrote: There's no reject_unknown_* in there, so this does not reproduce the complaint. Right, because I had commented them out in order to make it work. I put them back, here's the output of postconf -n broken_sasl_auth_clients = yes command_directory = /usr/sbin config_dire

Re: problems with permit_sasl and unknown_address

2010-04-02 Thread Yves Dorfsman
Wietse Venema wrote: For years I have been using the settings: smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, permit This allows relaying only from "local" clients. smtpd_client_restrictions = permit_sasl_authenticated,

problems with permit_sasl and unknown_address

2010-04-01 Thread Yves Dorfsman
Hello, I am using postfix version 2.5.6. For years I have been using the settings: smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, permit smtpd_client_restrictions = permit_sasl_authenticated, reje