Add Digitaler Dienst email account
This commit is contained in:
parent
761831fdbe
commit
88a53b42b6
1 changed files with 47 additions and 20 deletions
|
|
@ -68,30 +68,57 @@
|
|||
tig
|
||||
];
|
||||
|
||||
accounts.email.accounts."jalr" = {
|
||||
primary = true;
|
||||
userName = "jalr@jalr.de";
|
||||
address = "jalr@jalr.de";
|
||||
realName = "Jakob Lechner";
|
||||
imap = {
|
||||
host = "hha.jalr.de";
|
||||
port = 143;
|
||||
tls = {
|
||||
accounts.email.accounts = {
|
||||
"jalr" = {
|
||||
primary = true;
|
||||
userName = "jalr@jalr.de";
|
||||
address = "jalr@jalr.de";
|
||||
realName = "Jakob Lechner";
|
||||
imap = {
|
||||
host = "hha.jalr.de";
|
||||
port = 143;
|
||||
tls = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
};
|
||||
};
|
||||
smtp = {
|
||||
host = "hha.jalr.de";
|
||||
port = 587;
|
||||
tls = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
};
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
profiles = [ "default" ];
|
||||
};
|
||||
};
|
||||
smtp = {
|
||||
host = "hha.jalr.de";
|
||||
port = 587;
|
||||
tls = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
"Digitaler Dienst" = {
|
||||
userName = "j.lechner@digitaler-dienst.gmbh";
|
||||
address = "j.lechner@digitaler-dienst.gmbh";
|
||||
realName = "Jakob Lechner";
|
||||
imap = {
|
||||
host = "mail.agenturserver.de";
|
||||
port = 143;
|
||||
tls = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
};
|
||||
};
|
||||
smtp = {
|
||||
host = "mail.agenturserver.de";
|
||||
port = 587;
|
||||
tls = {
|
||||
enable = true;
|
||||
useStartTls = true;
|
||||
};
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "default" ];
|
||||
};
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "default" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue