1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 19:29:45 +02:00

Docs: Drop mention of port 25 support for authenticated submission (#3496)

* FAQ: Remove outdated port 25 for mail client use
This commit is contained in:
HeySora 2023-08-22 07:49:15 +02:00 committed by GitHub
parent 0dc862156f
commit 758fd9c913
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -143,7 +143,7 @@ imap port: 143 or 993 with STARTTLS/SSL (recommended)
imap path prefix: INBOX
# SMTP
smtp port: 25 or 587/465 with STARTTLS/SSL (recommended)
smtp port: 587 or 465 with STARTTLS/SSL (recommended)
username: <user1@example.com>
password: <mypassword>
```