Merge branch 'master' into master

Dieser Commit ist enthalten in:
Phoenix Eve Aspacio 2019-01-03 23:02:01 +08:00 committet von GitHub
Commit 43afdf7b25
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23
2 geänderte Dateien mit 14 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -1,7 +1,7 @@
Sync jobs are used to copy or move existing emails from an external IMAP server or within mailcow's existing mailboxes. Sync jobs are used to copy or move existing emails from an external IMAP server or within mailcow's existing mailboxes.
!!! info !!! info
Depending on your mailbox's ACL you may not have the option to do add a sync job. Please contact your domain administrator if otherwise. Depending on your mailbox's ACL you may not have the option to add a sync job. Please contact your domain administrator if so.
# Setup a Sync Job # Setup a Sync Job
1. In the "Mail Setup" or "User Settings" interface, create a new sync job. 1. In the "Mail Setup" or "User Settings" interface, create a new sync job.

Datei anzeigen

@ -34,4 +34,16 @@ docker-compose exec rspamd-mailcow rspamc --help
docker-compose exec rspamd-mailcow rspamadm --help docker-compose exec rspamd-mailcow rspamadm --help
``` ```
## Disable Greylisting
You can disable rspamd's greylisting server-wide by editing:
`{mailcow-dir}/data/conf/rspamd/local.d/greylist.conf`
Simply add the line:
`enabled = false;`
Save the file and then restart the rspamd container.
See [Rspamd documentation](https://rspamd.com/doc/index.html) See [Rspamd documentation](https://rspamd.com/doc/index.html)