fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] Two Problems

2002-10-19 05:42:49
Quoting from Michael Rensing's mail on Fri, Oct 18, 2002 at 02:39:06PM -0700:
set postmaster "michael"
set bouncemail
set no spambounce
set properties ""

poll shawmail.du.shawcable.net with proto POP3 and options no dns
       user 'michael.rensing' there with password '****' is 'michael.rensing' 
'michael' here

poll mail.empower-inc.com with proto POP3 and options no dns
       user 'michael(_at_)empower-inc(_dot_)com' there with password '****' 
is 'michael(_at_)empower-inc(_dot_)com' 'michael' here

Is there any reason why you have two names in "is ... here"? The
proper syntax in single drop mode is "is 'local-username' here". Then, dns is
a non-issue.

So, the config should be:

===========================
set postmaster "michael"                  # not required if running as 'michael'
set bouncemail
set no spambounce
set properties ""

poll shawmail.du.shawcable.net with proto POP3
       user 'michael.rensing' there with password '****'
       is 'michael' here                  # not required if running as 'michael'

poll mail.empower-inc.com with proto POP3
       user 'michael(_at_)empower-inc(_dot_)com' there with password '****'
       is 'michael' here                  # not required if running as 'michael'
===========================

Sunil Shetye.

<Prev in Thread] Current Thread [Next in Thread>