- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mail and DNS
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
09-18-2003 12:51 PM
09-18-2003 12:51 PM
Mail and DNS
200.x.x.x aaa aaa.com #mail server
10.y.y.y bbb bbb.com #local server
I executed the command
#sendmail -v abc@aaa.com
abc@aaa.com... Connecting to aaa.com via esmtp...
220 aaa.com ESMTP Sendmail 8.12.9/8.12.6; Thu, 18 Sep 2003 14:39:19 -0500 (CDT)
>>> EHLO bbb.com
250-aaa.com Hello nfvpn.aaa.com [205.218.254.210], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> MAIL From:
250 2.1.0
>>> RCPT To:
553 5.1.8
abc@aaa.com.ni... User unknown
>>> RSET
250 2.0.0 Reset state
/dead.letter... Saved message in /dead.letter
Closing connection to aaa.com.ni
>>> QUIT
221 2.0.0 aaa.com closing connection
I don't know how i can fix this "Domain of sender address ... does not exist". I would like some help with this. Thnx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 12:59 PM
09-18-2003 12:59 PM
Re: Mail and DNS
Observe :
################################################################################
# Routing of local mail #
################################################################################
# #
# By default, all mail with just a user name or a user name at a host #
# that we consider to be local (also see Class W above) is delivered locally #
# using the local mailer. In some cases this may not be desired. If sendmail #
# is running on a discless client, for instance, then we would prefer to #
# pass the mail over to the discless server for local delivery. Or we may #
# just wish to have all mail send to a central mail hub. #
# #
# Send all local mail to the "mail hub" (DH macro): #
# #
# By setting the macro H (line starting with DH) to the name of the mail #
# hub, all mail that is destined for a local user will, instead, be forwarded #
# to the same user on the mail hub. #
# #
# Names that should be delivered locally, even if DH and DR are set (Class L): #
# #
# If you are sending local mail to a hub there may still be some users #
# whose mail should be delivered locally such as root. Class L lists #
# such users. To add a user to this class, define them as part of class #
# L as in: #
# #
# CL root bob mary #
################################################################################
############################################################
### Routing options ###
############################################################
# define the hub for all local mail
DH your_mail_server.com
Best of luck.
Reagrds,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 01:16 PM
09-18-2003 01:16 PM
Re: Mail and DNS
I think its just a bad error message. You can't control how other people configure their mail servers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 01:19 PM
09-18-2003 01:19 PM
Re: Mail and DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 01:40 PM
09-18-2003 01:40 PM
Re: Mail and DNS
I guess smart host is what u r looking for
# vi /etc/mail/sendmail.cf
DSyourmailhost
Thanks,
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 02:02 PM
09-18-2003 02:02 PM
Re: Mail and DNS
Connecting to aaa.com via relay...
but it stills displays the same error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2003 03:56 PM
09-18-2003 03:56 PM
Re: Mail and DNS
The user you are sending the email to is not recognized on the remote mail server.
If you are the admin, make sure the user exists.
If you are not the admin for the remote server, then contact them if the account should exist and does not.
You are connecting properly. The connection is being reset because the user does not exist. Playing with sendmail.cf will not in my opinion help.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 06:06 AM
09-19-2003 06:06 AM
Re: Mail and DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 07:20 AM
09-19-2003 07:20 AM
Re: Mail and DNS
display the output of this command.
sendmail -v -d8.99 -d38.99 abc
type some text.
.
Also upload the mail.log file from the target server. Or examine the log for the exact time that this event is ocurring.
I've been able to fix these kind of issues before but I'd need to see the sendmail.cf and other mail configuration files from both servers.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2003 01:03 PM
09-19-2003 01:03 PM
Re: Mail and DNS
Linda Lux