diff --git a/en_US/troubleshooting/debug.opendmarc.md b/en_US/troubleshooting/debug.opendmarc.md new file mode 100644 index 00000000..2660dfc6 --- /dev/null +++ b/en_US/troubleshooting/debug.opendmarc.md @@ -0,0 +1,16 @@ +# Turn on debug mode in OpenDMARC + +In OpenDMARC config file `/etc/opendmarc.conf`, find parameter `MilterDebug` +like below: + +``` +MilterDebug 0 +``` + +Set its value to `1` and restart `opendmarc` service to enable debug mode: + +``` +MilterDebug 1 +``` + +It's configured by iRedMail to log to `/var/log/opendmarc/opendmarc.log`. diff --git a/html/debug.opendmarc.html b/html/debug.opendmarc.html new file mode 100644 index 00000000..67bbbcc4 --- /dev/null +++ b/html/debug.opendmarc.html @@ -0,0 +1,40 @@ + + + + + Turn on debug mode in OpenDMARC + + + + +

Turn on debug mode in OpenDMARC

+

In OpenDMARC config file /etc/opendmarc.conf, find parameter MilterDebug +like below:

+
MilterDebug 0
+
+ +

Set its value to 1 and restart opendmarc service to enable debug mode:

+
MilterDebug 1
+
+ +

It's configured by iRedMail to log to /var/log/opendmarc/opendmarc.log.

+ + + + \ No newline at end of file diff --git a/html/index.html b/html/index.html index 35c2d752..e23821c4 100644 --- a/html/index.html +++ b/html/index.html @@ -231,6 +231,7 @@
  • Turn on debug logging in Fail2ban
  • Turn on debug mode in iRedAPD
  • Log executed SQL commands in MySQL/MariaDB
  • +
  • Turn on debug mode in OpenDMARC
  • Turn on debug mode in OpenLDAP
  • Turn on debug mode in Postfix
  • Turn on debug mode in Roundcube webmail