Re: "Split config" into multiple files

2018-02-01 Thread Jonathan Sélea
Alright! Is it possible to let amavis check the configs in another catalogue too? On 2018-02-01 18:14, Matus UHLAR - fantomas wrote: >> I’m not sure if amavis will allow you to do an include as you are >> suggesting. Someone else can maybe chime in on that. Have you >> considered

Re: Scoring questions

2018-02-01 Thread Computer Bob
Here is one that got through that I caught today with debug on amavis. section of mail.log: https://pastebin.com/40ecavYC actual email received: https://pastebin.com/QqEgCxdm spamassassin score from command line: https://pastebin.com/vVQhx1bP

Re: Scoring questions

2018-02-01 Thread Computer Bob
Nothing installed non-ubuntu regarding mail or mail routines. All done via apt-get install. I did find: /etc/postfix/master.cf contains: spamassassin unix - n   n   -   -   pipe     user=spamd argv=/usr/bin/spamc -f -e     /usr/sbin/sendmail -oi -f ${sender}

Re: Scoring questions

2018-02-01 Thread Computer Bob
this is strange and indicates broken system. is it pure ubuntu or anything installed other non-ubuntu way? Yes, very strange.

Re: Scoring questions

2018-02-01 Thread Matus UHLAR - fantomas
apparently someone other has scanned the mail too. are you sure you only run amavisd-new, not spamassassin via milter, procmail/maildrop/sieve filter, or spamassassin on your MX you have received mail from? As far as I know, only amavisd-new. Please specify how to verify. hmmm, the

Re: "Split config" into multiple files

2018-02-01 Thread Matus UHLAR - fantomas
I’m not sure if amavis will allow you to do an include as you are suggesting. Someone else can maybe chime in on that. Have you considered using opendkim instead of amavis to accomplish this? This will give you the separate file functionality you are looking for. The config is perl, you can

Re: "Split config" into multiple files

2018-02-01 Thread Jonathan Sélea
> I’m not sure if amavis will allow you to do an include as you are suggesting. Someone else can maybe chime in on that. Have you considered using opendkim instead of amavis to accomplish this? This will give you the separate file functionality you are looking for. >>>

Re: Scoring questions

2018-02-01 Thread Computer Bob
apparently someone other has scanned the mail too. are you sure you only run amavisd-new, not spamassassin via milter, procmail/maildrop/sieve filter, or spamassassin on your MX you have received mail from? As far as I know, only amavisd-new. Please specify how to verify. hmmm, the

Re: "Split config" into multiple files

2018-02-01 Thread Alexander Wirt
On Thu, 01 Feb 2018, Jonathan Sélea wrote: > > > >> I’m not sure if amavis will allow you to do an include as you are > >> suggesting. Someone else can maybe chime in on that. Have you considered > >> using opendkim instead of amavis to accomplish this? This will give you > >> the separate

Re: "Split config" into multiple files

2018-02-01 Thread Jonathan Sélea
> >> I’m not sure if amavis will allow you to do an include as you are >> suggesting. Someone else can maybe chime in on that. Have you considered >> using opendkim instead of amavis to accomplish this? This will give you the >> separate file functionality you are looking for. >> > The config

Re: "Split config" into multiple files

2018-02-01 Thread Alexander Wirt
On Thu, 01 Feb 2018, Dino Edwards wrote: > I’m not sure if amavis will allow you to do an include as you are suggesting. > Someone else can maybe chime in on that. Have you considered using opendkim > instead of amavis to accomplish this? This will give you the separate file > functionality

RE: "Split config" into multiple files

2018-02-01 Thread Dino Edwards
I’m not sure if amavis will allow you to do an include as you are suggesting. Someone else can maybe chime in on that. Have you considered using opendkim instead of amavis to accomplish this? This will give you the separate file functionality you are looking for. From: amavis-users

"Split config" into multiple files

2018-02-01 Thread Jonathan Sélea
Hi, I in the process of creating a mailrelay for thousands of email users and thousands of domains. The idea is to sign the messages with a DKIM key (and also ARC) in that relay because Exchange 2013 does not have support for it yet. I have searched the man pages and net after a answer to this,