feat: add bitwarden send mail to mailserver
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
9d5d5f447a
commit
bf3dc8f03e
2 changed files with 17 additions and 3 deletions
|
|
@ -15,7 +15,10 @@ in
|
|||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "mail.escapeangle.com";
|
||||
domains = [ "escapeangle.com" ];
|
||||
domains = [
|
||||
"escapeangle.com"
|
||||
"kinkystar.com"
|
||||
];
|
||||
|
||||
loginAccounts = {
|
||||
"lander@escapeangle.com" = {
|
||||
|
|
@ -37,6 +40,11 @@ in
|
|||
"forgejo@escapeangle.com" = {
|
||||
hashedPasswordFile = config.sops.secrets.mail-password-forgejo.path;
|
||||
};
|
||||
|
||||
"bitwarden@kinkystar.com" = {
|
||||
hashedPasswordFile = config.sops.secrets.mail-password-kinkystar-bitwarden.path;
|
||||
sendOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
extraVirtualAliases = {
|
||||
|
|
@ -76,6 +84,11 @@ in
|
|||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
|
||||
mail-password-kinkystar-bitwarden = {
|
||||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue