[Postfixbuch-users] Postfix und Hylafax
Philipp Wollermann
philipp at igowo.de
Mo Jul 30 00:26:31 CEST 2007
Info Beilfuss wrote:
> Brauch ich jetzt smtp oder smtpd????
Hauptsächlich erstmal Ahnung, was du überhaupt willst!
smtp = client = dein Postfix schickt etwas, an einen anderen Mailserver
smtpd (smtp + daemon) = server = dein Postfix empfängt eine Mail
Also - willst du eine Mail verschicken? Offensichtlich! Geht das? Nein!
Warum nicht? Weil dein Postfix sich, wenn er eine Mail an fax at wwwww.eu
*schicken* (= client) will, bei dem Server dort (smtp.xxx.net) anmelden
muss (= sasl).
Also in die main.cf:
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
Und in /etc/postfix/sasl_passwd:
smtp.xxx.net benutzername:passwort
Dann sollte es funktionieren.
Übrigens:
> A: Because it fouls the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing on usenet and in e-mail?
Viele Grüße,
Philipp
Mehr Informationen über die Mailingliste Postfixbuch-users