Page 1 of 1

SMTP traffic

Posted: Mon Dec 21, 2015 4:21 am
by paavonaak
Hi Support team,

How can i capture the SMTP traffic for the emils entering in Scalix ?

Re: SMTP traffic

Posted: Mon Dec 21, 2015 4:40 am
by ScalixSupport
Hello Mr. Paavo Naak,

Please turn on smtpd logging by setting DEBUG_LOG=TRUE in

Code: Select all

~scalix/*/s/sys/smtpd.cfg

(just before the RELAY lines) and restart smtpd service

Code: Select all

# omoff -d0 smtpd ; omon smtpd

Run the test and the log will be in

Code: Select all

~scalix/*/s/tmp/smtpd-SMTP.log

Re: SMTP traffic

Posted: Wed Jul 05, 2017 9:59 am
by sadeshlok
Thanks ScalixSupport admin