fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] Fetchmail as a mail redirector?

2003-02-18 04:23:09
"Rob MacGregor" <rob_macgregor(_at_)hotmail(_dot_)com> wrote:

What I was trying to say, in my usual backwards manner, was that I
want to use fetchmail to redirect the email.  While I could use
sendmail, I'd rather not.

So you're thinking of something like this?

  poll pop.provider1.org user "user1" is "user1(_at_)somecompany(_dot_)com"
  poll pop.provider2.org user "user2" is "user2(_at_)elsewhere(_dot_)com"

You want fetchmail to deliver to different SMTP servers for each of the 
different users? I don't know if the following can be done:

  poll pop.provider1.org user "user1" is "user1(_at_)somecompany(_dot_)com"
    no rewrite
    smtpaddress somecompany.com
    smtphost mx.somecompany.com
  poll pop.provider2.org user "user2" is "user2(_at_)elsewhere(_dot_)com"
    no rewrite
    smtpaddress elsewhere.com
    smtphost mx.elsewhere.com

I admit I am curious if fetchmail supports this. I can't test it here, but 
maybe you can try?

-- 
Mit freundlichen Grüßen / Kind regards
Dipl. Inform. Ralph Seichter