Hi all,
I am trying to install fetchmail using forwarding, after the mails get downloaded to single account to the linux box locally from one real pop account, how I am I actually transfer to appropriate to the mail boxes. Is there any thing to be done in postfix or in procmail.
kindly explain
warm regards, thanks in advance, Raman.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Sometime on Sat, Aug 06, 2005 at 05:03:03AM -0700, Ramang G said:
Hi all,
I am trying to install fetchmail using forwarding, after the mails get downloaded to single account to the linux box locally from one real pop account, how I am I actually transfer to appropriate to the mail boxes. Is there any thing to be done in postfix or in procmail.
If you already have a multidrop account then this fis my fetchmailrc file
poll pop.mailserver.com: localdomains yourdomain.com no dns user "anurag" pass "topsecret" is anurag # list of local users anurag2 anurag3 * here fetchall dropdelivered # end
Anurag
On Saturday 06 Aug 2005 5:54 pm, Anurag wrote:
If you already have a multidrop account then this fis my fetchmailrc file
poll pop.mailserver.com: localdomains yourdomain.com no dns user "anurag" pass "topsecret" is anurag # list of local users anurag2 anurag3 * here fetchall dropdelivered # end
too complicated - everytime you add or remove a user you will have to edit this file. Here's mine
poll mydomain.com proto POP3 no dns envelope Envelope-To timeout 90 user maildrop@mydomain.com password xxxx to * here
postfix will do the rest