From c1032e4d5eb2297da1eec519239b769f86a29c06 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 16 Jan 2017 19:34:45 +0100 Subject: [PATCH] readme --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7d2eaca..33165ba 100644 --- a/README.md +++ b/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. On /etc/dovecot/dovecot.conf my plugin section looks like: - plugin { - (...) - sieve = ~/dovecot.sieve - sieve_after = /var/www/vmail/sieve/global.sieve - sieve_dir = ~/sieve - #vacation - sieve_extensions = +vacation-seconds - sieve_vacation_min_period = 30m - sieve_vacation_default_period = 10d - sieve_vacation_max_period = 30d + plugin { + (...) + sieve = ~/dovecot.sieve + sieve_after = /var/www/vmail/sieve/global.sieve + sieve_dir = ~/sieve + #vacation + sieve_extensions = +vacation-seconds + sieve_vacation_min_period = 30m + sieve_vacation_default_period = 10d + sieve_vacation_max_period = 30d - #ExtPrograms - sieve_plugins = sieve_extprograms - sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute + #ExtPrograms + sieve_plugins = sieve_extprograms + sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute - sieve_pipe_bin_dir = /etc/sieve-pipe/bin - sieve_filter_bin_dir = /etc/sieve-pipe/filter - sieve_execute_bin_dir = /etc/sieve-pipe/execute - (...) - } + sieve_pipe_bin_dir = /etc/sieve-pipe/bin + sieve_filter_bin_dir = /etc/sieve-pipe/filter + sieve_execute_bin_dir = /etc/sieve-pipe/execute + (...) + } \ No newline at end of file