From: Santa C. <fu...@ho...> - 2007-03-21 17:39:43
|
HI Please could you let me know if the following is possiable and how to do it. I am using fetchmail to download email from a "catchall account" at our isp. I want to know if it is possiable to block / delete a user when it is downloaded by fetchmail. The user must still be able to send and receive mail on the local server. This is my fetchmail.cron file (Runs every 10min) fetchmail -f /etc/fetchmailrc if [ $? = 0 ] then echo "Mail completed at `date`">>/etc/mail/fetchmail.log elif [ $? = 1 ] then echo "No mail to retrieve at `date`">>/etc/fetchmail.log fi This is my fetchmail rc file: set postmaster (ro...@co...) set bouncemail set properties "" poll pop.connoisseur.co.za protocol POP3 nodns localdomains connoisseur.co.za username web...@co... password mxg123 to * here smtp 192.1.1.240 fetchall forcecr regards Fution _________________________________________________________________ Message offline contacts without any fire risk! http://www.communicationevolved.com/en-za/ |