On 2007-07-01T17:34:59+0100, Pigeon wrote: > How do I force postfix to use AUTH LOGIN when it seems determined to > ignore my smtpd.conf?
All paths relative to /etc/postfix. Ensure you have something like this in main.cf: smtp_sasl_auth_enable = yes smtp_sasl_mechanism_filter = login smtp_sasl_password_maps = hash:/etc/postfix/sasl_password and an entry for the remote server in sasl_password. My requirement is that mail is relayed via localhost:1025 (and $USER, $PASSWORD replaced with actual values) and just telling you so you have an example: [127.0.0.1]:1025 $USER:$PASSWORD /Allan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

