This SHOULD WORK damn it
This commit is contained in:
parent
f1b38d7524
commit
8efe768dae
|
@ -357,7 +357,6 @@ in {
|
|||
passdb {
|
||||
driver = ldap
|
||||
args = ${cfg.ldap-conf}
|
||||
pass_attrs = cn=user
|
||||
}
|
||||
|
||||
# All users map to one actual system user
|
||||
|
|
|
@ -211,6 +211,8 @@ in {
|
|||
"base = ${cfg.ldap.base}"
|
||||
"user_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||
"pass_filter = (&(objectClass=organizationalPerson)(cn=%n))"
|
||||
"pass_attrs = =user=%{ldap:cn}"
|
||||
"user_attrs = =user=%{ldap:cn}"
|
||||
]);
|
||||
target-file = "/run/dovecot-secret/ldap.conf";
|
||||
};
|
||||
|
|
|
@ -155,6 +155,7 @@ in {
|
|||
}
|
||||
'';
|
||||
|
||||
# SURBL checks URLs in emails against known-bad urls
|
||||
"rbl.conf".text = ''
|
||||
surbl {
|
||||
rules {
|
||||
|
|
Loading…
Reference in New Issue