How do you have your [email protected] configured?
All kind of messages should be accepted right?
But it is blocking and rejecting all kind of normaly unwanted messages.
And in the cpanel account the spamassassin/spambox filters are domain wide settings. Not per email account!.
As i know the users_prefs file i did add:
whitelist_to [email protected]*
score AWL -100
score USER_IN_WHITELIST_TO -100
And added as second rule in antivirus.exim:
if $header_to: contains "[email protected]"
then
# no further checks
finish
endif
Is that enough to accept all kind of not wanted email? (abuse reports with spam content)
edit: No it is not enough.. where do i ignore the [email protected] to bypass clamav checking?
Greets,
Danny
All kind of messages should be accepted right?
But it is blocking and rejecting all kind of normaly unwanted messages.
And in the cpanel account the spamassassin/spambox filters are domain wide settings. Not per email account!.
As i know the users_prefs file i did add:
whitelist_to [email protected]*
score AWL -100
score USER_IN_WHITELIST_TO -100
And added as second rule in antivirus.exim:
if $header_to: contains "[email protected]"
then
# no further checks
finish
endif
Is that enough to accept all kind of not wanted email? (abuse reports with spam content)
edit: No it is not enough.. where do i ignore the [email protected] to bypass clamav checking?
Greets,
Danny
Last edited: