[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] (RAQ4) Maillog sasldb error - SOLVED



 
> > I have found this error in maillog after a customer 
> complainted about 
> > "SMTP server didn't respond during 60 sec..".
> >
> > Apr 19 17:10:21 www sendmail[20001]: NOQUEUE: 
> [80.230.155.10] did not 
> > issue MAIL/EXPN/VRFY/ETRN during connection to MTA Apr 19 
> 17:13:39 www 
> > sendmail[20251]: error: safesasl(/etc/sasldb) failed:
> > Group readable file
> >
> > Sounds bad to me. Am I under attack and what is the best 
> practice if 
> > so? Or am I in a wrong way?
> >
> One of hepqatches does this!
> fix, as root
> chmod 600 /etc/sasldb
> 

Right, should be it. The error said "Group readable file", so "chmod 600
/etc/sasldb" removed the perm from group. 

Thank you, Gerald and all the folks.