Quote:
Originally Posted by PoltoS I've read the thread you suggested and I'm not sure it is relevant to me. The spam I receive is not a reply of the some server to a message that is supposed to be from me. I don't have this type of spam. I've simple messages comming from different non-existing mailboxes. |
There are details in that thread on how to reject 'foreign language' spam.
Quote:
Originally Posted by PoltoS My kill/tag percentages are 75/33 (as by default). |
Try reducing the to 66/25 and see if that improves anything.
Quote:
Originally Posted by PoltoS I'm not sure I've DSPAM enabled. How to know it? |
Run the following command or look in the
log files at startup to see if dspam is enabled:
Code:
zmlocalconfig | grep dspam
Quote:
Originally Posted by PoltoS # mysql dspam
ERROR 1049 (42000): Unknown database 'dspam'
Does this mean that DSPAM is not installed? |
No, it doesn't.
Quote:
Originally Posted by PoltoS Which of these do you recomend to enable (here is my config)?
reject_invalid_hostname (enabled)
reject_non_fqdn_hostname (off)
reject_non_fqdn_sender (enabled)
reject_unknown_client (off)
reject_unknown_hostname (off)
reject_unknown_sender_domain (off) |
I only use reject_invalid_hostname and some additional RBLs, what RBLs have you got set?
Code:
zmprov gacf | grep zimbraMtaRestriction
Are you
discarding emails sent to invalid addresses?
Do you actually have the ham/spam accounts set-up correctly?
Code:
zmprov gacf | grep SpamAccount
See if they match the names in your Admin UI accounts list, if not set them with:
Code:
zmprov mcf zimbraSpamIsSpamAccount spam@domain.com
zmprov mcf zimbraSpamIsNotSpamAccount ham@domain.com
obviously put the correct account and domain name in there.