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;
|
key = gpg_key;
|
||||||
};
|
};
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.voorwaarts.nl";
|
host = "smtp.voorwaarts.nl";
|
||||||
port = 993;
|
port = 993;
|
||||||
|
tls.enable = true;
|
||||||
};
|
};
|
||||||
primary = true;
|
primary = true;
|
||||||
realName = "Noa Aarts";
|
realName = "Noa Aarts";
|
||||||
smtp = {
|
smtp = {
|
||||||
host = "mail.voorwaarts.nl";
|
host = "smtp.voorwaarts.nl";
|
||||||
port = 587;
|
port = 465;
|
||||||
tls.useStartTls = true;
|
tls.enable = true;
|
||||||
};
|
};
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
userName = "noa@voorwaarts.nl";
|
userName = "noa";
|
||||||
};
|
};
|
||||||
"noa-itepastra" = {
|
"noa-itepastra" = {
|
||||||
address = "noa@itepastra.nl";
|
address = "noa@itepastra.nl";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue