contrib/dovecot-sieve
2009-12-12 11:38:03 +11:00
..
.footprint dovecot-sieve: update to 0.1.13 (for dovecot 1.2.x) 2009-12-12 11:38:03 +11:00
.md5sum dovecot-sieve: update to 0.1.13 (for dovecot 1.2.x) 2009-12-12 11:38:03 +11:00
Pkgfile dovecot-sieve: update to 0.1.13 (for dovecot 1.2.x) 2009-12-12 11:38:03 +11:00
README dovecot-sieve: initial commit 2009-01-29 19:08:17 +11:00

POST-INSTALL:

	* Configure your MTA to use dovecot as your LDA

	* Add cmusieve to the mail_plugins in dovecot.conf

	  protocol lda {
	  	   ...
		   mail_plugins = cmusieve # ... other plugins
		   ...
	  }

	* The default location of the sieve file is .dovecot.sieve in the
	  users mail directory. You can change this in the plugin section.

	  plugin {
	  	 ...
	 	 sieve = /var/sieve-scripts/%u/sieve
	       	 ...
	  }