Compare commits
2 commits
ac75aeea45
...
479b52edf9
| Author | SHA1 | Date | |
|---|---|---|---|
| 479b52edf9 | |||
| cc98df3040 |
3 changed files with 4 additions and 2 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 {
|
||||||
|
|
|
||||||
|
|
@ -290,10 +290,10 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"olcDatabase={10}mdb".attrs = {
|
"olcDatabase={5}mdb".attrs = {
|
||||||
objectClass = [ "olcDatabaseConfig" "olcMdbConfig" ];
|
objectClass = [ "olcDatabaseConfig" "olcMdbConfig" ];
|
||||||
|
|
||||||
olcDatabase = "{10}mdb";
|
olcDatabase = "{5}mdb";
|
||||||
olcDbDirectory = "/var/lib/openldap/data";
|
olcDbDirectory = "/var/lib/openldap/data";
|
||||||
|
|
||||||
olcSuffix = "dc=docfast,dc=dev";
|
olcSuffix = "dc=docfast,dc=dev";
|
||||||
|
|
|
||||||
|
|
@ -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