Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: thomas_chan on April 21, 2005, 11:19:24 AM

Title: Qmail : Capture all Outgoing mails
Post by: thomas_chan on April 21, 2005, 11:19:24 AM
Does anyone can advise how to capture all outgoing mails at QMAIL server so that to allow the management to review all the outgoing mail details ?
Title: Qmail : Capture all Outgoing mails
Post by: byte on April 21, 2005, 12:58:13 PM
Search is your friend... This has been answered many times
Title: Qmail : Capture all Outgoing mails
Post by: warren on April 22, 2005, 12:01:09 PM
Thomas_chan ,

Byte gave a bit of a nibble   :lol: " 1 Byte = 8bits = 2nibbles... or something like that.. couldnt resist !

check out this thread http://forums.contribs.org/index.php?topic=23380.msg93126#msg93126

Warren
Title: Re: Qmail : Capture all Outgoing mails
Post by: m4m4n_5 on June 27, 2005, 08:47:09 AM
dear thomas_chan,

Charlie Brady developed a contrib to do what you want. We use it and it works perfectly on 5.6. Have not tested on 6.0 but plan to soon. Below is how you set it up.

1) From your closest mirror, download the rpm. Example:
http://mirror.aarnet.edu.au/pub/e-smith/contrib/CharlieBrady/RPMS/i386/mailfront-0.91-8es.i386.rpm

2) Use the server-manager to add a user named 'maillog'

3) Add the rpm:
# rpm -Uvh mailfront-0.91-8es.i386.rpm

4) Add the environment variable:
# echo maillog > /var/service/smtpfront-qmail/env/LOG_RECIPIENT

5) Send some e-mails and you should find messages delivered to intended
recipients plus archival copies in the 'maillog' inbox.

Good luck.

Quote from: "thomas_chan"
Does anyone can advise how to capture all outgoing mails at QMAIL server so that to allow the management to review all the outgoing mail details ?