| Article: |
Configuring sendmail on Jaguar | |
| Subject: | Sendmail still complaining about world writable, localhost refuses port 25 connection | |
| Date: | 2003-05-13 08:04:52 | |
| From: | anonymous2 | |
|
Response to: Sendmail still complaining about world writable, localhost refuses port 25 connection
|
||
|
You have to check the permissions on / and all the subdirectories like /etc, /etc/mail for write permissions. If there is no write permission on / or /etc then give the write permissions and check.
|
||
Showing messages 1 through 2 of 2.
-
Sendmail still complaining about world writable, localhost refuses port 25 connection
2005-12-22 06:18:12 microbix [Reply | View]
-
Sendmail still complaining about world writable, localhost refuses port 25 connection
2003-07-11 13:06:35 anonymous2 [Reply | View]
> sudo chmod go-w / /etc /etc/mail /usr /var /var/spool /var/spool/mqueue /private
I understood that the purpose of:
define(`confDONT_BLAME_SENDMAIL', `GroupWritableDirPathSafe')
Was so that changed to the filesystem permissions were not nessacary. I've followed the tutorial here:
http://www.macdevcenter.com/pub/a/mac/2002/09/10/sendmail.html
and I'm having the same result. Even though the dont_blame option is set sendmail still refuses to start.




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