fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] cannot get mail via fetchmail

2003-05-28 18:28:30
On Wed, May 28, 2003 at 06:12:02AM +0000, Rob MacGregor wrote:
From: Sam Rosenfeld <sam(_at_)wdn(_dot_)com>

"host..." yields 216.250.230.62.

"fetchmail --nosyslog..." yields a blank screen.

That's not good (but then you probably guessed that).

Ok, mangling passwords beforehand, what does "fetchmail --configdump" give?

"fetchmail --configdump" gets:


TRUE=1; FALSE=0

os_type = 'linux'
feature_options = ('pop3','imap','etrn','odmr',)
# Start of configuration initializer
fetchmailrc = {
    'poll_interval':0,
    "logfile":None,
    "idfile":"/home/sam/.fetchids",
    "postmaster":"sam",
    'bouncemail':TRUE,
    'spambounce':FALSE,
    "properties":None,
    'invisible':FALSE,
    'showdots':FALSE,
    'syslog':TRUE,
    # List of server entries begins here
    'servers': [
        # Entry for site `mail.wdn.com' begins:
        {
            "pollname":"mail.wdn.com",
            'active':TRUE,
            "via":None,
            "protocol":"IMAP",
            'port':0,
            'timeout':300,
            'interval':0,
            "envelope":"Received",
            'envskip':0,
            "qvirtual":None,
            "auth":"any",
            'dns':TRUE,
            'uidl':FALSE,
            "aka":[],
            "localdomains":[],
            "interface":None,
            "monitor":None,
            "plugin":None,
            "plugout":None,
            "principal":None,
            'tracepolls':FALSE,
            'users': [
                {
                    "remote":"sam",
                    "password":"vasserot",
                    'localnames':["sam"],
                    'fetchall':FALSE,
                    'keep':FALSE,
                    'flush':FALSE,
                    'rewrite':TRUE,
                    'stripcr':FALSE,
                    'forcecr':FALSE,
                    'pass8bits':FALSE,
                    'dropstatus':FALSE,
                    'dropdelivered':FALSE,
                    'mimedecode':FALSE,
                    'idle':FALSE,
                    "mda":None,
                    "bsmtp":None,
                    'lmtp':FALSE,
                    "preconnect":None,
                    "postconnect":None,
                    'limit':0,
                    'warnings':3600,
                    'fetchlimit':0,
                    'batchlimit':0,
                    'expunge':0,
                    "properties":None,
                    "smtphunt":["localhost"],
                    "fetchdomains":[],
                    "smtpaddress":None,
                    "smtpname":None,
                    'antispam':'',
                    "mailboxes":[],
                }
                ,           ]
        }
    ]
}
# End of initializer