Page 1 of 1

Today's Total and Quarantine empty [SOLVED]

Posted: 23 Jan 2017 08:28
by DemonRok
Hi @all,

like subjet, after update to E.F.A 3.0.1.8 my today's total and Quarantine menĂ¹ are empty.

Any idea?

Thanks!

Image

Image

Re: Today's Total and Quarantine empty

Posted: 23 Jan 2017 08:30
by DaN
Rebooted after update?

Re: Today's Total and Quarantine empty

Posted: 23 Jan 2017 08:44
by DemonRok
DaN wrote: 23 Jan 2017 08:30 Rebooted after update?
of course... several times

Re: Today's Total and Quarantine empty [SOLVED]

Posted: 23 Jan 2017 10:03
by DemonRok
DemonRok wrote: 23 Jan 2017 08:28 Hi @all,
like subjet, after update to E.F.A 3.0.1.8 my today's total and Quarantine menĂ¹ are empty.
Any idea?
Thanks!
I found the reason that caused me the problem

It comes from personal configuration of /etc/postfix/headers_checks
missing the line

Code: Select all

/^Received:/ HOLD
My backup file of headers_checks has @EOF:

Code: Select all

/^Received:/ HOLD
/^To:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
/^Cc:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
The new one instead has only:

Code: Select all

/^To:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
/^Cc:([^@]*@){50,}/ REJECT Sorry, your message has too many recepients.
I don't know why this heppened, but this solve the problem ;)

Re: Today's Total and Quarantine empty [SOLVED]

Posted: 23 Jan 2017 16:32
by darky83
I guess you made some manual modifications before to the file?
Might have been the case which caused the postfix update to not match a certain line in the file for example, not sure as we can't check :)