| Postfix mit SMTP-Auth für ausgehende Verbindungen |
|
|
|
| Geschrieben von Administrator | |
| Tuesday, 20. March 2007 | |
|
Server verschickt Mail über Smarthost, aber Smarthost lässt nur SMTP-Auth zu. So aktiviert man das in Postfix unter Debian Sarge: 1.) apt-get install postfix-tls libsasl2-modules 2.) Die /etc/postfix/main.cf anpassen: relayhost = mail.domain.de ... smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous 3.) Den für SMTP-Auth zu verwendenden User angeben: echo "mail.domain.de user:password" >> /etc/postfix/sasl_passwd postmap /etc/postfix/sasl_passwd /etc/init.d/postfix restart Nun sollte der Versand über SMTP-Auth mit Smarthost funktionieren. Mehr Infos hier und hier. |
| weiter > |
|---|


