mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
adds config for valias and vaccounts
This commit is contained in:
parent
5faac4d735
commit
5c6576a106
@ -20,6 +20,18 @@ let
|
||||
domain = "example.com";
|
||||
host_prefix = "mail";
|
||||
login_accounts = [ "user1" "user2" ];
|
||||
valiases = [
|
||||
{ from = "info";
|
||||
to = "user1";
|
||||
}
|
||||
{ from = "postmaster";
|
||||
to = "user1";
|
||||
}
|
||||
{ from = "abuse";
|
||||
to = "user1";
|
||||
}
|
||||
];
|
||||
extra_vaccounts = [ "localuser" "user1" ];
|
||||
vmail_id_start = 5000;
|
||||
vmail_user_name = "vmail";
|
||||
vmail_group_name = "vmail";
|
||||
|
Loading…
Reference in New Issue
Block a user