From: Nick S. <nic...@gm...> - 2007-06-02 22:50:58
|
On 6/2/07, Rob MacGregor <rob...@gm...> wrote: > On 6/2/07, Nick Smith <nic...@gm...> wrote: > > I can seem to get fetchmail to flush mail marked with 450: > <---SNIP---> > > Im using this line in a fetchmail.sh in my rc.d directory: > > > > /usr/local/bin/fetchmail --syslog --antispam 450,451 -f > > /usr/local/etc/fetchmail.cf > > What's in /usr/local/etc/fetchmail.cf? > I have several user/pass for accounts im checking here is one line: poll mail.mydomain.com with protocol pop3 username myuser password mypassword is NSmith@mydomain.local > Also, what is the output if you append "--configdump" to your usual > command line? > TRUE=1; FALSE=0 os_type = 'freebsd' feature_options = ('pop2','pop3','imap','rpa','sdps','etrn','odmr','ssl','opie',) # Start of configuration initializer fetchmailrc = { 'poll_interval':0, "logfile":None, "idfile":"/root/.fetchids", "postmaster":"postmaster", 'bouncemail':TRUE, 'spambounce':FALSE, "properties":None, 'invisible':FALSE, 'showdots':TRUE, 'syslog':TRUE, # List of server entries begins here 'servers': [ # Entry for site `mail.mydomain.com' begins: { "pollname":"mail.mydomain.com", 'active':TRUE, "via":None, "protocol":"POP3", "service":None, '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":"myuser", "password":"password", 'localnames':["NSmith@mydomain.local"], 'fetchall':FALSE, 'keep':FALSE, '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':10, 'batchlimit':0, 'ssl':FALSE, "sslkey":None, "sslcert":None, "sslproto":None, 'sslcertck':FALSE, "sslcertpath":None, "sslfingerprint":None, 'expunge':0, "properties":None, "smtphunt":["localhost"], "fetchdomains":[], "smtpaddress":None, "smtpname":None, 'antispam':'450 451', "mailboxes":[], } I see that "spambounce" is set to false, is that what i need to enable to make it reject it? I cant seem to find where that is listed in any of the files.... > > version info: > > This is fetchmail release 6.3.2+POP2+RPA+SDPS+SSL+OPIE+NLS. > > Wouldn't hurt to get current - 6.3.8. > It is a pre-made virtual machine, but ill look into it. it sould work without the upgrade right? > I've certainly done this before and had the antispam working, so it's possible. > thats good to know, I hope i can get it working as well. > -- > Please keep list traffic on the list. > > Rob MacGregor > Whoever fights monsters should see to it that in the process he > doesn't become a monster. Friedrich Nietzsche > _______________________________________________ > fetchmail-users mailing list > fet...@li... > https://lists.berlios.de/mailman/listinfo/fetchmail-users > -- Linux, because I'd rather own a free OS than steal one that's not worth paying for. |