wie...@porcupine.org (Wietse Venema) writes: > Wietse Venema: >> Eric Abrahamsen: >> > pr-out unix - - n - - smtp >> > -o smtp_bind_address=184.106.81.119 >> > -o myhostname=mail.paper-republic.org >> > -o smtp_helo_name=mail.paper-republic.org >> > -o syslog_name=paper-republic.org >> >> For this, and for the other transport, make the logging distinct: >> >> pr-out unix - - n - - smtp >> -o syslog_name=postfix/pr-out >> ... >> ea-out unix - - n - - smtp >> -o syslog_name=postfix/ea-out >> ...
Thanks, Wietse, > Never mind, you already have distinct syslog name prefixes. I changed the syslog_name for these two transports anyway, just for my own information. The other services are still eg "paper-republic.org", but the transports are now eg "postfix/pr-out". > Still, it is a good idea to send email from the two domains, and > see if the from= address produces the correct syslog_name logging. Here's the good one: ericabrahamsen.net/smtpd[25870]: 9A2C82B82C5: client=unknown [123.115.139.67], sasl_method=PLAIN, sasl_username=e...@ericabrahamsen.net postfix/cleanup[25806]: 9A2C82B82C5: message-id=<87a8i2nhdz....@ericabrahamsen.net> opendkim[1969]: 9A2C82B82C5: DKIM-Signature field added (s=mail, d=mail.ericabrahamsen.net) postfix/qmgr[25734]: 9A2C82B82C5: from=<e...@ericabrahamsen.net>, size=727, nrcpt=1 (queue active) ericabrahamsen.net/smtpd[25870]: disconnect from unknown[123.115.139.67] postfix/ea-out/smtp[25871]: 9A2C82B82C5: to=<check-a...@verifier.port25.com>, relay=verifier.port25.com[38.95.177.125]:25, delay=1.5, delays=0.87/0. 02/0.25/0.4, dsn=2.6.0, status=sent (250 2.6.0 message received) postfix/qmgr[25734]: 9A2C82B82C5: removed When I get the response from port25.com, it contains: ========================================================== Details: ========================================================== HELO hostname: mail.ericabrahamsen.net Source IP: 50.56.99.223 mail-from: e...@ericabrahamsen.net Which is correct. Then the bad one: paper-republic.org/smtpd[25801]: 9BFA02B82C5: client=unknown[123.115.139.67], sasl_method=PLAIN, sasl_username=e...@paper-republic.org postfix/cleanup[25806]: 9BFA02B82C5: message-id=<87eg7enhge....@paper-republic.org> opendkim[1969]: 9BFA02B82C5: DKIM-Signature field added (s=mail, d=mail.paper-republic.org) postfix/qmgr[25734]: 9BFA02B82C5: from=<e...@paper-republic.org>, size=796, nrcpt=1 (queue active) postfix/pr-out/smtp[25807]: 9BFA02B82C5: to=<check-a...@verifier.port25.com>, relay=verifier.port25.com[38.95.177.125]:25, delay=1.2, delays=0.88/0.02/0.24/0.09, dsn=2.6.0, status=sent (250 2.6.0 message received) postfix/qmgr[25734]: 9BFA02B82C5: removed paper-republic.org/smtpd[25801]: disconnect from unknown[123.115.139.67] And the response: ========================================================== Details: ========================================================== HELO hostname: mail.paper-republic.org Source IP: 50.56.99.223 mail-from: e...@paper-republic.org So there the source IP is incorrect. I'm not seeing errors, at least not in any of the places I'm looking. My hosting provider says I'm on my own, which... fair enough. I know that the server's networking setup changed during the upgrade, but I don't know exactly how, and I don't know if that could affect things. I've removed the SPF TXT record for now. Thanks again... Eric