Article:
 |
|
Configuring sendmail on Jaguar
|
| Subject: |
|
Sendmail still complaining about world writable, localhost refuses port 25 connection |
| Date: |
|
2005-12-22 06:18:12 |
| From: |
|
microbix
|
Response to: Sendmail still complaining about world writable, localhost refuses port 25 connection
|
|
edit manually file sendmail.cf
nano -w /etc/mail/sendmail.cf
replace line Fw/etc/mail/local-host-names with line
Fw-o /etc/mail/local-host-names
identically (if you got the same error for trusted-users)
Ft/etc/mail/trusted-users
with line Ft-o /etc/mail/trusted-users
i spent 4 hours to see that. if you rebuild sendmail.cf from sendmail.mc you can modify the last file (sendmail.mc) to suit your needs
i recommend to you to use webmin (install with yum) for simpler sendmail administration
|
Showing messages 1 through 2 of 2.
-
Sendmail still complaining about world writable, localhost refuses port 25 connection
2010-07-01 09:19:22
Harshad Mahajan
[View]
-
Sendmail still complaining about world writable, localhost refuses port 25 connection
2006-03-13 13:01:25
rtantti
[View]
It worked for me as well.