On Fri, Dec 13, 2002 at 02:50:28PM +0000, Johann Spies wrote:
| On Fri, Dec 13, 2002 at 01:25:12PM +0100, [EMAIL PROTECTED] wrote:
| > Hi all!
| > 
| > I'm using exim (MTA) and mutt (MUA) and I'm able to send (external)
| > emails directly from exim with:
| 
| > exim -f username [EMAIL PROTECTED]
| > 
| > I have to rewrite the sender-name (which is not the same as the
| > from:-address) with "username" which is expected from my ISP.
| > 
| > So:
| > * How do I tell exim (/etc/exim.conf) to rewrite any sender name of
| >   a local user with "username" (I'm a single user on my laptop)? or

| Try this in your /etc/exim/exim.conf or /etc/email-addresses
| 
| *@your_hostname [EMAIL PROTECTED] Ffrs
                                     ^^^^

Only use all of those flags if you want the From: and Reply-To:
headers modified as well.  If all you want is the envelope sender to
be changed use just the 'F' flag.  (see section 34.6 of spec.txt)

| > * How do I tell mutt to rewrite the sender-name (ie joe@myhostname)
| >   with "username" (set sendmail="/usr/sbin/exim -f username" ... in
| >   my .muttrc doesn't work ... maybe my old version of mutt (0.91)
| >   doesn't deliver flags to exim)?

mutt passes the flag to exim, but exim ignores it because you are not
a "trusted_user".  See the exim manual for details on that.

-D

-- 
Running Windows is kinda like playing blackjack:
User stays on success, reboots on failure
 
http://dman.ddts.net/~dman/

Attachment: msg18908/pgp00000.pgp
Description: PGP signature

Reply via email to