Thanks for pointing me in the right direction. I myself haven't heard of recordio and not very familiar with mail servers at all. But I'll look into it and see if that will help my cause. Just to give me a head start in understanding all this, that example script you included, would I just run that to do the logging? Or do I need to place it somewhere in the Qmail scripts?
Regards, Riezal Ross -----Original Message----- From: Nicolas Wegener [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 9:56 PM To: [email protected] Subject: Re: [qmailtoaster] Configuring log files You may want to look into recordio, I know it's been used on the smtp process & I have never seen it used with the send process. However is is a example from Dave Sill's "Life with qmail" /var/qmail/supervise/smtp/run #!/bin/sh QMAILDUID=201 NOFILESGID=65 exec /usr/local/bin/softlimit -m 5242880 \ /usr/local/bin/tcpserver -v -c 250 -p -x /etc/tcp.smtp.cdb \ -u $QMAILDUID -g $NOFILESGID (ip address of server) smtp \ rblsmtpd -B -C -r'timeout.honeypot.dnsbl.example.com' \ /usr/local/bin/recordio \ /var/qmail/bin/qmail-smtpd 2>&1 Perhaps you could use the same concept on the send process. But make sure you back up "/var/qmail/supervise/smtp/run" Hope this helps! -Nic On 11/29/05, Jake Vickers <[EMAIL PROTECTED]> wrote: > Riezal Ross wrote: > > > Hi, > > > > Just wondering if it is possible to configure the way logging is > > done? For instance, currently the outgoing mail is logged at > > /var/log/qmail/send and the files are created in a certain format to > > show the sender and recipient. Is it possible if I wanted to include > > other information such as the mail subject, the date & time, etc? > > > I don't think it's possible without modifying the source code. It > would be interesting, though. I've seen some pre-daemon-tools hacks > where people ran the logs through tai64nlocal (or something similar > they > wrote) to get the logs in HRF (Human Readable Format). Anyone else? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
