In article <[EMAIL PROTECTED]> you write:

>Problem is that exim doesn't know that
>[EMAIL PROTECTED] is "user" here.  Had to set that up for fetchmail, and it
>works great.  But when I send mail, my ISP thinks I'm unauthorized
>(obviously, I am) and kicks my mail back.  How do I get exim to rewrite my
>header from [EMAIL PROTECTED] to [EMAIL PROTECTED]  Can I just get exim to read
Let me check I've understood the problem correctly; your ISP sends you
email at the address <[EMAIL PROTECTED]>, and only accepts email from the
user <[EMAIL PROTECTED]>, but you login as "user" ?

If so, try this at the bottom of your exim.conf:

[EMAIL PROTECTED]  "${if match {$header_from:[EMAIL PROTECTED] [EMAIL 
PROTECTED] fail }" EFf

This is off the top of my head, but should be in the right direction.
Be sure to check out www.exim.org .


Paul Slootman
-- 
home: [EMAIL PROTECTED] | work: [EMAIL PROTECTED] | debian: [EMAIL PROTECTED]
http://www.wurtel.demon.nl | Murphy Software,   Enschede,   the Netherlands

Reply via email to