]> git.proxmox.com Git - pmg-docs.git/blobdiff - pmg.admin-conf-opts.adoc
bump version to 6.4-1
[pmg-docs.git] / pmg.admin-conf-opts.adoc
index d20517b3769265e21f879733a52051cbeee9dab7..03c83ce282bb9a5b85f6c5bd43f943b4c4e23a7d 100644 (file)
@@ -4,12 +4,20 @@ Use advanced filters for statistic.
 
 `avast`: `<boolean>` ('default =' `0`)::
 
-Use Avast Virus Scanner (/bin/scan). You need to buy and install 'Avast Core Security' before you can enable this feature.
+Use Avast Virus Scanner (/usr/bin/scan). You need to buy and install 'Avast Core Security' before you can enable this feature.
 
 `clamav`: `<boolean>` ('default =' `1`)::
 
 Use ClamAV Virus Scanner. This is the default virus scanner and is enabled by default.
 
+`custom_check`: `<boolean>` ('default =' `0`)::
+
+Use Custom Check Script. The script has to take the defined arguments and can return Virus findings or a Spamscore.
+
+`custom_check_path`: `^/([^/\0]+\/)+[^/\0]+$` ('default =' `/usr/local/bin/pmg-custom-check`)::
+
+Absolute Path to the Custom Check Script
+
 `dailyreport`: `<boolean>` ('default =' `1`)::
 
 Send daily reports.
@@ -18,6 +26,18 @@ Send daily reports.
 
 Demo mode - do not start SMTP filter.
 
+`dkim_selector`: `<string>` ::
+
+Default DKIM selector
+
+`dkim_sign`: `<boolean>` ('default =' `0`)::
+
+DKIM sign outbound mails with the configured Selector.
+
+`dkim_sign_all_mail`: `<boolean>` ('default =' `0`)::
+
+DKIM sign all outgoing mails irrespective of the Envelope From domain.
+
 `email`: `<string>` ('default =' `admin@domain.tld`)::
 
 Administrator E-Mail address.