Displaying 6 results from an estimated 6 matches for "sieve_env_".
2020 Sep 25
1
[EXT] How do I make "vnd.dovecot.environment" available?
...need to turn on the sieve_extprograms plugin:
sieve_plugins = sieve_extprograms
- Then you need to enable vnd.dovecot.environment:
sieve_global_extensions = +vnd.dovecot.environment
- Then you need to pull the extra fields you want out of the userdb, and those fields must be prefixed with ?sieve_env_?, like this example for LDAP:
user_attrs = mailMessageStore=home=%$,=sieve_env_mail_auto_reply_mode=%{ldap:mailAutoReplyMode},=sieve_env_mail_auto_reply_text=%{ldap:mailAutoReplyText}
- Then you need to add a requirement on ?vnd.dovecot.environment? to the sieve script.
- Then, to access the v...
2016 Oct 30
1
Released Pigeonhole v0.4.16 for Dovecot v2.2.26.0.
...ed support for a "discard script" that is
run when the message is going to be discarded. This allows doing
something other than throwing the message away for good.
+ Sieve vnd.dovecot.environment extension: Added vnd.dovecot.config.*
environment items. These environment items map to sieve_env_*
settings from the plugin {} section in the configuration. Such values
can of course also be returned from userdb.
+ Sieve vacation extension: Use the Microsoft X-Auto-Response-Suppress
header to prevent unwanted responses from and to (older) Microsoft
products.
+ ManageSieve: Added rawlog...
2016 Oct 30
1
Released Pigeonhole v0.4.16 for Dovecot v2.2.26.0.
...ed support for a "discard script" that is
run when the message is going to be discarded. This allows doing
something other than throwing the message away for good.
+ Sieve vnd.dovecot.environment extension: Added vnd.dovecot.config.*
environment items. These environment items map to sieve_env_*
settings from the plugin {} section in the configuration. Such values
can of course also be returned from userdb.
+ Sieve vacation extension: Use the Microsoft X-Auto-Response-Suppress
header to prevent unwanted responses from and to (older) Microsoft
products.
+ ManageSieve: Added rawlog...
2020 Sep 24
2
How do I make "vnd.dovecot.environment" available?
On 24 Sep 2020, at 20:45, Sami Ketola <sami.ketola at dovecot.fi> wrote:
> can you link your doveconf -n and the sieve script?
The user?s detail are:
[root at gatekeeper ~]# doveadm user minfrin at example.com
field value
uid vmail
gid vmail
home /home/vmail/minfrin at example.com/
mail maildir:~/mail
mail_auto_reply_mode reply
mail_auto_reply_text I am truly away...
The sieve script
2016 Oct 21
0
Released Pigeonhole v0.4.16.rc1 for Dovecot v2.2.26.rc1.
...support for a "discard script" that is
run when the message is going to be discarded. This allows doing
something other than throwing the message away for good.
+ Sieve vnd.dovecot.environment extension: Added vnd.dovecot.config.*
environment items. These environment items map to sieve_env_*
settings from the plugin {} section in the configuration. Such values
can of course also be returned from userdb.
+ Sieve vacation extension: Use the Microsoft X-Auto-Response-Suppress
header to prevent unwanted responses from and to (older) Microsoft
products.
+ ManageSieve: Added ra...
2016 Oct 21
0
Released Pigeonhole v0.4.16.rc1 for Dovecot v2.2.26.rc1.
...support for a "discard script" that is
run when the message is going to be discarded. This allows doing
something other than throwing the message away for good.
+ Sieve vnd.dovecot.environment extension: Added vnd.dovecot.config.*
environment items. These environment items map to sieve_env_*
settings from the plugin {} section in the configuration. Such values
can of course also be returned from userdb.
+ Sieve vacation extension: Use the Microsoft X-Auto-Response-Suppress
header to prevent unwanted responses from and to (older) Microsoft
products.
+ ManageSieve: Added ra...