diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-08 08:57:16 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-08 08:57:16 +0000 |
commit | cba2d507fbc227b1b2211e34f73df9fbdac2cba4 (patch) | |
tree | d171e52b9e80392240e424a7663671a208c9f1c3 /mail/dovecot-sieve/files | |
parent | 070937c507b94bf7bd2ba3b5ad6c3a935ed60829 (diff) | |
download | ports-cba2d507fbc227b1b2211e34f73df9fbdac2cba4.tar.gz ports-cba2d507fbc227b1b2211e34f73df9fbdac2cba4.zip |
Notes
Diffstat (limited to 'mail/dovecot-sieve/files')
-rw-r--r-- | mail/dovecot-sieve/files/pkg-message.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/dovecot-sieve/files/pkg-message.in b/mail/dovecot-sieve/files/pkg-message.in new file mode 100644 index 000000000000..05a7c5ea7b3e --- /dev/null +++ b/mail/dovecot-sieve/files/pkg-message.in @@ -0,0 +1,16 @@ +--------------------------------------------------------------------- + + This port assumes you are familiar with Dovecot and have it installed + and running on the system you have installed this plugin on. + + You can enable the plugin with this directive in your dovecot.conf: + + protocol lda { + mail_plugins = cmusieve + } + + Further information on configuration can be found at: + + http://Wiki.Dovecot.org/LDA/Sieve + +--------------------------------------------------------------------- |