How To Increase SMTP Debug Logging - MTA

How To Increase SMTP Debug Logging - MTA


   KB 21884        Last updated on 2021-11-3  




0.00
(0 votes)

Purpose

How To Increase SMTP Debug Logging - MTA

Resolution

1) You can obtain this by modifying the master.cf.in.

On ZCS v8.6 and Old: Modify "/opt/zimbra/postfix/conf/master.cf.in", go to the smtpd line and at the end of the line add -vv
smtp      inet  n       -       n       -       -       smtpd -vv 


On ZCS v8.7.x and Above: Modify "/opt/zimbra/common/conf/master.cf.in", go to the postscreen and smtpd lines and at the end of the line add -vv
smtp      	inet  n       -       n       -       1       postscreen -vv
...
smtpd     	pass  -       -       n       -       -       smtpd -vv
...
smtp      	unix  -       -       n       -       -       smtp -vv
...
465    	  	inet  n       -       n       -       -       smtpd -vv 
...
submission 	inet n	      -       n       -       -       smtpd -vv

To diagnose mail delivery problems we can enable verbose logging for each delivery agent (cleanup, qmgr, lmtp, local, pipe, smtp, virtual, etc.).


2) Restart the MTA service.

zmmtactl restart 


3) Check log file "/var/log/zimbra.log"


Additional Content

  • No related content.


Verified Against: Zimbra Collaboration 9.0, 8.8, 8.7, 8.6 Date Created: 04/26/2015
Article ID: https://wiki.zimbra.com/index.php?title=How_To_Increase_SMTP_Debug_Logging_-_MTA Date Modified: 2021-11-03



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Wiki/KB reviewed by SME1 SME2 Copyeditor Last edit by Shanxt
Jump to: navigation, search