add new mail address
This commit is contained in:
parent
a5bea9a232
commit
a0db127a71
@ -7,6 +7,10 @@ in {
|
|||||||
owner = "dovecot2:dovecot2";
|
owner = "dovecot2:dovecot2";
|
||||||
services = [ "dovecot2" ];
|
services = [ "dovecot2" ];
|
||||||
};
|
};
|
||||||
|
secrets.mailserver-minichka = {
|
||||||
|
owner = "dovecot2:dovecot2";
|
||||||
|
services = [ "dovecot2" ];
|
||||||
|
};
|
||||||
secrets.mailserver-vaultwarden = {
|
secrets.mailserver-vaultwarden = {
|
||||||
owner = "dovecot2:dovecot2";
|
owner = "dovecot2:dovecot2";
|
||||||
services = [ "dovecot2" ];
|
services = [ "dovecot2" ];
|
||||||
@ -102,6 +106,11 @@ in {
|
|||||||
[ "ataraxiadev" "admin@ataraxiadev.com" "admin" "root@ataraxiadev.com" "root" ];
|
[ "ataraxiadev" "admin@ataraxiadev.com" "admin" "root@ataraxiadev.com" "root" ];
|
||||||
hashedPasswordFile = config.secrets.mailserver.decrypted;
|
hashedPasswordFile = config.secrets.mailserver.decrypted;
|
||||||
};
|
};
|
||||||
|
"minichka76@ataraxiadev.com" = {
|
||||||
|
aliases =
|
||||||
|
[ "minichka76" ];
|
||||||
|
hashedPasswordFile = config.secrets.mailserver-minichka.decrypted;
|
||||||
|
};
|
||||||
"vaultwarden@ataraxiadev.com" = {
|
"vaultwarden@ataraxiadev.com" = {
|
||||||
aliases = [ "vaultwarden" ];
|
aliases = [ "vaultwarden" ];
|
||||||
hashedPasswordFile = config.secrets.mailserver-vaultwarden.decrypted;
|
hashedPasswordFile = config.secrets.mailserver-vaultwarden.decrypted;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user