new mailserver setup
This commit is contained in:
parent
f4b35cb588
commit
8e19b636a4
1 changed files with 6 additions and 5 deletions
|
|
@ -25,18 +25,19 @@ in
|
|||
key = gpg_key;
|
||||
};
|
||||
imap = {
|
||||
host = "mail.voorwaarts.nl";
|
||||
host = "smtp.voorwaarts.nl";
|
||||
port = 993;
|
||||
tls.enable = true;
|
||||
};
|
||||
primary = true;
|
||||
realName = "Noa Aarts";
|
||||
smtp = {
|
||||
host = "mail.voorwaarts.nl";
|
||||
port = 587;
|
||||
tls.useStartTls = true;
|
||||
host = "smtp.voorwaarts.nl";
|
||||
port = 465;
|
||||
tls.enable = true;
|
||||
};
|
||||
thunderbird.enable = true;
|
||||
userName = "noa@voorwaarts.nl";
|
||||
userName = "noa";
|
||||
};
|
||||
"noa-itepastra" = {
|
||||
address = "noa@itepastra.nl";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue