Mark Constable writes:
I know how to do this with courier-imap and it works great but I've been playing with postfix and found that this config below actually provides a virtually branded set of headers for the recipient, passing both SPF and eyeball tests.Is there any way that courier-mta can do the same thing?
It's unclear to me what this is referring to. The same code handles SSL cert setup for smtp that does for imap, so IP address-specific certs should work fine for smtp too.
But if this is about the stuff that goes into Received: headers, no, Courier always puts its primary hostname into the Received: headers. But I'd be surprised if more than 1% of mail users ever look at mail headers, so I see very little to be accomplished there.
/etc/postfix/master.cf 12.34.56.78:smtps inet n - - - - smtpd -o myhostname=domain1.com -o smtpd_tls_wrappermode=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING -o smtpd_tls_cert_file=/etc/postfix/domain1.com.crt -o smtpd_tls_key_file=/etc/postfix/domain1.com.key -o smtpd_tls_CAfile=/etc/postfix/domain1.com.ca 12.34.56.78- unix - n n - - smtp -o smtp_bind_address=12.34.56.78 -o smtp_bind_address6= -o smtp_address_preference=ipv4 ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
pgp0TgOMqMiuJ.pgp
Description: PGP signature
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users