OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix + saslauthd + mysql

From: Truong Tan Son (sonttfcv.fujitsu.com)
Date: Wed Dec 07 2005 - 18:39:31 CST


Newbie wrote:

>
>
> Simon Waters wrote:
>> On Wednesday 07 Dec 2005 10:21, newbie wrote:
>>
>> With what error message(s)?
>>
> Dec 7 14:49:28 dks5 postfix/master[8419]: daemon started -- version
> 2.2.5, configuration /etc/postfix
> Dec 7 14:50:07 dks5 postfix/smtpd[8432]: warning: dict_nis_init: NIS
> domain name not set - NIS lookups disabled
> Dec 7 14:50:07 dks5 postfix/master[8419]: warning: process
> /usr/libexec/postfix/smtpd pid 8432 killed by signal 11
> Dec 7 14:50:07 dks5 postfix/master[8419]: warning:
> /usr/libexec/postfix/smtpd: bad command startup -- throttling

You can do to re-check:

postfix stop

postfix start

tail -20 /path/to/maillog <--- send this log file

lsof -i tcp:smtp

cat /etc/services |egrep smtp

--