Generic alias
This commit is contained in:
parent
8b4cfb0fcf
commit
16af81f3f0
@ -38,8 +38,8 @@ in {
|
||||
loginAccounts = {
|
||||
"root@${domain}" = {
|
||||
hashedPassword = "${secrets.mailHashedPassword}";
|
||||
aliases = secrets.aliases;
|
||||
catchAll = [ "${domain}" ];
|
||||
aliases = [ "@${domain}" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
{
|
||||
pubkey = "changeme"; # ssh-add -L
|
||||
mailHashedPassword = "changeme"; # mkpasswd -m sha512
|
||||
# keep it secret for avoid spam
|
||||
aliases = [
|
||||
"info@domain.tld"
|
||||
"postmaster@domain.tld"
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user