Add Weinturm it mailbox
This commit is contained in:
parent
ecec4e9e59
commit
1a809b4fb8
1 changed files with 25 additions and 0 deletions
|
|
@ -174,6 +174,31 @@ in
|
|||
profiles = [ "default" ];
|
||||
};
|
||||
};
|
||||
"Weinturm Open Air - IT" = {
|
||||
userName = "it@weinturm-open-air.de";
|
||||
address = "it@weinturm-open-air.de";
|
||||
realName = "Weinturm Open Air IT";
|
||||
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