Mark Constable writes: > On 05/02/11, Mark Constable wrote: >> > The only thing they can do is set the envelope sender on forwarded mail >> > to point to their own domain, with its own SPF record. >> >> perhaps a hint as to which one would suit rewritting the envelope From >> via a .courier file? > > To answer my own question, this seems to work (Debian)... > > ~ cat .courier-markc2 > |/usr/sbin/sendmail -verp [email protected] > > However, another question, the Return-Path seems to differ from the > sender= so which one is the real envelope From as seen by xxxx.com.au?
Return-Path: is the traditional header where the envelope sender address is saved, when a message is delivered to a mailbox. > Delivered-To: [email protected] > Return-Path: <[email protected]> You don't really want that. Just use -f. ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
