
rwmaillists at googlemail
Mar 12, 2012, 5:55 AM
Post #3 of 5
(331 views)
Permalink
|
|
Re: Trusted_networks not working, raddr is always 127.0.0.1
[In reply to]
|
|
On Mon, 12 Mar 2012 05:26:01 -0700 (PDT) Alain Tesio wrote: > > Hi, > > I'm using spamassassin 3.2.5 with Exim at smtp time on Debian. > > I'm trying to whitelist a single IP and set trusted_networks to this > IP in local.cf That's not the same whitelisting. If you actually want to whitelist read the docs. > It's not working, whereas other settings in this file are handled > correctly. > > In the logs, I see that all logs have "raddr=127.0.0.1", for example: raddr is the address from which spamc is connecting. > Mar 11 15:54:17 www spamd[8857]: spamd: result: Y 24 - > FS_REPLICA,FS_REPLICAWATCH,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RCVD_IN_SORBS_WEB,RCVD_IN_XBL,RDNS_DYNAMIC,TVD_RCVD_IP,URIBL_AB_SURBL,URIBL_JP_SURBL,URIBL_SBL,URIBL_WS_SURBL > scantime=2.3,size=1551,user=nobody,uid=1027,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=42987,mid=<003547517.35014179379598 [at] atlanticbb>,autolearn=disabled > > Any idea why spamassassin does not get the sender ip ? Clearly it is, or it wouldn't hit all those blocklists. Did you remember to restart spamd?
|