Hi,

I am getting a lot of following messages in the log everytime I send mails.
How can I stop them being logged.

--------------------------------------------------------------------------
May 13 15:16:22 debian sendmail[826]: STARTTLS=client: file
/etc/mail/ssl/sendmail-client.crt unsafe: No such file or directory
May 13 15:16:22 debian sendmail[826]: STARTTLS=client: file
/etc/mail/ssl/sendmail-common.key unsafe: No such file or directory
May 13 15:16:22 debian sendmail[826]: STARTTLS=client: file
/etc/mail/ssl/sendmail-server.crt unsafe: Regular files only
May 13 15:16:22 debian sendmail[826]: STARTTLS=client, error: load verify
locs /etc/ssl/certs/, /etc/mail/ssl/sendmail-server.crt failed: 0
May 13 15:20:01 debian sm-msp-queue[921]: STARTTLS=client: file
/etc/mail/ssl/sendmail-client.crt unsafe: No such file or directory
May 13 15:20:01 debian sm-msp-queue[921]: STARTTLS=client: file
/etc/mail/ssl/sendmail-common.key unsafe: No such file or directory
May 13 15:20:01 debian sm-msp-queue[921]: STARTTLS=client: file
/etc/mail/ssl/sendmail-server.crt unsafe: Regular files only
May 13 15:20:01 debian sm-msp-queue[921]: STARTTLS=client, error: load
verify locs /etc/ssl/certs/, /etc/mail/ssl/sendmail-server.crt failed: 0
--------------------------------------------------------------------------

Peace



--
Rajesh *  [EMAIL PROTECTED]  *  http://www.symonds.net/~rajesh/
Powered By : Debian GNU/Linux 2.2 R-3 [Kernel 2.4.18(ext3),Mutt 1.3.28i]
:
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #285        -**< Sub : kill-proc (killing user process by an user) >**-
#!/bin/sh
ps -aef | grep $USER
echo -en "Process-No to kill : "; read P_ID
kill $P_ID
         
:

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to