Implement auto-forward and auto-reply
This commit is contained in:
22
dovecot/conf/pigeonhole-sieve.dict
Normal file
22
dovecot/conf/pigeonhole-sieve.dict
Normal file
@@ -0,0 +1,22 @@
|
||||
connect = /data/freeposte.db
|
||||
|
||||
map {
|
||||
pattern = priv/reply_subject
|
||||
table = user
|
||||
username_field = address
|
||||
value_field = reply_subject
|
||||
}
|
||||
|
||||
map {
|
||||
pattern = priv/reply_body
|
||||
table = user
|
||||
username_field = address
|
||||
value_field = reply_body
|
||||
}
|
||||
|
||||
map {
|
||||
pattern = priv/forward
|
||||
table = user
|
||||
username_field = address
|
||||
value_field = forward
|
||||
}
|
||||
Reference in New Issue
Block a user