Page 1 of 1

Mailscanner not reporting\tracking anything

Posted: 19 Dec 2019 03:43
by sunnyg
Hi,

I have just completed a fresh installation of EFA4, and I am running into an issue where mailscanner does not seem to be tracking\scanning any incoming or outgoing emails.

I am able to successfully send emails out to the internet and I am able to recieve emails (including spam).

the only configuration changes made after the installation was the configuration of my smtp relay in postfix.

Anythoughts on the possible cause?

thanks in advance

Sunny

Re: Mailscanner not reporting\tracking anything

Posted: 07 Feb 2020 20:22
by hugorosa
I have the same behavior
Did you solved ?
Thanks

Re: Mailscanner not reporting\tracking anything

Posted: 07 Feb 2020 23:24
by hokage
I have same issue but only for outgoing, incoming is working fine

Re: Mailscanner not reporting\tracking anything

Posted: 08 Feb 2020 00:05
by shawniverson
Examine the following /etc/postfix/main.cf

Code: Select all

smtpd_milters = ?
If you are missing 127.0.0.1:33333 you have a problem.

Re: Mailscanner not reporting\tracking anything

Posted: 08 Feb 2020 00:14
by hokage

Code: Select all

smtpd_milters = inet:localhost:8891, inet:localhost:8893, inet:127.0.0.1:33333
here is

Re: Mailscanner not reporting\tracking anything

Posted: 08 Feb 2020 10:02
by shawniverson
hokage wrote: 07 Feb 2020 23:24 I have same issue but only for outgoing, incoming is working fine
This usually indicates that your outbound traffic isn't hitting the eFa and is going straight out to the Internet instead.