Configure zed
This commit is contained in:
parent
e3a22b2a66
commit
43f4b2781d
|
@ -6,6 +6,7 @@
|
|||
defaults = {
|
||||
auth = true;
|
||||
tls = true;
|
||||
tls_starttls = false;
|
||||
host = "smtp.migadu.com";
|
||||
port = 465;
|
||||
};
|
||||
|
|
|
@ -6,7 +6,14 @@
|
|||
trim.enable = true;
|
||||
autoScrub.enable = true;
|
||||
|
||||
# zed.enableMail = true;
|
||||
zed = {
|
||||
enableMail = true;
|
||||
settings = {
|
||||
ZED_EMAIL_ADDR = [ "colimit@moonythm.dev" ];
|
||||
ZED_EMAIL_PROG = "sendmail";
|
||||
ZED_EMAIL_OPTS = "-a zed @ADDRESS@";
|
||||
};
|
||||
};
|
||||
};
|
||||
# }}}
|
||||
# {{{ Sanoid config
|
||||
|
|
Loading…
Reference in a new issue