Brian Evans - Postfix List wrote:
> Wray, Oran wrote:
>
>> Here is the results of the postconf -n
>>
>> # postconf -n
>> alias_database = hash:/etc/aliases
>> alias_maps = hash:/etc/aliases
>>
>>
> You do know these are never triggered with local disabled.
>
>> local_recipient_maps =
>> local_transport = error:local mail delivery is disabled
>>
>>
> [...]
>
>> mydestination = marsh.net, omalias.com, crystalfs.com,
>> mydomain = marsh.net
>> myhostname = srvmailtmp.marsh.net
>>
>>
> [...]
>
>> relay_domains = crystalfs.com, marsh.net, omalias.com,
>>
>>
>
> Do not list domains in both relay_domains and mydestination. This can
> lead to unexpected results.
> Since you had local disabled.. try setting 'mydestination= ' (note: this
> breaks any scripts that don't specify a FQDN mail address)
>
>
Ugh. I keep forgetting that this is the default.. don't mind my rambling.