From: Dave P. <sd...@gm...> - 2006-06-26 17:49:20
|
* Rob MacGregor <rob...@gm...> [2006-06-26 10:12:26 +0100]: > Version of fetchmail? > Debian's fetchmail package # 6.3.4-1 ('fetchmail -V' or fetchmail --version' results in fetchmail retrieving mail and passing it to Procmail, but the version request is ignored - interesting) > > Any command line arguments passed to fetchmail (and what are they)? > Command line arguments thus far have been '-V' '--version' '--nodetach --nosyslog' '-v' Contents of .fetchmailrc : <cut> set syslog set logfile=~/.fetchmaillog poll pop.gmail.com with proto POP3 and options no dns user 'XX...@gm...' with pass "XXX" is 'dave' here options ssl mda '/usr/bin/procmail -d %T' poll pop.mail.yahoo.com with protocol pop3, user XXX there is dave here, with password XXX; mda '/usr/bin/procmail -d %T' poll net1.ji-net.com with protocol pop3, user XXX there is dave here, with password XXX; mda '/usr/bin/procmail -d %T' poll 127.0.0.1 port 110 with protocol pop3, user 'XXX' with pass "XXX" is 'dave' here, mda '/usr/bin/procmail -d %T <cut> Hmmm.. Cheers, Dave |