Re: [FINALLY SOLVED] Re: bypass spam check for local system mail

2016-09-25 Thread Indunil Jayasooriya
exactly my issue ;) system mail like cronjobs, logdigest, apache and so on > ... are send through sendmail or 'mail' > > to disable amavis / content filter on the pickup service we simply > overwrite the default via > > pickupfifo n - n 60 1 pickup >-o

[FINALLY SOLVED] Re: bypass spam check for local system mail

2016-09-24 Thread Admin Beckspaced
Am 24.09.2016 um 08:00 schrieb Admin Beckspaced: all seems double checked but amavis still doesn't recognize localhost / 127.0.0.1 as MYNETS LOCAL ;( ok ... finally figured that one out ... yeah! the closer you come to the problem the better you can describe your problem and do the

Re: bypass spam check for local system mail

2016-09-24 Thread Admin Beckspaced
Am 24.09.2016 um 05:20 schrieb Indunil Jayasooriya: Pls check below lines in master.cf amavisunix - - n - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 127.0.0.1:10025 inet n

Re: bypass spam check for local system mail

2016-09-23 Thread Indunil Jayasooriya
> > it gets picked up by postfix, send to the smtpd on localhost and then > forwarded to amavis and back to postfix and finally delivered > > important thing here is ORIGINATING and Hits: -0.001 ... meaning it does gt > checked for spam > > if i send an email from another server of mine which is

Re: bypass spam check for local system mail

2016-09-22 Thread Indunil Jayasooriya
> > i would prefer a working policy_bank MYNETS which bypasses spam checks > > $policy_bank{'MYNETS'} = { # mail originating from @mynetworks > originating => 1, # is true in MYNETS by default, but let's make it > explicit > os_fingerprint_method => undef, # don't query p0f for internal

Re: bypass spam check for local system mail

2016-09-22 Thread Admin Beckspaced
Am 22.09.2016 um 04:51 schrieb Indunil Jayasooriya: but somehow amavis is ignoring the bypass_header_checks_maps for $policy_bank{'MYNETS'} anymore ideas to get things working would be awesome ;) do you have these lines $mydomain = 'yourdomain.com

Re: bypass spam check for local system mail

2016-09-21 Thread Indunil Jayasooriya
> > but somehow amavis is ignoring the bypass_header_checks_maps for > $policy_bank{'MYNETS'} > > anymore ideas to get things working would be awesome ;) > > > >> do you have these lines $mydomain = 'yourdomain.com'; # a convenient default for other settings $notify_method =

Re: bypass spam check for local system mail

2016-09-21 Thread Indunil Jayasooriya
On Fri, Sep 16, 2016 at 12:10 > > > @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 10.0.0.0/8 > 172.16.0.0/12 192.168.0.0/16 ); > > then i got a policy_bank for emails originating from mynetworks which > disables the spam checks via bypass_spam_checks_maps => [1] > >

Re: bypass spam check for local system mail

2016-09-21 Thread Admin Beckspaced
Am 20.09.2016 um 12:56 schrieb Indunil Jayasooriya: On Fri, Sep 16, 2016 at 12:10 @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );

bypass spam check for local system mail

2016-09-19 Thread Admin Beckspaced
hello amavis users i would like to bypass spam checks for local system mail, like fail2ban message, logdigest reports, apache and so on ... all those messages are send via localhost and are listed in @mynetworks @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 10.0.0.0/8

bypass spam check for local system mail

2016-09-17 Thread Admin Beckspaced
hello amavis users ;) i would like to bypass spam checks for local system mail, like fail2ban message, logdigest reports, apache and so on ... all those messages are send via localhost and are listed in @mynetworks @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 10.0.0.0/8