Merge branch 'master' into master
Dieser Commit ist enthalten in:
Commit
43afdf7b25
2 geänderte Dateien mit 14 neuen und 2 gelöschten Zeilen
|
@ -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.
|
||||||
|
@ -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".
|
7. Make sure to tick "Active" and click "Add".
|
||||||
|
|
||||||
!!! info
|
!!! 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.
|
|
@ -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)
|
||||||
|
|
Laden …
In neuem Issue referenzieren