Hello everyone, I've been banging my head against the wall on this one. Here's what I'm trying to do.
I have exim installed I want local mail delivered locally like: MAIL TO [EMAIL PROTECTED] FROM [EMAIL PROTECTED] In other words all local mail stays local. This is currently working with all the addresses being formed correctly so that a reply stays local. I want outgoing mail to be delivered MAIL TO [EMAIL PROTECTED] FROM [EMAIL PROTECTED] # my real email address This is where the system fails. It uses my local address as the origin and REPLY field instead of my email address: FROM [EMAIL PROTECTED] instead of FROM [EMAIL PROTECTED] So what I'm asking is how do I get exim to use my email address ([EMAIL PROTECTED]) on outgoing mail but not on local mail? Thanks David Bellows