Add autoconfig settings for systemli.org
This commit is contained in:
parent
24c8c25eef
commit
f4cf3ce5a8
1 changed files with 5 additions and 0 deletions
|
@ -318,6 +318,11 @@
|
||||||
<incoming uri="imap+tls+://posteo.de" username="$email" />
|
<incoming uri="imap+tls+://posteo.de" username="$email" />
|
||||||
<outgoing uri="smtp+tls+://posteo.de" username="$email" />
|
<outgoing uri="smtp+tls+://posteo.de" username="$email" />
|
||||||
</provider>
|
</provider>
|
||||||
|
<provider id="systemliorg" label="systemli.org" domain="systemli.org">
|
||||||
|
<incoming uri="imap+ssl+://mail.systemli.org" username="$email" />
|
||||||
|
<outgoing uri="smtp+tls+://mail.systemli.org" username="$email" />
|
||||||
|
</provider>
|
||||||
|
|
||||||
<!-- GMX variants -->
|
<!-- GMX variants -->
|
||||||
<provider id="gmx.net" label="GMX.net" domain="gmx.net">
|
<provider id="gmx.net" label="GMX.net" domain="gmx.net">
|
||||||
<incoming uri="imap+ssl+://imap.gmx.net" username="$email" />
|
<incoming uri="imap+ssl+://imap.gmx.net" username="$email" />
|
||||||
|
|
Loading…
Reference in a new issue