Displaying 1 result from an estimated 1 matches for "mailrespondermode".
2010 Jan 05
6
Sieve > Pigeonhole > external storage with LDAP or other data source available to dovecot
...forwarding to small groups (not a MLM), wish to toggle
whether a message is kept in the mailbox after being forwarded, etc.
<example>
# determine if we always auto-respond, or if we respond with a more
vacation-ish setting of every 30d
#
# sample LDAP entry:
# uid: testuser at domain.com
# mailResponderMode: vacation
# mailResponderText: "I'm on vacation, far far from the Internet"
(base64 encoded string...)
# "always" reply mode, sanitized to once a day
if ldap "mailResponderMode" "reply" {
vacation :days 1 "ldap at mailResponderText";...