Amavis doesn't mark mail as spam, and doesn't set spam headers

Dino Edwards dino.edwards at mydirectmail.net
Fri Dec 1 21:45:47 CET 2017


I suggest that all your customization be done on /etc/amavis/conf.d/50-user for simplicity sake instead of jumping around all those config files. Up to you.

On your particular issue, try this:


$mydomain = "mydomain.tld";


@local_domains_acl = ( "mydomain.tld", "localhost" );

The way you had it set “.$mydomain” I’m pretty sure it means all subdomains of mydomain.tld but not the actual domain. Someone correct me if I’m wrong here.





From: amavis-users [mailto:amavis-users-bounces+dino.edwards=mydirectmail.net at amavis.org] On Behalf Of chaouche yacine
Sent: Friday, December 1, 2017 2:24 PM
To: amavis-users at amavis.org
Subject: Re: Amavis doesn't mark mail as spam, and doesn't set spam headers

Hello Alexander,

I don't know how to check for that. Here's 05-domain_id

root at messagerie[10.10.10.19<mailto:root at messagerie[10.10.10.19>] /etc/amavis/conf.d # removeblanks 05-domain_id
use strict;
chomp($mydomain = `head -n 1 /etc/mailname`);
@local_domains_acl = ( ".$mydomain" );
1;  # ensure a defined return
root at messagerie[10.10.10.19<mailto:root at messagerie[10.10.10.19>] /etc/amavis/conf.d #

my /etc/mailname contains the hostname of the mail server, which is "messagerie.mydomain.tld", whereas I accept mail for "mydomain.tld"



Yassine.

On Friday, December 1, 2017 1:20 PM, Alexander Wirt <formorer at formorer.de<mailto:formorer at formorer.de>> wrote:

On Fri, 01 Dec 2017, chaouche yacine wrote:

> Hello Alxander,
> This log entry seems to show that spam checking was done :
> Nov 28 16:33:16 messagerie amavis[46130]: (46130-07) Passed SPAMMY {RelayedOpenRelay}, [101.55.71.90]:53783 [101.55.71.90] <bounce-3308-19491836-3512-248 at frdww.com<mailto:bounce-3308-19491836-3512-248 at frdww.com>> -> <a.chaouche at mydomain.tld<mailto:a.chaouche at mydomain.tld>>, Queue-ID: 738D73A80088, Message-ID: <bf680addabf683575f7cc153be8a9094 at 101.55.71.3<mailto:bf680addabf683575f7cc153be8a9094 at 101.55.71.3>>, mail_id: lBrIu_4QeHCa, Hits: 11.386, size: 46197, queued_as: 6609E3A8008E, 736 ms
> And here is 15-content_filter_mode
> root at messagerie<mailto:root at messagerie>[10.10.10.19] /etc/amavis/conf.d # removeblanks 15-content_filter_mode
> use strict;
> @bypass_virus_checks_maps = (
>    \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);
> @bypass_spam_checks_maps = (
>    \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);
> 1;  # ensure a defined return
> root at messagerie<mailto:root at messagerie>[10.10.10.19] /etc/amavis/conf.d #
>
> Should they be commented out ?
no, they are fine that way.
>
>
> Also, both spamd and amavis are running :
Amavis doesn't use spamd. Is "mydomain.tld" in localdomains?


Alex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.amavis.org/pipermail/amavis-users/attachments/20171201/d00bbdf1/attachment.html>


More information about the amavis-users mailing list