On Mon, Mar 18, 2002 at 01:13:34PM +0530, Arun Hubballi wrote:
> 
> I am running qmail on redhat 7.2 server. My requirement is 
> to check what attachments are being  sent out from my SMTP 
> server. Is there a software for doing so ? 

Attachments in mails is a MUA function, and  not of the MTA.
Normally, all atts undergo a base64 conversion  and appended
with a seperator to the end of the mail by the  MUA as text.  

I have not come across  any software to check these,  but it  
should not be too difficult to track  the  entries  in /var/
spool/mqueue (or equiv for qmail) and  extract  the info you  
need at that level with a perl /  shell script, if  you send 
mails at periodic intervals.

HTH

Bish

--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Linux through NT boot loader                   LOST #082

To add linux to NT boot loader menu, in Linux do:
#dd -if=/dev/hdaN -of=/tmp/boot.lnx bs=512 count=1 
[where N is the partition of the Linux "/" (root dir)]
Ensure /tmp/boot.lnx is 512 bytes. Copy it to c:\ of NT.
Append 'c:\boot.lnx="linux"' 'to c:\boot.ini and you are done
 
####<[EMAIL PROTECTED]>#######################
:


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to