This is a discussion on Re: smtp authentication within the mailing.postfix.users forums, part of the Mail Servers and Related category; Ralf Hildebrandt schrieb: > * Daniel Kollmer <decoy@tni.org>: > > >>>/etc/postfix/main.cf: &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ralf Hildebrandt schrieb:
> * Daniel Kollmer <decoy@tni.org>: > > >>>/etc/postfix/main.cf: >>> smtpd_recipient_restrictions = >>> permit_mynetworks permit_sasl_authenticated ... >> >>IMHO you have to put this under smtp_client_restrictions and/or >>smtp_sender_restrictions > > > Not at all. > > >>>/usr/local/lib/sasl2/smtpd.conf: >>> pwcheck_method: pwcheck > > > SASL2? Has no pwcheck Why does http://www.postfix.org/SASL_README.html says the opposite then? Quote: (SASL version 2.1.1) /usr/local/lib/sasl2/smtpd.conf: pwcheck_method: pwcheck The source-tar of Cyrus-sasl-2.1.20 does include a directory named "pwcheck" and you can enable pwcheck with --include-pwcheck as a parameter to the configuration script. /Peter |