Page 1 of 1

Fetchmail question

Posted: Fri Dec 09, 2005 5:13 pm
by jbeam
Now that I'm up and running, I've got a question re: using fetchmail.

I've installed fetchmail and have modified my .fetchmailrc file with no issues. Shortly I will set it up in daemon mode to check at a regular interval.

My question is this... if this works on a per-user basis, to have my scalix box grab pop email for multiple users, will I need to create a single .fetchmailrc for all of these users under the root account?

If so, does this mean that the root (or whatever account I use for this group processing) needs to be logged in to the scalix box in order to get the pop email for all users?

Any advice would be welcome!

Thank you.
-Jason

Posted: Sat Dec 10, 2005 12:21 pm
by ScalixSupport
You don't need a .fetchmailrc file in /root/ because fetchmail allows you to specify the location of the configuration file.

I have a file /etc/fetchmailrc and a startup script that calls:

Code: Select all

/usr/bin/fetchmail -d 120 -f /etc/fetchmailrc


So fetchmail polls all the POP mailboxes every 2 minutes.

Cheers

Dave.

Posted: Sat Dec 10, 2005 6:55 pm
by jbeam
Hey, that makes sense... I'll give it a try.

Thank you.

-jason