Is the server in question running ISPConfig? I'll assume that it is until you state otherwise.
The problem is most likely with the following line in
main.cf:
Code:
mydestination = $myhostname, localhost.$mydomain, $mydomain
You might try changing it to:
Code:
mydestination = localhost, localhost.localdomain
Do you have the following error in your logs?
Code:
postfix/trivial-rewrite[XXXX]: warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains
See my post here for details:
http://www.linuxquestions.org/questi...nknown-844118/
Also, if ISPConfig is installed, what value are you using (in
main.cf) for
Code:
virtual_mailbox_domains
Finally, is this value accurate? Are you really using the "mail" subdomain?
Code:
myhostname = mail.domain.com