[EMAIL PROTECTED] wrote:
You need to find out where the domain name is coming from. In order to do
that, you first need to know what the application is using to send the
email. My guess would be that the application is simply using the sendmail
command. The application's documentation might (should) tell you the
mechanism it uses to send email messages.

Look for the sendmail.cf file, and see if it's sending as compdev.xxxx.com and if so, change it to xxxx.com or create a MX record (and accompanying A records) for compdev.xxxx.com so that the qmail machine can look it up (internal DNS, setup the domain name in bind on the qmail machine so that it will answer itself, or whatever).

Reply via email to