Add Digitaler Dienst info mailbox
This commit is contained in:
parent
c8a9a1baa0
commit
a54efeadf9
1 changed files with 25 additions and 0 deletions
|
|
@ -120,6 +120,31 @@
|
|||
profiles = [ "default" ];
|
||||
};
|
||||
};
|
||||
"Digitaler Dienst info" = {
|
||||
userName = "info@digitaler-dienst.gmbh";
|
||||
address = "info@digitaler-dienst.gmbh";
|
||||
realName = "Digitaler Dienst";
|
||||
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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue