diff --git a/en_US/faq/file.locations.md b/en_US/faq/file.locations.md index badcb8c7..dd441871 100644 --- a/en_US/faq/file.locations.md +++ b/en_US/faq/file.locations.md @@ -145,11 +145,18 @@ Amavisd is configured to log to [Postfix log file](#postfix) by iRedMail. Main config file: -* RHEL/CentOS: `/etc/policyd/cluebringer.conf`, `/etc/policyd/webui.confi (web admin panel). +* RHEL/CentOS: `/etc/policyd/cluebringer.conf`, `/etc/policyd/webui.conf` (web admin panel). * Debian/Ubuntu: `/etc/cluebringer/cluebringer.conf`, `/etc/cluebringer/cluebringer-webui.conf` (web admin panel). * FreeBSD: `/usr/local/etc/cluebringer.conf`, `/usr/local/etc/apache24/cluebringer.conf` (web admin panel). * OpenBSD: Not applicable, cluebringer is not available on OpenBSD. +Init script: + +* RHEL/CentOS: `/etc/init.d/cbpolicyd` +* Debian/Ubuntu: `/etc/init.d/postfix-cluebringer` +* FreeBSD: `/usr/local/etc/rc.d/cluebringer` +* OpenBSD: N/A. we don't have Cluebringer installed on OpenBSD. + ## Fail2ban * Main config file is `/etc/fail2ban/jail.local`. All custom settings should be diff --git a/en_US/howto/disable.greylisting.md b/en_US/howto/disable.greylisting.md new file mode 100644 index 00000000..82734e59 --- /dev/null +++ b/en_US/howto/disable.greylisting.md @@ -0,0 +1,14 @@ +# Disable greylisting in Cluebringer + +* Find Cluebringer config file `cluebringer.conf` on your server with this + document: [Locations of configuration and log files of mojor components](./file.locations.html#cluebringer) + +* Find below lines in `cluebringer.conf`: + +``` +[Greylisting] +enable=1 +``` + +To disable gryelisting, please change `enabled=1` to `enabled=0`, then restart +Cluebringer service. diff --git a/html/disable.greylisting.html b/html/disable.greylisting.html new file mode 100644 index 00000000..34ed4476 --- /dev/null +++ b/html/disable.greylisting.html @@ -0,0 +1,37 @@ + + + + Disable greylisting in Cluebringer + + + + +

Disable greylisting in Cluebringer

+ +
[Greylisting]
+enable=1
+
+ +

To disable gryelisting, please change enabled=1 to enabled=0, then restart +Cluebringer service.

Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it. + \ No newline at end of file diff --git a/html/file.locations.html b/html/file.locations.html index 979be383..967768d1 100644 --- a/html/file.locations.html +++ b/html/file.locations.html @@ -187,11 +187,18 @@ on Debian/Ubuntu.

Cluebringer

Main config file:

+

Init script:

+

Fail2ban