On 05/28/2013 06:39 PM, Mike Hommey wrote: > Running your own MTA without a smart host is a > PITA these days. So you're better off using an external SMTP server > directly.
I agree. Which is why postfix can be configured for that: # cat /etc/postfix/main.cf [ ... ] relayhost = mx.example.com smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/saslpw smtp_sasl_security_options = [ ... ] # cat /etc/postfix/saslpw mx.example.com tho...@example.com:MySuPeRpAsS Isn't this what the smarthost option of postfix does (I do this by hand)? If we don't have it, it'd be easy to implement anyway. Thomas -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/51a4d9ba.5000...@debian.org