Page 1 of 1

SMTPD Log

Posted: Tue Nov 08, 2005 12:47 pm
by peteb
Hi

I need to be able to log all messages to and from Scalix. Outbound is no problem because that's handled by Sendmail.

Incoming messages seem to be handled by SMTPD, but its log is always empty. How to I get it to produce logs similar to sendmail?

Pete

Posted: Tue Nov 08, 2005 1:07 pm
by ScalixSupport
For logging of incoming messages through the SMTP Relay, you should enable auditing on the smtpd service

Code: Select all

omoff -d 0 smtpd
omconfaud -a smtpd 15
omon smtpd


This will add logging to the /var/opt/scalix/logs/audit file.

Cheers

Dave.