wip: another try
This commit is contained in:
parent
ff653006d4
commit
06660064ac
1 changed files with 3 additions and 1 deletions
|
|
@ -249,13 +249,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.postfix.enableSmtp = false;
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "mail.itepastra.nl";
|
fqdn = "mail.itepastra.nl";
|
||||||
domains = [ "itepastra.nl" ];
|
domains = [ "itepastra.nl" ];
|
||||||
debug = true;
|
debug = true;
|
||||||
hierarchySeparator = "/";
|
hierarchySeparator = "/";
|
||||||
startTls = true;
|
|
||||||
|
|
||||||
loginAccounts = {
|
loginAccounts = {
|
||||||
"noa@itepastra.nl" = {
|
"noa@itepastra.nl" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue