On 21 Oct 2008, at 18:30, Brian Evans - Postfix List wrote:
...
SASL is already configured on the host:
$ sudo grep btopenworld.com /etc/postfix/*
/etc/postfix/main.cf:relayhost = [mail.btopenworld.com]
/etc/postfix/sasl_passwd:mail.btopenworld.com
[EMAIL PROTECTED]:password
Binary file /etc/postfix/sasl_passwd.db matches
$
mail.btopenworld.com does not necessarily match [mail.btopenworld.com]
From the docs:
#
The "[" and "]" prevent Postfix from looking up the MX (mail
exchanger)
records for the enclosed name. If you use this form in main.cf, then
you
must use the same form also in the smtp_sasl_password_maps file.
#
What happens if you make them match with the brackets?
Sweet! :D
Oct 21 18:46:00 freds-computer postfix/smtp[9356]: 7D5B727B93A: to=<[EMAIL PROTECTED]
>, relay=pop-smtp1-f.bt.mail.vip.ird.yahoo.com[217.146.188.192],
delay=1, status=sent (250 ok 1224611164 qp 20852)
Oct 21 18:46:05 freds-computer postfix/smtp[9356]: 8072027B93C: to=<[EMAIL PROTECTED]
>, relay=mail.btopenworld.com[217.146.188.192], delay=1, status=sent
(250 ok 1224611169 qp 5579)
...
Many MANY thanks for your patient and expert help.
BTW, Postfix 2.1 is quite old. You may consider moving to the latest
version 2.5.5 (currently)
Yeah, but it's the typical big fear of messing with any of the Unixy
stuff shipped on a Mac - that an automated update will break something.
Stroller.