Compare commits
No commits in common. "479b52edf96c7c4a7c690feaf7c74aecf73466e4" and "ac75aeea45d4b0c6011780209d89b77cc06791a9" have entirely different histories.
479b52edf9
...
ac75aeea45
3 changed files with 2 additions and 4 deletions
|
|
@ -193,7 +193,6 @@ 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={5}mdb".attrs = {
|
"olcDatabase={10}mdb".attrs = {
|
||||||
objectClass = [ "olcDatabaseConfig" "olcMdbConfig" ];
|
objectClass = [ "olcDatabaseConfig" "olcMdbConfig" ];
|
||||||
|
|
||||||
olcDatabase = "{5}mdb";
|
olcDatabase = "{10}mdb";
|
||||||
olcDbDirectory = "/var/lib/openldap/data";
|
olcDbDirectory = "/var/lib/openldap/data";
|
||||||
|
|
||||||
olcSuffix = "dc=docfast,dc=dev";
|
olcSuffix = "dc=docfast,dc=dev";
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,6 @@ 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