Quote:
|
Originally Posted by nl0pat
I tried this:
[root@aaa ~]# postconf -n | grep mydestination
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
and as you can see I have nu mydestiniation set.
|
There must be a mydestination line in main.cf if you followed the tutorial (unless you deleted it afterwards).
Quote:
|
Originally Posted by nl0pat
Any ideas on what could cause this message then ?
|
What's the output of
Code:
postconf -d | grep mydestination
?