2019-01-29 18:17:24 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
accounts.email = {
|
|
|
|
maildirBasePath = "Mail";
|
|
|
|
|
|
|
|
accounts = {
|
|
|
|
"hm@example.com" = {
|
2021-02-07 21:52:16 +01:00
|
|
|
primary = true;
|
2019-01-29 18:17:24 +01:00
|
|
|
address = "hm@example.com";
|
|
|
|
userName = "home.manager";
|
|
|
|
realName = "H. M. Test";
|
|
|
|
passwordCommand = "password-command";
|
|
|
|
imap.host = "imap.example.com";
|
|
|
|
smtp.host = "smtp.example.com";
|
|
|
|
};
|
|
|
|
|
|
|
|
hm-account = {
|
|
|
|
address = "hm@example.org";
|
|
|
|
userName = "home.manager.jr";
|
|
|
|
realName = "H. M. Test Jr.";
|
|
|
|
passwordCommand = "password-command 2";
|
|
|
|
imap.host = "imap.example.org";
|
|
|
|
smtp.host = "smtp.example.org";
|
2020-07-20 14:54:18 +02:00
|
|
|
smtp.tls.useStartTls = true;
|
2019-01-29 18:17:24 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|