10 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] <user>@<host> instead...
FromSent OnAttachments
Rainer SiglJul 4, 2006 12:59 pm 
Brian CandlerJul 5, 2006 5:46 am 
Rainer SiglJul 5, 2006 1:23 pm 
Brian CandlerJul 5, 2006 3:29 pm 
Brian CandlerJul 5, 2006 3:40 pm 
Rainer SiglJul 6, 2006 12:51 am 
Brian CandlerJul 6, 2006 1:04 am 
Rainer SiglJul 6, 2006 1:40 am 
Brian CandlerJul 6, 2006 1:45 am 
Rainer SiglJul 6, 2006 3:12 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] <user>@<host> instead of <user>@<domain> in envelope sending email with sqwebmail?Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jul 5, 2006 3:40:35 pm
List:net.sourceforge.lists.courier-sqwebmail

On Wed, Jul 05, 2006 at 11:29:40PM +0100, Brian Candler wrote:

Or you can modify newmsg.c to call login_fromhdr() instead of login_returnaddr() to pass to sendit.sh

Sorry, that won't work, since you'd first need to parse the From: address to strip out the comments, leaving just the E-mail address.

Better to use an exim router to change the return address (errors_to = ...). Make sure it is only run for locally-submitted mail (or better, mail whose existing return address is .*@mpemail)

Regards,

Brian.