I have a mail account where there is one suer with unlimited aliasing. When I want connect this mail server via fetchmail all the mails for the users just go to postmaster (root) but not to the users mailbox How can I do it in the fetchmailrc file poll nickname via mail.realserver.com with proto POP3 localdomains localhost user 'xyz' there with password 'abcd' is user1 user2 here options pass8bits warnings 3600 antispam 571 550 501 554 -- Togan Muftuoglu
On Sat, 20 Jan 2001, Togan Muftuoglu wrote:
I have a mail account where there is one suer with unlimited aliasing. When I want connect this mail server via fetchmail all the mails for the users just go to postmaster (root) but not to the users mailbox How can I do it in the fetchmailrc file poll nickname via mail.realserver.com with proto POP3 localdomains localhost user 'xyz' there with password 'abcd' is user1 user2 here options pass8bits warnings 3600 antispam 571 550 501 554
Okay, try something like this: poll pop3.your.mail.server localdomains Whatever.your.localdomains.are: protocol pop3 envelope "*" username "foo" there with password "bar" to * fetchall antispam 571 550 501 554 This should get the "To:" address from the Envelope of the email, and will deliver it to local users. You may want to modify it for "pass8bits" etc, but this is what is in my .fetchmailrc and it seems to work =o) -- ...ooO(The Purple Tiger)Ooo... ...ooO(Powered by SuSE Linux!)Ooo... ...ooO(PGP Key available upon request)Ooo... Key fingerprint = CA 82 C6 18 1E 21 17 04 E8 F2 FC 6C 96 F6 A8 73
participants (2)
-
The Purple Tiger
-
Togan Muftuoglu