Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: albatroz on April 20, 2005, 07:22:49 AM
-
I need to know who has a user sent emails to.
Is there something like that in SME included reports?
Thanks in advance
Alejandro
-
You could follow the following steps to log down all the outgoing mails and review it by one of dummy user's mail account :-
1) Download RPM program :-
http://www.ibiblio.org/pub/linux/distributions/e-smith/contrib/CharlieBrady/RPMS/i386/mailfront-0.86-1es2.i386.rpm
2) Use the server-manager to add a dummy user 'maillog'
3) Update the latest RPM :-
#rpm -Uvh mailfront-0.86-1es2.i386.rpm
4) Add the environment variable into /etc/profile
#echo maillog > /var/service/smtpfront-qmail/env/LOG_RECIPIENT
5) Send some e-mails and should these message at user's 'maillog' inbox.
Regards,
Thomas Chan