1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-29 01:07:44 +02:00

Explain how to skip inbox (should be a common case; I personally spent more than an hour investigating how to do this)

This commit is contained in:
Alexander Kachkaev 2016-09-13 22:51:29 +01:00
parent 146f9e4fc9
commit c72dfde785

View File

@ -29,6 +29,11 @@ require ["copy"];
redirect :copy "user2@otherdomain.tld"; redirect :copy "user2@otherdomain.tld";
``` ```
Just forward all incoming emails and do not save them locally:
```
redirect "user2@otherdomain.tld";
```
For more examples or a detailed description of the Sieve language have a look at [the official site](http://sieve.info/examplescripts). Other resources are available on the internet where you can find several [examples](https://support.tigertech.net/sieve#sieve-example-rules-jmp). For more examples or a detailed description of the Sieve language have a look at [the official site](http://sieve.info/examplescripts). Other resources are available on the internet where you can find several [examples](https://support.tigertech.net/sieve#sieve-example-rules-jmp).
### Manage Sieve ### Manage Sieve