- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Searching for old domain
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 02:58 AM
08-29-2005 02:58 AM
Thanks in advance.
Below is the message from mail.log
Aug 29 04:08:18 hpuxserver sendmail[1835]: EAA01831: to=user@xxxx.tenet.edu,user2@xxxx.net,user@xxxx.net, ctladdr=root (0/3), delay=00:00:01, xdelay=00:00:01, mailer=relay, relay=relayxxx.net [xxx.xxx.xxx.xxx], stat=Sent (66E65B00 Message accepted, transient identifier was 183)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 03:01 AM
08-29-2005 03:01 AM
Re: Searching for old domain
Check /etc/mail/sendmail.cf, I'm almost sure you have there your old domain.
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 03:14 AM
08-29-2005 03:14 AM
Re: Searching for old domain
find / | xargs grep "xxx.tenet.edu" > /tmp/mylogfile
this will give you a list of suspect files to sift through.
hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2005 09:46 PM
08-29-2005 09:46 PM
Re: Searching for old domain
Refer to ITRC DocId: IVKBRC00006736
How to setup the domaintable feature
The domaintable is a feature that allows you to use multiple domain names when for example transitioning from an old domain to a new one. This feature simply tranlates your old domainname to new domainname.
Good Luck.