Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2005 18:01:30 -0500
From:      Michael Sherman <msherman77@gmail.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   postfix help
Message-ID:  <d5f57b9c0512071501i2e32ed52q7e7a8a3b7eb41a22@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello all.

I am trying to get postfix to relay mail through my ISP, without much
luck though.

I installed postfix with sasl compiled in:
ldd /usr/local/libexec/postfix/smtpd
=09libsasl.so.8 =3D> /usr/local/lib/libsasl.so.8 (0x280be000)
=09libpam.so.3 =3D> /usr/lib/libpam.so.3 (0x280cb000)
=09libcrypt.so.3 =3D> /lib/libcrypt.so.3 (0x280d2000)
=09libsasl2.so.2 =3D> /usr/local/lib/libsasl2.so.2 (0x280eb000)
=09libssl.so.4 =3D> /usr/lib/libssl.so.4 (0x280ff000)
=09libcrypto.so.4 =3D> /lib/libcrypto.so.4 (0x28132000)
=09libpcre.so.0 =3D> /usr/local/lib/libpcre.so.0 (0x28243000)
=09libc.so.6 =3D> /lib/libc.so.6 (0x2826b000)
=09libldap-2.2.so.7 =3D> /usr/local/lib/libldap-2.2.so.7 (0x28354000)
=09liblber-2.2.so.7 =3D> /usr/local/lib/liblber-2.2.so.7 (0x2837e000)

sasld is running, was started before postfix was.
ps aux | grep sasl
root    14646  0.0  0.4  1444   712  ??  Is    4:54PM   0:00.00
/usr/local/sbin/saslauthd1 -a pam

here is an excerpt of my main.cf

relayhost =3D smtp.broadband.rogers.com
smtp_sasl_auth_enable =3D yes
smtp_sasl_security_options =3D noanonymous
smtp_sasl_password_maps =3D hash:/usr/local/etc/postfix/sasl_passwd


Yet when I try to send any mail it gets bounced back by Rogers (which
uses Yahoo for mail services) :

tail /var/log/maillog

Dec  7 17:46:09 mike postfix/cleanup[14941]: 70BED50856:
message-id=3D<200512072246.jB7Mk981014938@FreeBSD>
Dec  7 17:46:09 FreeBSD postfix/qmgr[14908]: 70BED50856:
from=3D<michael@mike.dyndns.org>, size=3D565, nrcpt=3D1 (queue active)
Dec  7 17:46:09 m sendmail[14938]: jB7Mk981014938:
to=3Dmsherman@gmail.com, ctladdr=3Dmichael (1001/1001), delay=3D00:00:00,
xdelay=3D00:00:00, mailer=3Drelay, pri=3D30057, relay=3D[127.0.0.1]
[127.0.0.1], dsn=3D2.0.0, stat=3DSent (Ok: queued as 70BED50856)
Dec  7 17:46:09 FreeBSD postfix/smtpd[14939]: disconnect from
localhost[127.0.0.1]
Dec  7 17:46:09 FreeBSD postfix/smtp[14942]: 70BED50856:
to=3D<msherman@gmail.com>,
relay=3Dsmtp-rog.mail.yahoo2.akadns.net[206.190.36.18], delay=3D0,
status=3Dbounced (host smtp-rog.mail.yahoo2.akadns.net[206.190.36.18]
said: 530 authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html (in reply to MAIL
FROM command))
Dec  7 17:46:09 FreeBSD postfix/cleanup[14941]: C244750865:
message-id=3D<20051207224609.C244750865@mike.dyndns.org>
Dec  7 17:46:09 FreeBSD postfix/qmgr[14908]: C244750865: from=3D<>,
size=3D2600, nrcpt=3D1 (queue active)
Dec  7 17:46:09 FreeBSD postfix/qmgr[14908]: 70BED50856: removed
Dec  7 17:46:09 FreeBSD postfix/smtp[14942]: C244750865:
to=3D<michael@FreeBSD.dyndns.org>,
relay=3Dsmtp-rog.mail.yahoo2.akadns.net[206.190.36.18], delay=3D0,
status=3Dbounced (host smtp-rog.mail.yahoo2.akadns.net[206.190.36.18]
said: 530 authentication required - for help go to
http://help.yahoo.com/help/us/mail/pop/pop-11.html (in reply to MAIL
FROM command))
Dec  7 17:46:09 FreeBSD postfix/qmgr[14908]: C244750865: removed

Any ideas?
Thanks in advance



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d5f57b9c0512071501i2e32ed52q7e7a8a3b7eb41a22>