mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
factors out postfix and adds valias + vaccounts
This commit is contained in:
parent
a73059e63c
commit
dd7359d9db
@ -48,17 +48,14 @@ in
|
||||
# define all users
|
||||
users.extraUsers = vmail_user ++ mail_user;
|
||||
|
||||
# postfix
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
networksStyle = "host";
|
||||
};
|
||||
|
||||
# rspamd
|
||||
services.rspamd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# dovecot
|
||||
imports = [ ./mail-server/dovecot.nix ];
|
||||
imports = [
|
||||
./mail-server/dovecot.nix # dovecot
|
||||
./mail-server/postfix.nix # postfix
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user