feat: add + delimiter to mailbox handling
This commit is contained in:
parent
cc98df3040
commit
479b52edf9
2 changed files with 2 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ in
|
||||||
managesieve_logout_format = bytes ( in=%i : out=%o )
|
managesieve_logout_format = bytes ( in=%i : out=%o )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
recipient_delimiter = +
|
||||||
lda_original_recipient_header = X-Original-To
|
lda_original_recipient_header = X-Original-To
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,7 @@ in
|
||||||
# The extra detail makes trouble shooting easier but also reveals information
|
# The extra detail makes trouble shooting easier but also reveals information
|
||||||
# that is nobody elses business.
|
# that is nobody elses business.
|
||||||
show_user_unknown_table_name = "no";
|
show_user_unknown_table_name = "no";
|
||||||
|
recipient_delimiter = "+";
|
||||||
compatibility_level = "2";
|
compatibility_level = "2";
|
||||||
|
|
||||||
# bigger attachement size
|
# bigger attachement size
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue