D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
dovecot
/
conf.d
/
Filename :
90-plesk-sieve.conf
back
Copy
## ## ManageSieve service and Sieve interpreter settings. ## # PLEASE DON'T EDIT ANYTHING IN THIS FILE! ANY CHANGES WILL BE LOST ON UPGRADE. # See example configuration files: # /usr/share/doc/dovecot/example-config/conf.d/20-managesieve.conf # /usr/share/doc/dovecot/example-config/conf.d/90-sieve.conf protocols = $protocols sieve protocol sieve { } protocol lda { mail_plugins = $mail_plugins sieve } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve # Horde webmail (Ingo sieve backend) is not aware of RFC 'imap4flags' and # 'enotify' extensions. Enable old deprecated ones. sieve_extensions = +notify +imapflags } # Log format compatible with Plesk statistics collector. managesieve_logout_format = "rcvd=%i, sent=%o" # vim:ts=2 sts=2 sw=2 et: