Re: Spamassassin not working? General documentation missing...
$mydomain = "mail.xxx.com";@local_domains_maps = ( [".$mydomain","iredmail.org"] );the same result is obtained for both the internal and external mail.
View ArticleRe: Spamassassin not working? General documentation missing...
Don't use 'iredmail.org' for testing...Amavisd inserts mail header when:- domain name is listed in @local_domains_maps.- spam score is higher than $sa_tag_level_deflt
View ArticleRe: Spamassassin not working? General documentation missing...
ZhangHuangbin wrote:Don't use 'iredmail.org' for testing...Amavisd inserts mail header when:- domain name is listed in @local_domains_maps.- spam score is higher than...
View ArticleRe: Spamassassin not working? General documentation missing...
Sabbiolina wrote:Works, but in a multidomain configuration I must add all domain manually ?YES.
View ArticleRe: Spamassassin not working? General documentation missing...
I know - old thread, but:Is there any way to get around that? I mean what's the idea behind having iRedAdmin or postfixAdmin for adding new domains, if I still need to edit config files and restart...
View ArticleRe: Spamassassin not working? General documentation missing...
Ok, so after googling a little bit, seems like I found a solution for this problem.There is a possibility to make amavis check the database for the list of local domains. This works by adding...
View ArticleRe: Spamassassin not working? General documentation missing...
Already implemented this in LDAP, with 'amavisLocal=True'.
View ArticleRe: Spamassassin not working? General documentation missing...
@ White :THANK YOU,this is an improvement I was looking for too (and banging my head bcoz customers were getting SPAM emails on hosted virtual domains).It seems It's working (headers in emails now have...
View ArticleRe: Spamassassin not working? General documentation missing...
ZhangHuangbin wrote:Already implemented this in LDAP, with 'amavisLocal=True'.Hi!Is this feature available in MySQL?Regards.
View ArticleRe: Spamassassin not working? General documentation missing...
maltamirano wrote:ZhangHuangbin wrote:Already implemented this in LDAP, with 'amavisLocal=True'.Hi!Is this feature available in MySQL?No, sorry.
View Article