Is it possible to have two hostnames configured with postfix on the on
mail server?
For Example I need to be able to send an email to xxx.mydomain.com and
xxx.ourdomain.com to the same mail server.
Why not?
Just set each domain to forward mail to the one server, which could be in
a third domain if you wanted.
--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
http://www.postfix.org/postconf.5.html#mydestination might be what you
are looking for.
HTH, Arnold
--
Arnold Nipper, AN45
Setting the myhostname to the first domain name
< myhostname = xx.mydomain.com >
and then setting mydestination to the second domain
< mydestination = $myhostname, localhost.$mydomain, localhost,
xxx.ourdomain.com >
Seems to have worked
Thanks Guys