Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Setting Fetchmail -a -m procmail as a Cron ??
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
IcedTerror
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2003
Posts: 78

PostPosted: Thu Feb 05, 2004 4:51 am    Post subject: Setting Fetchmail -a -m procmail as a Cron ?? Reply with quote

I placed this line in my crontab yet it doesnt seem to work.

Code:

*/10 * * * * /usr/bin/fetchmail -a -m /usr/bin/procmail


I then did this

Code:


crontab /etc/crontab



is there any other way I can set fetch mail to get the email and use procmail to deliver it via a cron ??
Back to top
View user's profile Send private message
gregf
Tux's lil' helper
Tux's lil' helper


Joined: 14 May 2003
Posts: 102
Location: USA, Maine

PostPosted: Thu Feb 05, 2004 5:10 am    Post subject: Reply with quote

This is what i have in my .fetchmailrc which uses procmail to deliver the goods so to speak. I also have a crontab created for my user.

Code:
*/10 * * * * /usr/bin/fetchmail > /dev/null 2>&1


Code:
poll dev.gentoo.org proto pop3
        user insert_user_here pass "insert_pass_here" nokeep ssl
        mda "/usr/bin/formail -ds procmail


Hope this helps.

--Greg
Back to top
View user's profile Send private message
IcedTerror
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2003
Posts: 78

PostPosted: Thu Feb 05, 2004 5:23 am    Post subject: Reply with quote

Thanks that took care of it.
I had just left procmail out of my .fetchmailrc file.
Thanks again.

IT
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum