IU am running Mageia 4.0 and am trying to get fetchmail to run as a service.
If I create a .fetchmailrc in my home directory and run fetchmail manually as myself (or with fetchmailconf running as myself), it works.
set postmaster "arromdee"
set bouncemail
set no spambounce
set softbounce
set properties ""
poll mail.xxxxxx.net with proto POP3
user 'arromdee' password 'xxxxxxxx' mda "/bin/procmail -d %T"
However, if I try it as a service and put it in /etc/fetchmailrc, the service seems to run as root and delivers the mail to root. Obviously I want it delivered to the user "arromdee" and for the procmail to use arromdee's .procmailrc and put the mail in arromdee's directories.
Also, how do I get fetchmail to log whenever it delivers messages?