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.
!!! 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
1. In the "Mail Setup" or "User Settings" interface, create a new sync job.
@ -19,4 +19,4 @@ Sync jobs are used to copy or move existing emails from an external IMAP server
7. Make sure to tick "Active" and click "Add".
!!! info
Once Completed, log into the mailbox and check if all emails are imported correctly. If all goes well, All your mails shall end up in your new mailbox. And don't forget to delete or deactivate the sync job after it is used.
Once Completed, log into the mailbox and check if all emails are imported correctly. If all goes well, All your mails shall end up in your new mailbox. And don't forget to delete or deactivate the sync job after it is used.

Datei anzeigen

@ -34,4 +34,16 @@ docker-compose exec rspamd-mailcow rspamc --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)