Difference between revisions of "How To Increase SMTP Debug Logging - MTA"
m (Protected "How To Increase SMTP Debug Logging - MTA" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
Line 3: | Line 3: | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
=How To Increase SMTP Debug Logging - MTA= | =How To Increase SMTP Debug Logging - MTA= | ||
− | {{KB|{{ZC}}|{{ZCS 8. | + | <hr> |
+ | {{KB|{{ZC}}|{{ZCS 9.0}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|}} | ||
{{WIP}} | {{WIP}} | ||
+ | <hr> | ||
==Purpose== | ==Purpose== | ||
How To Increase SMTP Debug Logging - MTA | How To Increase SMTP Debug Logging - MTA | ||
==Resolution== | ==Resolution== | ||
− | |||
− | |||
− | < | + | '''1)''' You can obtain this by modifying the master.cf.in. |
+ | :'''On ZCS v8.6 and Old:''' Modify <code>"/opt/zimbra/postfix/conf/master.cf.in"</code> | ||
+ | :'''On ZCS v8.7.x and Above:''' Modify <code>"/opt/zimbra/common/conf/master.cf.in"</code> | ||
− | + | '''2)''' Go to the smtpd line and at the end of the line add -vv | |
+ | smtp inet n - n - - smtpd -vv | ||
+ | |||
+ | |||
+ | '''3)''' Restart the MTA service. | ||
+ | zmmtactl restart | ||
+ | |||
+ | |||
+ | '''4)''' Check log file "/var/log/zimbra.log" | ||
− | |||
− | |||
==Additional Content== | ==Additional Content== | ||
* No related content. | * No related content. | ||
− | {{Article Footer|Zimbra Collaboration 8. | + | {{Article Footer|Zimbra Collaboration 9.0, 8.8, 8.7, 8.6|04/26/2015}} |
{{NeedSME|SME1|SME2|Copyeditor}} | {{NeedSME|SME1|SME2|Copyeditor}} | ||
− |
Revision as of 04:16, 24 May 2021
Contents
How To Increase SMTP Debug Logging - MTA
- This article is a Work in Progress, and may be unfinished or missing sections.
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"
- On ZCS v8.7.x and Above: Modify
"/opt/zimbra/common/conf/master.cf.in"
2) Go to the smtpd line and at the end of the line add -vv
smtp inet n - n - - smtpd -vv
3) Restart the MTA service.
zmmtactl restart
4) Check log file "/var/log/zimbra.log"
Additional Content
- No related content.