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 )
|
||||
}
|
||||
|
||||
recipient_delimiter = +
|
||||
lda_original_recipient_header = X-Original-To
|
||||
|
||||
plugin {
|
||||
|
|
|
|||
|
|
@ -290,10 +290,10 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
"olcDatabase={10}mdb".attrs = {
|
||||
"olcDatabase={5}mdb".attrs = {
|
||||
objectClass = [ "olcDatabaseConfig" "olcMdbConfig" ];
|
||||
|
||||
olcDatabase = "{10}mdb";
|
||||
olcDatabase = "{5}mdb";
|
||||
olcDbDirectory = "/var/lib/openldap/data";
|
||||
|
||||
olcSuffix = "dc=docfast,dc=dev";
|
||||
|
|
|
|||
|
|
@ -125,6 +125,7 @@ in
|
|||
# The extra detail makes trouble shooting easier but also reveals information
|
||||
# that is nobody elses business.
|
||||
show_user_unknown_table_name = "no";
|
||||
recipient_delimiter = "+";
|
||||
compatibility_level = "2";
|
||||
|
||||
# bigger attachement size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue