- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail special config.
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-16-2001 06:32 AM
08-16-2001 06:32 AM
Only with the /etc/mail/sendmail.cf config file parameters.
I set:
DS$w.pp.nl
Dsmailserver.pp.nl
Also I set the /etc/hosts file with the mailserver ip address.
So every time I send a message I receive this:unable to qualify my own domain name (SS01) -- using short name
be sure to set domain name in Dj macro in sendmail.cf
Please, Help.
Thanks in advance.
Juanma.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 06:39 AM
08-16-2001 06:39 AM
Re: sendmail special config.
exampe entry for local host
xxx.xxx.xxx.xxx hostname hostname.my.domain.com
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 06:41 AM
08-16-2001 06:41 AM
Re: sendmail special config.
So I get the same message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 06:59 AM
08-16-2001 06:59 AM
Re: sendmail special config.
If you are not using DNS, look at the /etc/nsswitch.conf, if it contains dns for the hosts entry, you might have to remove it.
Look at the document #KLTKBRC00005381
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:03 AM
08-16-2001 07:03 AM
Re: sendmail special config.
Try the following.
For sendmail to be activated to send mail to mail server.
a) put relay hostname to DS on sendmail.cf in /etc/mail directory (eg: trent ).
b) Create nsswitch.conf in /etc by copying nsswitch.file as nsswitch.conf. (IF DNS is not enabled on ur HP server).
c) Add relay host IP entry to /etc/hosts file. (IP of trent)
d) Stop and start sendmail dameon again.
Hope this will help u
Regards
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:05 AM
08-16-2001 07:05 AM
Re: sendmail special config.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:35 AM
08-16-2001 07:35 AM
Re: sendmail special config.
1.nne.es>, relay=root@localhost
Aug 16 17:28:29 TPU01 sendmail[29449]: RAA29447: to=jlopezaza@nne.es, ctladdr=root (0/3), delay=00:00:00, xdelay=00:00:00, mailer=sm
tp, relay=pp.nl, stat=Host unknown (Name server: pp.nl: host not found)
Aug 16 17:28:29 SS01 sendmail[29449]: RAA29447: RAA29449: DSN: Host unknown (Name server: pp.nl: host not found)
Aug 16 17:28:29 SS01 sendmail[29449]: RAA29449: to=root, delay=00:00:00, xdelay=00:00:00, mailer=local, stat=Sent
WHY ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 07:55 AM
08-16-2001 07:55 AM
Re: sendmail special config.
Can u ping to pp.nl
Regards
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 08:08 AM
08-16-2001 08:08 AM
Re: sendmail special config.
First of all, make sure you can resolve (nslookup your relay server), then make sure you can ping (ping relay server)
If you are not using DNS, remove the dns entry from the /etc/nsswitch.conf for the hosts line.
Then in the /etc/mail/sendmail.cf modify the DS variable as (assuming relay is your relay server)
DSrelay.pp.nl
then stop and restart your sendmail
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 08:15 AM
08-16-2001 08:15 AM
Re: sendmail special config.
once you set the DS variable and bounce the sendmail daemon, you can check if your mail is going through your relay server.
eg:
sendmail -v user@host.com
test
.
You should see output like
user@host.com... Connecting to relay.pp.nl via relay
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 08:21 AM
08-16-2001 08:21 AM
Re: sendmail special config.
Thank you very much !
You are wonderfull !
It?s works.
I have not DNS resolve, Domain, nothing, so the sendmail works nice...thank you.
Juanma.