- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: senmail 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
11-28-2004 07:48 PM
11-28-2004 07:48 PM
senmail problem
mails are not reaching to destination, getting quied up.
trying the following command get some error.
sendmail -v rauthanms.external@infineon.com rauthanms.external@infineon.com... Connecting to
appmail.mkz.infineon.com via relay...
rauthanms.external@infineon.com... Deferred: Connection reset by
appmail.mkz.infineon.com Closing connection to appmail.mkz.infineon.com
Then I tried to going my relay server I get the below message.
[root]mscim12:/>telnet appmail.mkz.infineon.com 25
Trying...
Connected to appmail.mkz.infineon.com.
Escape character is '^]'.
Connection closed by foreign host.
Can any body help to resolve this problem.
Regards
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2004 11:29 PM
11-28-2004 11:29 PM
Re: senmail problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 12:04 AM
11-29-2004 12:04 AM
Re: senmail problem
Try this:
sendmail -v -d8 -d38 rauthanms.external@infineon.com
type
.
The relay server needs to permit relay from your server.
This is defined in the file /etc/mail/access
ip_address_of this machine RELAY
#example
192.168.0.30 RELAY
This is done on the machine you are trying to relay through.
You would then need to build the access.db file using one of the methods given on http://www.sendmail.org
I'm assuming relay is set up in the sendmail.cf file.
Its possible to set up these options in sendmail.mc, making it easier to understand and manage options. The same database building script from sendmail.org (my enhanced anti-spam version attached) will handle things for you.
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
11-29-2004 01:03 PM
11-29-2004 01:03 PM
Re: senmail problem
Attaching mail.log for your further investigation.
Mohan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 02:29 PM
11-29-2004 02:29 PM
Re: senmail problem
Nov 25 10:44:00 mscim12 sendmail[8477]: gethostbyaddr(10.10.10.12) failed
Shows a possible DNS lookup problem. Maybe the user made a mistake, maybe the /etc/resolv.conf servers aren't getting good data.
I still think the relay setup is at fault here.
relay=appmail.mkz.infineon.com, stat=Deferred: Connection reset by appmail.mkz.infineon.com
This server is rejecting relays. That is what needs to be done.
You can follow the guides at sendmail.org or what I've posted but I believe the relay server is not set up properly. DNS may be a contributing factor.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com