![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sendmail [279] [ID 702911 mail.alert] ERROR!!! | louisd11 | SUN Solaris | 5 | 12-15-2006 03:31 PM |
| Sendmail error | atiato | UNIX for Dummies Questions & Answers | 1 | 02-08-2006 10:02 AM |
| X-server fatal error,KDM refused to start | callmedctr | UNIX for Dummies Questions & Answers | 1 | 07-01-2005 01:02 AM |
| extracting sendmail: error | sphiengollie | UNIX for Dummies Questions & Answers | 1 | 04-22-2002 06:42 PM |
| sendmail error :-( | guest100 | UNIX for Dummies Questions & Answers | 11 | 02-26-2002 06:10 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Whe trying to start sendmail i getting following error
Hi expert ,
When i trying to start sendmail i getting the following error : pls help me # ./sendmail start # 451 4.0.0 /etc/mail/sendmail.cf: line 77: fileclass: cannot open /etc/mail/local-host-names: World writable directory 451 4.0.0 /etc/mail/sendmail.cf: line 472: fileclass: cannot open /etc/mail/trusted-users: World writable directory. ************************************************* ****My local-host-name file is empty**** ****my trusted-users file contains root*** What to do now ! what to check now! thanks in advance. |
|
||||
|
It complains because the permissions are insecure, not because they are too tight. You need to set them to something like 400. chmod 777 is basically never correct, anyway.
|
|
||||
|
try chmod 775 which withdraws the world writeable privilege.
|
|
||||
|
hi era,johnf
I have tried both the permission 400 and 755 ! i m getting same error. what to do? thanks Last edited by saisivakumar; 06-09-2008 at 05:38 AM.. |
![]() |
| Bookmarks |
| Tags |
| sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|