From: Jakob H. <jh...@pl...> - 2005-10-27 10:42:27
|
Karel Kulhavy wrote: Please keep list traffic on the list. >> I personally would always recommend using fetchmail with the mda option > What is mda option? It means that your mail is not delivered over smtp but to the local delivery agent, which (usually) simply drops it in your inbox. I use: defaults mda "/usr/sbin/sendmail -i %T" is "jh" here poll imap.web.de proto imap user x pass y fetchall ssl For more information: man fetchmail > What is multidrop? The opposite of single-drop, which you are using. For more information: man fetchmail |