This page (revision-7) was last changed on 07-Nov-2021 09:13 by Dieter Käppel

This page was created on 22-May-2021 09:34 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 07-Nov-2021 09:13 1 KB Dieter Käppel to previous
6 07-Nov-2021 09:11 1 KB Dieter Käppel to previous | to last
5 23-May-2021 15:06 1 KB Dieter Käppel to previous | to last
4 22-May-2021 10:34 1 KB Dieter Käppel to previous | to last
3 22-May-2021 09:42 727 bytes Dieter Käppel to previous | to last
2 22-May-2021 09:39 562 bytes Dieter Käppel to previous | to last
1 22-May-2021 09:34 356 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 added 6 lines
!!!Verfügbare Pfade
Auf Port 80 sind folgende Pfade mit dem Browser zugreifbar:
* __/admin__: Administrative Oberfläche
* __/webmail__: Roundcube Web-Mailer
At line 13 added one line
cd /data/ssl
At line 19 added 21 lines
!!!DKIM Key
[poste.io] kann auf der Domain Verwaltung DKIM-Keys generieren. Dieser kann dann als DNS Konfiguration direkt in den Bind Eintrag übernommen werden.
!!!Email Testen
Mit telnet kann eine Email verschickt werden:
{{{
telnet server 25
EHLO test.com
MAIL FROM: <test@test.com>
RCPT TO: <test@server>
SUBJECT: Subject
DATA
text
.
}}}
Ende der Email sind zwei \r\n gefolgt von einem Punkt und dann \r\n
At line 13 changed one line
* [https://poste.io/]
* [Poste IO|https://poste.io/]
At line 15 changed one line
* [https://hub.docker.com/r/analogic/poste.io/]
* [Dockerhub|https://hub.docker.com/r/analogic/poste.io/]
* [https://mailtrap.io/blog/how-to-test-smtp-server/]
* [https://www.unixfu.ch/dkim-record-im-dns-einfuegen/]
* [Zertifikate|https://bitbucket.org/analogic/mailserver/issues/24/how-to-add-ssl-certificates-to-existing]