Gary Smith wrote:
Noel,
I created a file /etc/postfix/custom/mydestination and put my entry in there
(hash) and added the following lines to /etc/postfix/main.cf
(only changes made to a stock 2.5.5 config)
mydestination =
$myhostname,localhost.$mydomain,localhost,hash:/etc/postfix/custom/mydestination
recipient-delimiter = -
mailbox_command = /usr/bin/procmail
For some reason, when I do a postconf -n I get the mydestination line without
the hash. I don't understand why. I probably don't need the rest of the
entries for mydestination either. I copied them from another config. Anyway,
does anyone know whey mydestination isn't seeing the
hash:/etc/postfix/custom/mydestination entry?
probably because you have mydestination defined multiple times
in main.cf
-- Noel Jones