getting amavisd-new running with redis

2019-07-20 Thread Catscrash
Hi, since I started having issues with amavis dying due to BLB issues, I tried setting up redis instead. Setup is Debian stretch with amavisd-new 2.10, redis-server 3.2.6 I added the following lines to my 50-user.conf: @storage_redis_dsn = ( {server=>'127.0.0.1:6379', db_id=>1} );

Re: Mail from own host is recognized as spam

2016-02-16 Thread Catscrash
Am 16.02.2016 um 11:01 schrieb @lbutlr: > On Feb 15, 2016, at 7:51 AM, Catscrash <catscr...@catscrash.de> wrote: >> I have a problem with mail being marked as SPAM, although being >> transmitted between virtual domains on the same hosts. > Why are you sending mail between

Mail from own host is recognized as spam

2016-02-15 Thread Catscrash
Hi, I have a problem with mail being marked as SPAM, although being transmitted between virtual domains on the same hosts. I checked my servers IP, it's not in any blacklist. The X-Originating-IP is blacklisted, and I'm suspecting that that might be the reason? But it shouldn't bother with it

Postfix + Amavis detection works but header and subject don't get changed

2016-02-13 Thread Catscrash
Hi, one of my servers is giving me some trouble. I want spammy mails to go through, but get tagged with ***SPAM*** and that all mails get a spam-header. amavis properly detects, that my testmail (gtube) is spam: Feb 13 10:28:55 root amavis[30921]: (30921-01) Passed SPAM

Re: Postfix + Amavis detection works but header and subject don't get changed

2016-02-13 Thread Catscrash
Now I got it, I had to add @local_domains_maps = qw( ".$mydomain", "localhost", "domain1.tld", ...); to the 50-user file best regards Am 13.02.2016 um 10:42 schrieb Catscrash: > Hi, > > one of my servers is giving me some trouble. > > I wa