Le 28/04/2011 00:03, JR Swartz a écrit : > > > For several years my small business used one large apache web server > (virtual hosts)/email server combined with Postfix. Recently I split the > two into their own separate servers. I have a webserver.domain.com and > mailserver.domain.com. > > > > I established MX records for each of the virtual domains and email is > flowing fine. However, when web site owners send newsletters out from their > web site content management systems, the undeliverable emails get sent to > root on the webserver instead of being sent to the owners virtual domain (MX > record) on the newly separated mailserver. Hence, I get every undeliverable > email. > >
Bounces go the envelope sender of the message. your best option is to get the web developpers to set the right envelope sender. also check the ServerAdmin parameter in Apache. however, this won't let you set different addresses. > > What must I do to get the undeliverable emails from many virtual domain web > sites to go to the separated email server? > > > > I'm fairly fluent in Fedora, but not an sendmail or postfix or dovecot > expert. Any clues or suggestions would be most appreciated. > > > > > > > > > >