Displaying 2 results from an estimated 2 matches for "sieve_env_mail_auto_reply_mode".
2020 Sep 25
1
[EXT] How do I make "vnd.dovecot.environment" available?
...- 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 variables in the sieve script, you need to drop the ?sieve_env_? part, and add the prefix ?env.vnd.dovec...
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