readme
This commit is contained in:
parent
f26d663439
commit
c1032e4d5e
36
README.md
36
README.md
|
@ -8,25 +8,25 @@ Just send an email to the configured em-mail generator. It will respond you and
|
||||||
Need dovecot and dovecot pigeon hole.
|
Need dovecot and dovecot pigeon hole.
|
||||||
On /etc/dovecot/dovecot.conf my plugin section looks like:
|
On /etc/dovecot/dovecot.conf my plugin section looks like:
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
(...)
|
(...)
|
||||||
sieve = ~/dovecot.sieve
|
sieve = ~/dovecot.sieve
|
||||||
sieve_after = /var/www/vmail/sieve/global.sieve
|
sieve_after = /var/www/vmail/sieve/global.sieve
|
||||||
sieve_dir = ~/sieve
|
sieve_dir = ~/sieve
|
||||||
#vacation
|
#vacation
|
||||||
sieve_extensions = +vacation-seconds
|
sieve_extensions = +vacation-seconds
|
||||||
sieve_vacation_min_period = 30m
|
sieve_vacation_min_period = 30m
|
||||||
sieve_vacation_default_period = 10d
|
sieve_vacation_default_period = 10d
|
||||||
sieve_vacation_max_period = 30d
|
sieve_vacation_max_period = 30d
|
||||||
|
|
||||||
#ExtPrograms
|
#ExtPrograms
|
||||||
sieve_plugins = sieve_extprograms
|
sieve_plugins = sieve_extprograms
|
||||||
sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute
|
sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute
|
||||||
|
|
||||||
sieve_pipe_bin_dir = /etc/sieve-pipe/bin
|
sieve_pipe_bin_dir = /etc/sieve-pipe/bin
|
||||||
sieve_filter_bin_dir = /etc/sieve-pipe/filter
|
sieve_filter_bin_dir = /etc/sieve-pipe/filter
|
||||||
sieve_execute_bin_dir = /etc/sieve-pipe/execute
|
sieve_execute_bin_dir = /etc/sieve-pipe/execute
|
||||||
(...)
|
(...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user