|
From: Andy H. <adh...@gm...> - 2006-07-18 10:37:36
|
Hi,
On 7/17/06, Rob MacGregor <rob...@gm...> wrote:
> It wouldn't hurt to provide the output of "fetchmail --configdump" so
> we can see what fetchmail thinks of it's config file.
Below (I've cut out the entries for the other servers I check, but
they're all very similar in terms of configuration).
TRUE=1; FALSE=0
os_type = 'linux'
feature_options = ('pop3','imap','sdps','etrn','odmr','ssl',)
# Start of configuration initializer
fetchmailrc = {
'poll_interval':0,
"logfile":None,
"idfile":"/var/lib/fetchmail/.fetchids",
"postmaster":"fetchmail",
'bouncemail':TRUE,
'spambounce':FALSE,
"properties":None,
'invisible':FALSE,
'showdots':TRUE,
'syslog':FALSE,
# List of server entries begins here
'servers': [
# Entry for site `xxx.xxx.xxx.xxx' begins:
{
"pollname":"xxx.xxx.xxx.xxx",
'active':TRUE,
"via":None,
"protocol":"POP3",
"service":None,
'timeout':300,
'interval':0,
"envelope":"Delivered-To",
'envskip':1,
"qvirtual":"45-",
"auth":"any",
'dns':TRUE,
'uidl':TRUE,
"aka":[],
"localdomains":["xxx.xxx.xxx"],
"interface":None,
"monitor":None,
"plugin":None,
"plugout":None,
"principal":None,
'tracepolls':FALSE,
'users': [
{
"remote":"xx...@xx...",
"password":"xxxxxxx",
'localnames':["fetchmail", '*'],
'fetchall':FALSE,
'keep':TRUE,
'flush':FALSE,
'limitflush':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,
'fetchsizelimit':100,
'fastuidl':4,
'batchlimit':0,
'ssl':FALSE,
"sslkey":None,
"sslcert":None,
"sslproto":"",
'sslcertck':FALSE,
"sslcertpath":None,
"sslfingerprint":None,
'expunge':0,
"properties":None,
"smtphunt":["localhost"],
"fetchdomains":[],
"smtpaddress":"yyy.yyy.yyy",
"smtpname":None,
'antispam':'',
"mailboxes":[],
}
, ]
}
]
}
# End of initializer
|