Gabriel Lai wrote:
Hi all,can we have the qmail log files with date & time when the mails coming in & go out? I have a customer where he would like to track the records of the incoming & outgoing mails..Or, can we have a filtering feature where we can filtered the log files by email address?
Qmail uses it's own timestamp for messages. You can get the time/date by filtering the email:
cat /var/log/qmail/smtp/current | tai64nlocalThere's a couple log parsing tools in QTP (qtp.qmailtoaster.com), and you can always filter it via grep:
cat /var/log/qmail/smtp/current | grep [EMAIL PROTECTED] | tai64nlocal The other tools will probably be easier though.
smime.p7s
Description: S/MIME Cryptographic Signature
