- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- redhat 8 mail - local works remote doesn't
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-27-2003 06:03 AM
тАО07-27-2003 06:03 AM
redhat 8 mail - local works remote doesn't
hosts.allow is not changed.
I've tried telner
telnet: connect to address nnn.nnn.nnn.nnn: Connection refused
What is checked before allowing a login prompt? I thought it would be just hosts.allow, but it has to be something else?
The uprade wouldn't have changed iptables or any such setting, would it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2003 06:24 AM
тАО07-27-2003 06:24 AM
Re: redhat 8 mail - local works remote doesn't
disable might now be set to Y.
Change it restart xinetd
service xinetd restart
For mail.
check /etc/mail/access
They probably tightened up the list of relay servers or totally shut it down.
Its anti spam.
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
тАО07-27-2003 06:38 AM
тАО07-27-2003 06:38 AM
Re: redhat 8 mail - local works remote doesn't
telnet
and this doesn't
telnet
"telnet localhost smtp" works fine though. So the service exists, but the server stops the access to it.
The access file has these entry:
192.168.1.102 RELAY
That is the address I'm comming in from.
It doesn't look like iptables has anything to do with it. ip forwarding still works. As does surfing from the clients (via ip forwarding) and surfing from the server. I'm also having problems receiving email, but I hope that issue is resolved by getting the issue with being allowed to send resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2003 06:41 AM
тАО07-27-2003 06:41 AM
Re: redhat 8 mail - local works remote doesn't
/etc/mail/sendmail.mc
locate the line containing 127.0.0.1
it should begin with "DAEMON OPTIONS"
append "dnl" in front of this line.
then run the following command
"m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf"
this is one command and shouldn't be line wrapped.
after this restart the sendmail service and everything will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2003 06:52 AM
тАО07-27-2003 06:52 AM
Re: redhat 8 mail - local works remote doesn't
I don't even have that line in my version of it (configured for cyrus and virtual mailservers).
The documentation in the new sendfile.mc tells me that that line will restrict use such that only the local server can use it.
Am I missing something? Did something change with the config for sendmail that causes the server to refuse even a login on that port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2003 07:03 AM
тАО07-27-2003 07:03 AM
Re: redhat 8 mail - local works remote doesn't
see if you have Addr=127.0.0.1
in DaemonPortOptions line if you do -remove it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2003 07:22 AM
тАО07-27-2003 07:22 AM
Re: redhat 8 mail - local works remote doesn't
The problem is that I'm studpid...
I had my newly generated sendmail.cf file in /etc. It worked until redhat dropped in another file in /etc/mail. I guess the latter is the first place it looks in or where it looks changed between 7 and 8.
Thanks for your help. Alexanders last email triggered me to think about these things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-28-2003 02:28 AM
тАО07-28-2003 02:28 AM
Re: redhat 8 mail - local works remote doesn't
yet another FAQ.
-balaji