From: Nick S. <nic...@gm...> - 2007-06-02 21:57:37
|
I can seem to get fetchmail to flush mail marked with 450: Jun 2 15:44:03 mailfilter fetchmail[602]: reading message my...@ma...:13 of 13 (17002 octets) Jun 2 15:44:04 mailfilter postfix/smtpd[603]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 450 <mpa...@16...>: Sender address rejected: Domain not found; from=<mpa...@16...> to=<myuser@mydomain.local> proto=ESMTP helo=<mailfilter.mydomain.local> Jun 2 15:44:05 mailfilter fetchmail[602]: SMTP error: 450 <mpa...@16...>: Sender address rejected: Domain not found Jun 2 15:44:06 mailfilter fetchmail[602]: not flushed 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 But nothing seems to flush the mail, ive also tried -Z 450 with out success. Is there something im doing wrong? Is there something else i could do to accomplish this? Im sorry if this has been brought up before, im new to the list and have been battling this for over a week googling, tweaking, reading archives and just cant get anything to work. version info: This is fetchmail release 6.3.2+POP2+RPA+SDPS+SSL+OPIE+NLS. thanks for any help you can give Nick |
From: Rob M. <rob...@gm...> - 2007-06-02 22:18:08
|
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? Also, what is the output if you append "--configdump" to your usual command line? > version info: > This is fetchmail release 6.3.2+POP2+RPA+SDPS+SSL+OPIE+NLS. Wouldn't hurt to get current - 6.3.8. I've certainly done this before and had the antispam working, so it's possible. -- 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 |
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. |
From: Rob M. <rob...@gm...> - 2007-06-02 23:10:38
|
On 6/2/07, Nick Smith <nic...@gm...> wrote: > 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 If I'd only wanted a sample I'd have asked for a sample. However, the snippets you've posted suggest that, for that account, the antispam should be working. > I see that "spambounce" is set to false, is that what i need to enable > to make it reject it? No. > I cant seem to find where that is listed in any > of the files.... Have a look at the man page :) > It is a pre-made virtual machine, but ill look into it. it sould work > without the upgrade right? In theory, yes. -- 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 |