adds config for valias and vaccounts

This commit is contained in:
Robin Raymond 2016-07-25 18:06:57 +02:00
parent 5faac4d735
commit 5c6576a106

View File

@ -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";