Bug 53264
| Summary: | Sendmail refuses connections from everywhere except "localhost" | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Alan Hoyle <alanh> |
| Component: | sendmail | Assignee: | Florian La Roche <laroche> |
| Status: | CLOSED NOTABUG | QA Contact: | David Lawrence <dkl> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-09-05 19:09:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alan Hoyle
2001-09-05 19:09:14 UTC
Have you made any changes to your /etc/sendmail.cf file to allow remote connections? Red Hat by default ships sendmail to only allow connections from localhost for security reasons. You can easily fix this by editing a line in /etc/mail/sendmail.mc and then recreating your /etc/sendmail.cf file from that. Example: In /etc/mail/sendmail.mc change the following line DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') to dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') The part 'dnl' is the same as comment a line out. After saving the above change then execute m4 /etc/mail/sendmail.mc > /etc/sendmail.cf Restart sendmail and you should be able to receive mail remotely. Reopen this bug report if you do not have positive results. |