- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail configuration / FQDN problem?
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
03-26-2002 02:33 AM
03-26-2002 02:33 AM
I'm getting this message in my syslog:
Mar 26 11:21:46 D270 popper[25739]: (v2.1.4-R3) Unable to get canonical name of client, err = 0
I tried several tipps from another thread, but I can't get rid of the messages.
my resolv.conf contains the line:
domain foo.de
nslookup returns:
Name Server: D270.foo.de
Address: 192.1.2.6
Trying DNS
Name: D270.foo.de
Address: 192.1.2.6
my sendmail.cw:
localhost
D270
D270.foo
D270.foo.de
d270
d270.foo
d270.foo.de
/usr/lib/sendmail -d0.4,37.1 returns:
============ SYSTEM IDENTITY (after readcf) ============
(short domain name) $w = D270
(canonical domain name) $j = $w.foo.de
(subdomain name) $m = foo.de
(node name) $k = D270
========================================================
and there are no messages in the /var/adm/syslog/mail.log which seem to belong to the syslog.log messages.
Any further suggestions?
Thank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 02:40 AM
03-26-2002 02:40 AM
Re: sendmail configuration / FQDN problem?
If you are using DNS you should check de fully qualified names of your clients, otherwise try to put fully qualified names in your host file to see if message is going away.
How is your nsswitch.conf configured ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 02:40 AM
03-26-2002 02:40 AM
Re: sendmail configuration / FQDN problem?
It's likely that this POP server is attempting to reverse lookup the IP address of clients that are connecting to it, but is failing to get an answer. Do you know which clients connect to this system as a POP server? Do their IP addresses resolve correctly?
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 02:43 AM
03-26-2002 02:43 AM
Re: sendmail configuration / FQDN problem?
nslookup 192.1.2.6 returns:
Name Server: D270.foo.de
Address: 192.1.2.6
Trying DNS
Name: D270.foo.de
Address: 192.1.2.6
nslookup D270 returns:
Name Server: D270.foo.de
Address: 192.1.2.6
Trying DNS
Non-authoritative answer:
Name: D270.foo.de
Address: 192.1.2.6
Is there anything wrong with my DNS?
Thanks for your help
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 02:47 AM
03-26-2002 02:47 AM
Re: sendmail configuration / FQDN problem?
If yes, forget the problem ... I think I've got work to do ;-)
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:29 AM
03-26-2002 03:29 AM
Re: sendmail configuration / FQDN problem?
That's exactly what I meant in my first response.
Good luck.
C.