Comment 1 for bug 55723

Revision history for this message
Garrison Hoffman (garrison-codefix) wrote : Re: Missing X-Spam-* headers

The default config fails to define @local_domains_maps, ergo no recipient is considered local. This is bad.

Adding either

@local_domains_acl = ( ".$mydomain" );

or

@local_domains_maps = ( [".$mydomain"] );

to the config will fix this problem.