- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: semdmail relay not working.
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
05-18-2007 03:30 AM
05-18-2007 03:30 AM
semdmail relay not working.
I have add the DSmail.server.com as smart relay server. However, i could not send my mail to my email address. I can set the mail as root on locally it working..
Do you know how do I check that my server ip is added in the relay mail server?
Appriciated you help.
Thansk,
CG/ 905 502 4493.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 03:44 AM
05-18-2007 03:44 AM
Re: semdmail relay not working.
# sendmail -v
check the output and looks for the errors.
Hope this will help you.
Babu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 03:58 AM
05-18-2007 03:58 AM
Re: semdmail relay not working.
May 18 11:56:55 tunixs01 sendmail[1368]: [ID 702911 mail.alert] unable to qualify my own domain name (tunixs01) -- using short name
WARNING: local host name (tunixs01) is not qualified; see cf/README: WHO AM I?
I got this message.
And, no mail recieved to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 04:02 AM
05-18-2007 04:02 AM
Re: semdmail relay not working.
The line may be commented, and probably looks like:
#Dj$w.Foo.com
You need to change this to:
Dj$w.yourdomain.com
(where yourdomain.com is whatever your correct domain name is.)
If sendmail is running, stop and restart it.
Then try sending mail again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 04:08 AM
05-18-2007 04:08 AM
Re: semdmail relay not working.
Should I set to D$w.intria.com?
I have also set the DSsmartrealy the copy of the config file is as follow:
# my official domain name
# ... define this only if sendmail cannot automatically determine your domain
#Dj$w.Foo.COM
Dj$w.intria.com
# host/domain names ending with a token in class P are canonical
CP.
# "Smart" relay host (may be null)
#DS
DSmailserver.intria.com
-----------------------------------
Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 04:26 AM
05-18-2007 04:26 AM
Re: semdmail relay not working.
>>> Dj$w.intria.com
Yes
>>> DSmailserver.intria.com
It's correct, but your server must be able to resolve mailserver.intria.com correctly. If you cannot resolve mailserver.intria.com, you will have problems forwarding mail to the smart host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 04:57 AM
05-18-2007 04:57 AM
Re: semdmail relay not working.
On my server it get resolve the smart server address.
# telnet mailserver.intria.com 25
Trying 10.160.126.76...
Connected to mailserver.
Escape character is '^]'.
helo220 i3-twpc-syslog1.intria.com ESMTP Sendmail 8.11.6/8.11.6; Fri, 18 May 2007 12:54:37 -0400
my relay server is i3-twpc-syslog1.intria.com.
Does any change I have to make to allow the mail to send to mail server vai smart relay server?
please advise.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 06:26 AM
05-18-2007 06:26 AM
Re: semdmail relay not working.
set the smart relay server as
DSi3-twpc-syslog1.intria.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 06:45 AM
05-18-2007 06:45 AM
Re: semdmail relay not working.
While using mailx and my email addresss it get return the mail from smart server.
Do I have to set authorisation on the relay server?
Thansk again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 07:03 AM
05-18-2007 07:03 AM
Re: semdmail relay not working.
you may try with no authorisation options.
It may be like Privateoptions or public options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2007 07:06 AM
05-18-2007 07:06 AM
Re: semdmail relay not working.
Most e-mail servers do NOT allow relaying by default.