nix/os/containers/mailserver: enable sieve for LDA
This commit is contained in:
parent
3dbd36bdee
commit
a34f461905
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ in args // {
|
|||
args = scheme=CRYPT username_format=%u /etc/dovecot/users
|
||||
}
|
||||
|
||||
protocol lda {
|
||||
postmaster_address = "mail@stefanjunker.de"
|
||||
mail_plugins = $mail_plugins sieve
|
||||
}
|
||||
'';
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue