- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail as a client
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
11-18-2004 03:45 AM
11-18-2004 03:45 AM
i did configure send mail to be a client,
the deamon now dont start and in the server field i added the Ip of the mail server i wanna send and recieve from
but now when i send email using
date | mailx -s "hi" ov@mailserver
i always get this error mesg
# sendmail -v ov@citystars-com.com
citystars-com.com: Name server timeout
ov@citystars-com.com... Transient parse error -- message queued for future deliv
ery
even thought all my lookup types are set to files in the nsswitch.conf file
can someone help ?
also this is part of my log file
Nov 18 18:22:16 OVSV2NOC2RK1 sendmail[2322]: unable to qualify my own domain name (OVSV2NOC2RK1) -- using short name
Nov 18 18:22:16 OVSV2NOC2RK1 sendmail[2322]: be sure to set domain name in Dj macro in sendmail.cf
Nov 18 18:22:17 OVSV2NOC2RK1 sendmail[2322]: SAA02322: to=ov@citystars-com.com, delay=00:00:00, mailer=esmtp, relay=citystars-com.com, stat=Transient parse error -- message queued for future delivery
Nov 18 18:22:17 OVSV2NOC2RK1 sendmail[2322]: SAA02322: from=root, size=160, class=0, pri=30160, nrcpts=1, msgid=<200411181622.SAA02322@OVSV2NOC2RK1.citystars-com.COM>, relay=root@localhost
Nov 18 18:22:17 OVSV2NOC2RK1 sendmail[2322]: SAA02322: to=ov@citystars-com.com, delay=00:00:00, mailer=esmtp, stat=queued
Nov 18 18:24:26 OVSV2NOC2RK1 sendmail[2326]: unable to qualify my own domain name (OVSV2NOC2RK1) -- using short name
Nov 18 18:24:26 OVSV2NOC2RK1 sendmail[2326]: be sure to set domain name in Dj macro in sendmail.cf
Nov 18 18:24:26 OVSV2NOC2RK1 sendmail[2326]: SAA02326: to=ov@citystars-com.com, delay=00:00:00, mailer=esmtp, relay=citystars-com.com, stat=Transient parse error -- message queued for future delivery
Nov 18 18:39:26 OVSV2NOC2RK1 sendmail[2026]: unable to qualify my own domain name (OVSV2NOC2RK1) -- using short name
Nov 18 18:39:26 OVSV2NOC2RK1 sendmail[2026]: be sure to set domain name in Dj macro in sendmail.cf
Nov 18 18:39:26 OVSV2NOC2RK1 sendmail[2026]: SAA02026: to=ov@citystars-com.com, delay=00:00:00, mailer=local, stat=Transient parse error -- message queued for future
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 03:54 AM
11-18-2004 03:54 AM
Re: Sendmail as a client
Put your smtp server name in front of DS and restart sendmail process
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:02 AM
11-18-2004 04:02 AM
Re: Sendmail as a client
but i am already not using sendmail on my machine as a mailserver, i am just being a client to another mail server ?? will the cf file affect me being a client ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:08 AM
11-18-2004 04:08 AM
Re: Sendmail as a client
Even though the nsswitch.conf is set to look at files instead of dns, the sendmail looks at dns first and then files.
you can modify theorder by changing the order in /etc/mail/service.switch file. Sendmail looks at this file to check the order in which it is supposed to resolve the host names.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:20 AM
11-18-2004 04:20 AM
Re: Sendmail as a client
i just did, and i am having the same error mesg.
does the sendmail deamon must be running even if i am a client and not a server ??
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:27 AM
11-18-2004 04:27 AM
SolutionNo, you don't need to run the sendmail daemon is you are using as a client only and not as a sendmail server receing / forwarding mails.
What is happeing is that the system is unable to qualify its own Fully qualified domain name.
You can try setting the Dj macro to your domain name and start / stop sendmail and then try the mail.
Maybe this link will help,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062922179
The itrc doc id is UMAILKBRC00009913.
This doc talk about a situation similar to yours (i hope).
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 04:50 AM
11-18-2004 04:50 AM
Re: Sendmail as a client
this document is a magiccc
i have been trying to do it for 2 days now
you are wonderful Sanjay
thanks a lot