Operating System - HP-UX
1833875 Members
1970 Online
110063 Solutions
New Discussion

Redirecting mails to different domain

 
Rogelio Ordinario
Contributor

Redirecting mails to different domain

I need some suggestion on how I could find out all the HPUX system mails or processes that are being redirected form multiple servers to www.abc.com. We are changin our domain to www.123.com . Thanks
3 REPLIES 3
Donald Kok
Respected Contributor

Re: Redirecting mails to different domain

Hi,

I would start with checking the /var/adm/mail.log. files so you know what is sent. in the lo
Further I would look at jobs in crontabs.

At last, it should be possible to write something in the sendmail.cf which replaces the abc into abc. This is a job for a sendmail wizard (what I am certainly not ), and will catch all the entrys you missed.

Hope this helps
Donald
My systems are 100% Murphy Compliant. Guaranteed!!!
Rogelio Ordinario
Contributor

Re: Redirecting mails to different domain

Thanks a lot for your quick reply. It helps
Sean OB_1
Honored Contributor

Re: Redirecting mails to different domain

As a side note the easiest thing to do would be to change the mx record for abc.com to point to the new server and have that server set to accept mail for both 123.com and abc.com

This will allow you to accept both domains until you can get each server changed over to 123.com