Hi !
I am trying to configure postfix 2.3.3-2 shipped with CentOS 5.
In the original main.cf , the mydestination parameter is commented and if AI issue the command:
postconf mydestination , the result is: $myhostname, localhost.$mydomain, $mydomain
If I edit this parameter to the form:
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
< white space > mail.$mydomain, www.$mydomain, ftp.$mydomain
and run the command: postconf mydestination
I get the same output as in the commented state of mydestination parameter.
I have not been able to understand why anything provided as "value" to this parameter in main.cf is not getting effected ?
Pls. help !
regards
rajesh.bahl