spamassassin results in mail headers
garrison
ulist at gs1.ubuntuforums.org
Fri Aug 11 01:16:58 UTC 2006
Well, it turns out that I had some difficulty in migrating my non-chroot
Gentoo config over to chrooted Ubuntu, but the reason the headers were
not being written was this:
The default config has no @local_domains_maps!
Code:
--------------------
@local_domains_acl = ( ".$mydomain" );
--------------------
Code:
--------------------
@local_domains_maps = ( [".$mydomain"] );
--------------------
Either of those will fix the problem. I have updated my bug report.
Thanks for your help Colin.
--
garrison
More information about the ubuntu-users
mailing list