Re: help requested with postfix as smtp client + auth
In article <bptvoc$i3o$03$1@news.t-online.com>, Torsten Stauder wrote:
> "smtp_sasl_auth_enable" and it will work (if your postfix supports sasl).
> Don't forget running "postmap sasl_passwd" in your shell before
> restarting the server for creating a new postfix-database-file on your
> sasl-account(s).
I changed the smtpd to smtp, stoppedd postfix, ran postmap sasl_passwd,
then started postfix, and then sent another test email, and got a
different error message in /var/log/mail/info:
Nov 24 18:58:48 frank postfix/postfix-script: stopping the Postfix mail
system
Nov 24 18:58:48 frank postfix/master[8832]: terminating on signal 15
Nov 24 18:59:10 frank postfix/postfix-script: starting the Postfix mail
system
Nov 24 18:59:10 frank postfix/master[9695]: daemon started -- version
2.0.13
Nov 24 19:00:14 frank postfix/pickup[9700]: 1FCEC6EDEC: uid=501
from=<waxmop>
Nov 24 19:00:14 frank postfix/cleanup[9714]: 1FCEC6EDEC:
message-id=<20031125000014.GA9702@frank.overlook.homelinux .net>
Nov 24 19:00:14 frank postfix/nqmgr[9701]: 1FCEC6EDEC:
from=<waxmop@overlook.homelinux.net>, size=489, nrcpt=1 (queue active)
Nov 24 19:00:15 frank postfix/smtp[9716]: 1FCEC6EDEC:
to=<mwilson@sarcastic-horse.com>,
relay=smtp-sbc.mail.yahoo.com[217.12.12.194], delay=1, status=deferred
(Authentication failed: cannot SASL authenticate to server
smtp-sbc.mail.yahoo.com[217.12.12.194]: no mechanism available)
Nov 24 19:32:31 frank postfix/nqmgr[9701]: 1FCEC6EDEC:
from=<waxmop@overlook.homelinux.net>, size=489, nrcpt=1 (queue active)
Nov 24 19:32:33 frank postfix/smtp[9801]: 1FCEC6EDEC:
to=<mwilson@sarcastic-horse.com>,
relay=smtp-sbc.mail.yahoo.com[217.12.12.194], delay=1939,
status=deferred (Authentication failed: cannot SASL authenticate to
server smtp-sbc.mail.yahoo.com[217.12.12.194]: no mechanism available)
I suspect that maybe my postfix install doesn't support sasl. I have
cyrus-sasl installed, and the process is running. Any ideas?
|