Bernd Lommerzheim:
[ Charset UTF-8 unsupported, converting... ]
> Hello Wietse Venema!
>
> > Because you are overlooking some configuration file.
> >
> > find / \( -name master.cf -o -name main.cf \) -print
> r...@lunox ~ $ find / \( -name master.cf -o -name main.cf \) -print
> /usr/lib64/postfix/main.cf
> /usr/lib64/postfix/master.cf
> /etc/postfix/main.cf
> /etc/postfix/master.cf
>
> I looked into both files under /usr/lib64/postfix and these files are the
> default configuration files shipped with Postfix. I did not modified them
> and they can not be used by Postfix because they do not contain all the
> virtual configuration settings in main.cf and the dovecot and mailman
> transports in master.cf which are working very well.
Who says they cannot be used? At least one Postfix daemon runs
with a non-empty mydestination setting. By default,
mydestination = $myhostname, localhost.$mydomain, localhost
so if any daemon picks up the /usr/lib64/postfix file that
explains everything.
Wietse