- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- sendmail tweak again
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
10-24-2003 01:42 AM
10-24-2003 01:42 AM
My machine is configured as web.mydomain.com. And i am sending mails on behalf of mydomain.com. But i am not receiving mails for mydomain.com. It is another host called mx.mydomain.com.
It is just fine with MASQUERADE_AS command with sendmail.mc. Now the problem is i am unable to send mails to mx.mydomain.com
I did a
/usr/sbin/sendmail -v -d8.99 -d38.99 someuser@mydomain.com
It is saying
user@mydomain.com... Connecting to mx.mydomain.com. via esmtp...
user@mydomain.com... Deferred: Connection reset by mx.mydomain.com.
Can u pls help me
Tia
Vijay
Deferred: Connection reset by mx.mysite.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 02:00 AM
10-24-2003 02:00 AM
SolutionYou need an entry in the /etc/mail/access file
hostname RELAY
or
IP_adderss RELAY
Once again tab delimited.
save the file.
Then run a script to build the hash databaases. I attached a copy to your prior thread.
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
10-24-2003 02:04 AM
10-24-2003 02:04 AM
Re: sendmail tweak again
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
10-24-2003 02:06 AM
10-24-2003 02:06 AM
Re: sendmail tweak again
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 04:55 AM
10-24-2003 04:55 AM
Re: sendmail tweak again
you mean my IP is blocked on ther other server? I dont have access to the MX server. it is maintained by others. I am able to connect from other hosts, from my laptop, i am able to do "telnet mx.mydomain.com 25" and it is connecting.
but not from my linux machine? why?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 08:36 PM
10-26-2003 08:36 PM
Re: sendmail tweak again
There is a workaround, not clean, but it will do. In another threat, you mentioned, that outgoing mail now works fine. Find out which system is relaying these succesful message from the maillog file. Add this as your Relay server in sendmail.cf (I'm not familiar with mc building). This way all your outgoing mail will travel through this relay server.
HTH
Kasper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 09:51 PM
10-26-2003 09:51 PM
Re: sendmail tweak again
"connection reset by mx.mysite.com" error has nothing to do with relaying access control in /etc/mail/access. Morever Relaying does not happen in this case.
Have you got any firewall or IP filtering between these web.mydomain.com and mx.mydomain.com ?.
Please call the service provider of mx.mydomain.com and confirm that there is no IP blocking done for your network using firewalls etc.
Also ask them that whether that SMTP host mx.mydomain.com strictly checks Reverse PTR records of the connecting hosts thru SMTP. If yes , you may request to add PTR record for web.mydomain.com to your network's in-addr.arpa zone registrar.
you cannot receive mail for mydomain.com in web.mydomain.com since the MX record for mydomain.com is configured as mx.mydomain.com in your DNS server.
regards,
U.SivaKumar