finished terranix.org mail setup
This commit is contained in:
parent
233b4d3b81
commit
3be14725af
1 changed files with 16 additions and 4 deletions
|
@ -474,6 +474,7 @@ in {
|
||||||
# configure accounts
|
# configure accounts
|
||||||
home-manager.users.mailUser.accounts.email = {
|
home-manager.users.mailUser.accounts.email = {
|
||||||
accounts = {
|
accounts = {
|
||||||
|
|
||||||
palo_van_dalo-gmx = {
|
palo_van_dalo-gmx = {
|
||||||
primary = false;
|
primary = false;
|
||||||
address = "palo_van_dalo@gmx.de";
|
address = "palo_van_dalo@gmx.de";
|
||||||
|
@ -484,6 +485,7 @@ in {
|
||||||
"cat ${toString config.krops.userKeys."gmx.palo_van_dalo".target}";
|
"cat ${toString config.krops.userKeys."gmx.palo_van_dalo".target}";
|
||||||
imap = {
|
imap = {
|
||||||
host = "imap.gmx.net";
|
host = "imap.gmx.net";
|
||||||
|
tls.enable = true;
|
||||||
port = 993;
|
port = 993;
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
|
@ -492,6 +494,7 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
ingolf-wagner-gmx = {
|
ingolf-wagner-gmx = {
|
||||||
primary = false;
|
primary = false;
|
||||||
address = "ingolf.wagner@gmx.de";
|
address = "ingolf.wagner@gmx.de";
|
||||||
|
@ -500,9 +503,9 @@ in {
|
||||||
userName = "ingolf.wagner@gmx.de";
|
userName = "ingolf.wagner@gmx.de";
|
||||||
passwordCommand =
|
passwordCommand =
|
||||||
"cat ${toString config.krops.userKeys."gmx.ingolf_wagner".target}";
|
"cat ${toString config.krops.userKeys."gmx.ingolf_wagner".target}";
|
||||||
|
|
||||||
imap = {
|
imap = {
|
||||||
host = "imap.gmx.net";
|
host = "imap.gmx.net";
|
||||||
|
tls.enable = true;
|
||||||
port = 993;
|
port = 993;
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
|
@ -511,6 +514,7 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
pali_palo = {
|
pali_palo = {
|
||||||
primary = false;
|
primary = false;
|
||||||
address = "pali_palo@web.de";
|
address = "pali_palo@web.de";
|
||||||
|
@ -521,6 +525,7 @@ in {
|
||||||
"cat ${toString config.krops.userKeys."web.pali_palo".target}";
|
"cat ${toString config.krops.userKeys."web.pali_palo".target}";
|
||||||
imap = {
|
imap = {
|
||||||
host = "imap.web.de";
|
host = "imap.web.de";
|
||||||
|
tls.enable = true;
|
||||||
port = 993;
|
port = 993;
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
|
@ -529,6 +534,7 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
c-base = {
|
c-base = {
|
||||||
primary = false;
|
primary = false;
|
||||||
address = "palo@c-base.org";
|
address = "palo@c-base.org";
|
||||||
|
@ -579,6 +585,7 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gmail = {
|
gmail = {
|
||||||
# for google accounts you have to allow 'less secure apps' in accounts.google.com
|
# for google accounts you have to allow 'less secure apps' in accounts.google.com
|
||||||
primary = true;
|
primary = true;
|
||||||
|
@ -590,6 +597,7 @@ in {
|
||||||
"cat ${toString config.krops.userKeys."gmail.palipalo9".target}";
|
"cat ${toString config.krops.userKeys."gmail.palipalo9".target}";
|
||||||
imap = {
|
imap = {
|
||||||
host = "imap.gmail.com";
|
host = "imap.gmail.com";
|
||||||
|
tls.enable = true;
|
||||||
port = 993;
|
port = 993;
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
|
@ -598,9 +606,9 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
terranix_org = {
|
terranix_org = {
|
||||||
# for google accounts you have to allow 'less secure apps' in accounts.google.com
|
primary = false;
|
||||||
primary = true;
|
|
||||||
address = "palo@terranix.org";
|
address = "palo@terranix.org";
|
||||||
aliases = [ ];
|
aliases = [ ];
|
||||||
realName = "Ingolf Wagner";
|
realName = "Ingolf Wagner";
|
||||||
|
@ -609,6 +617,7 @@ in {
|
||||||
"cat ${toString config.krops.userKeys."namecheap.terranix.org".target}";
|
"cat ${toString config.krops.userKeys."namecheap.terranix.org".target}";
|
||||||
imap = {
|
imap = {
|
||||||
host = "mail.privateemail.com";
|
host = "mail.privateemail.com";
|
||||||
|
tls.enable = true;
|
||||||
port = 993;
|
port = 993;
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
|
@ -617,6 +626,7 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
ingolf-wagner-de = {
|
ingolf-wagner-de = {
|
||||||
primary = false;
|
primary = false;
|
||||||
address = "contact@ingolf-wagner.de";
|
address = "contact@ingolf-wagner.de";
|
||||||
|
@ -628,7 +638,8 @@ in {
|
||||||
imap = {
|
imap = {
|
||||||
host = "securees5.sgcpanel.com";
|
host = "securees5.sgcpanel.com";
|
||||||
port = 993;
|
port = 993;
|
||||||
tls.useStartTls = true;
|
tls.enable = true;
|
||||||
|
#tls.useStartTls = true;
|
||||||
};
|
};
|
||||||
# make sure the upstream mail is deleted
|
# make sure the upstream mail is deleted
|
||||||
getmail = {
|
getmail = {
|
||||||
|
@ -639,6 +650,7 @@ in {
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue