pclissold
Joined: 24 Oct 2003
Posts: 481
Location: Netherlands
|
| Posted: Fri Dec 03, 2004 5:06 am Post subject: |
|
|
Check the setting of postfix's mydestination parameter:
Code: fremont postfix # postconf | grep ^mydestination
mydestination = $mydomain $myhostname localhost.$mydomain localhost
My guess is that your mydestination parameter is still set to the install default: /etc/postfix/main.cf wrote: # The default is $myhostname + localhost.$mydomain. On a mail domain
# gateway, you should also include $mydomain.
|
|