msmtp seems to be broken, moved back to .files
This commit is contained in:
parent
95feee0b5d
commit
2644fd3234
1 changed files with 1 additions and 34 deletions
|
@ -27,41 +27,8 @@ in
|
||||||
programs.msmtp = {
|
programs.msmtp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
setSendmail = true;
|
setSendmail = true;
|
||||||
defaults = {
|
|
||||||
tls_trust_file = "/etc/ssl/certs/ca-certificates.crt";
|
|
||||||
logfile = "/tmp/msmtp.log";
|
|
||||||
};
|
|
||||||
accounts = {
|
|
||||||
"mail@oxapentane.com" = {
|
|
||||||
host = "smtp.migadu.com";
|
|
||||||
port = 578;
|
|
||||||
from = "*@oxapentane.com";
|
|
||||||
user = "mail@oxapentane.com";
|
|
||||||
passwordeval = "cat ${config.sops.secrets."mail/oxapentane.com".path}";
|
|
||||||
auth = "on";
|
|
||||||
tls = "on";
|
|
||||||
};
|
|
||||||
"grigory@shipunov.xyz" = {
|
|
||||||
host = "smtp.migadu.com";
|
|
||||||
port = 578;
|
|
||||||
from = "*@shipunov.xyz";
|
|
||||||
user = "mail@oxapentane.com";
|
|
||||||
passwordeval = "cat ${config.sops.secrets."mail/shipunov.xyz".path}";
|
|
||||||
auth = "on";
|
|
||||||
tls = "on";
|
|
||||||
};
|
|
||||||
"dump@dvb.solutions" = {
|
|
||||||
host = "smtp.migadu.com";
|
|
||||||
port = 578;
|
|
||||||
from = "dump@dvb.solutions";
|
|
||||||
user = "dump@dvb.solutions";
|
|
||||||
passwordeval = "cat ${config.sops.secrets."mail/dvb.solutions".path}";
|
|
||||||
auth = "on";
|
|
||||||
tls = "on";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
systemd.user = {
|
systemd.user = {
|
||||||
|
|
||||||
services.mbsync = {
|
services.mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue