add sieve support to dovecot
This commit is contained in:
parent
ba9db7cb3a
commit
303448376b
|
@ -37,6 +37,7 @@ in
|
|||
sslServerCert = certificatePath;
|
||||
sslServerKey = keyPath;
|
||||
enableLmtp = true;
|
||||
modules = [ pkgs.dovecot_pigeonhole ];
|
||||
extraConfig = ''
|
||||
#Extra Config
|
||||
mail_access_groups = ${vmailGroupName}
|
||||
|
|
Loading…
Reference in New Issue