Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 1999 17:43:02 +0400
From:      Alexey Zelkin <phantom@cris.net>
To:        Jacob Rhoden <jj@cybernex.net.au>
Cc:        security@FreeBSD.ORG
Subject:   Re: Daily security run - mail que content
Message-ID:  <19990829174302.A1202@scorpion.crimea.ua>
In-Reply-To: <199908291358.XAA11762@cybernex.net.au>
References:  <Pine.BSI.4.02.9908282221020.15859-100000@ime.net> <199908291358.XAA11762@cybernex.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
hi,

On Mon, Aug 30, 1999 at 12:02:32AM +1000, Jacob Rhoden wrote:
> For some reason... I continually get the following message from the 
> crontab security email:
> 
> Mail in local queue:
>                 Mail Queue (1 request)
> --Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient----------
> --
> CAA94833* (no control file)
> 
> I have tried a 'find' for a file with a similar name to that to no avail.. 
> How would i remove this message (its been there for a few weeks)

This is temporary mail queue file created by statement in
/etc/periodic/daily/450.status-security:

sh /etc/security 2>&1 | sendmail root

If you wanna avoid this message you'll change this statement to smth like

sh /etc/security 2>&1 > secure_temp_file.$$
sendmail root < secure_temp_file.$$
rm -f secure_temp_file.$$

Anyway first statement is noisy but secure, second silent but very insecure.

-- 
Sincerely Yours,   | phantom@crimea.edu      (primary)
Alexey Zelkin      | phantom@scorpion.crimea.ua (home)
                   | ICQ: #6196584,  FIDO: 2:460/12.26


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990829174302.A1202>