commenting out mailserver
This commit is contained in:
parent
2e42f235de
commit
d6dc08a0ca
|
@ -171,53 +171,53 @@
|
||||||
nodes.clightning.enable = true;
|
nodes.clightning.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
mailserver = {
|
#mailserver = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
fqdn = "mail.cochrun.xyz";
|
# fqdn = "mail.cochrun.xyz";
|
||||||
domains = [ "cochrun.xyz" ];
|
# domains = [ "cochrun.xyz" ];
|
||||||
enableManageSieve = true;
|
# enableManageSieve = true;
|
||||||
mailDirectory = "/storage/vmail";
|
# mailDirectory = "/storage/vmail";
|
||||||
mailboxes = {
|
# mailboxes = {
|
||||||
Archive = {
|
# Archive = {
|
||||||
auto = "subsribe";
|
# auto = "subsribe";
|
||||||
specialUse = "Archive";
|
# specialUse = "Archive";
|
||||||
}
|
# }
|
||||||
Drafts = {
|
# Drafts = {
|
||||||
auto = "subscribe";
|
# auto = "subscribe";
|
||||||
specialUse = "Drafts";
|
# specialUse = "Drafts";
|
||||||
};
|
# };
|
||||||
Junk = {
|
# Junk = {
|
||||||
auto = "subscribe";
|
# auto = "subscribe";
|
||||||
specialUse = "Junk";
|
# specialUse = "Junk";
|
||||||
};
|
# };
|
||||||
Sent = {
|
# Sent = {
|
||||||
auto = "subscribe";
|
# auto = "subscribe";
|
||||||
specialUse = "Sent";
|
# specialUse = "Sent";
|
||||||
};
|
# };
|
||||||
Trash = {
|
# Trash = {
|
||||||
auto = "no";
|
# auto = "no";
|
||||||
specialUse = "Trash";
|
# specialUse = "Trash";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
useFsLayout = true;
|
# useFsLayout = true;
|
||||||
hierarchySeparator = "/";
|
# hierarchySeparator = "/";
|
||||||
certificateScheme = 1;
|
# certificateScheme = 1;
|
||||||
certificateFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.crt";
|
# certificateFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.crt";
|
||||||
keyFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.key";
|
# keyFile = "/var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.cochrun.xyz/mail.cochrun.xyz.key";
|
||||||
loginAccounts = {
|
# loginAccounts = {
|
||||||
"chris@cochrun.xyz" = {
|
# "chris@cochrun.xyz" = {
|
||||||
hashedPasswordFile = "/home/chris/mailp";
|
# hashedPasswordFile = "/home/chris/mailp";
|
||||||
aliases = [
|
# aliases = [
|
||||||
"postmaster@cochrun.xyz"
|
# "postmaster@cochrun.xyz"
|
||||||
"cxda@cochrun.xyz"
|
# "cxda@cochrun.xyz"
|
||||||
"ceth@cochrun.xyz"
|
# "ceth@cochrun.xyz"
|
||||||
"clocb@cochrun.xyz"
|
# "clocb@cochrun.xyz"
|
||||||
"higdry@cochrun.xyz"
|
# "higdry@cochrun.xyz"
|
||||||
"clin@cochrun.xyz"
|
# "clin@cochrun.xyz"
|
||||||
]
|
# ]
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
|
|
||||||
# DDCLIENT
|
# DDCLIENT
|
||||||
services.ddclient = {
|
services.ddclient = {
|
||||||
|
|
Loading…
Reference in a new issue