Am 10.07.2016 um 22:38 schrieb Timothy Murphy:
Reindl Harald wrote:
while you are at it consider postfix which is way easier to configure and maintain
I'm actually running postfix + dovecot on my home servers, but I like to keep the laptop setup as simple as possible, and I haven't found postfix all that simple
seriously?
dnf install postfix cyrus-sasl-md5
/etc/postfix/main.cf: relayhost = [your-relayhost]:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd.cf
/etc/postfix/sasl_passwd.cf: # AFTER CHANGES: "postmap/etc/postfix/sasl_passwd.cf " [your-relayhost]:587 your-relay-user:your-relay-password