[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fetchmail



Since the topic has turned to fetchmail,  below is my /root/.fetchmail.rc

poll mail.rust.net proto pop3:
  no envelope no dns
  localdomains whitemice.org estate1.whitemice.org
  user estate is root * here,
  password XXXXXXXX fetchall;

This gets all my mail,  but anything from a maillist or .forward from another
host goes to root.  So I have to sort and forward all of it out to the
respective user.  This .fetchmailrc looks just like what the FAQ says I should
have.