summaryrefslogtreecommitdiff
path: root/dovecot-sieve/README
blob: 2069a83a236f7d833e59aadc5859f15311446737 (plain)
    1 POST-INSTALL:
    2 
    3 	* Configure your MTA to use dovecot as your LDA
    4 
    5 	* Add cmusieve to the mail_plugins in dovecot.conf
    6 
    7 	  protocol lda {
    8 	  	   ...
    9 		   mail_plugins = cmusieve # ... other plugins
   10 		   ...
   11 	  }
   12 
   13 	* The default location of the sieve file is .dovecot.sieve in the
   14 	  users mail directory. You can change this in the plugin section.
   15 
   16 	  plugin {
   17 	  	 ...
   18 	 	 sieve = /var/sieve-scripts/%u/sieve
   19 	       	 ...
   20 	  }

Generated by cgit