Caramlo
Benutzer
- Mitglied seit
- 11. Mai 2019
- Beiträge
- 224
- Punkte für Reaktionen
- 64
- Punkte
- 34
Du kannst ein self signed Zertifikat verwenden. Das spätere Zertifikat wird dann ein Let’s Encrypt Zertifikat auf der Syno.
Deine VM hat eine eigene IP und kannst dann http://IP:8080 aufrufen.
step-1:
set up /etc/postfix/sasl_passwd
looks something like that:
[smtp.provider.tld] username: password
run postmap /etc/postfix/sasl_passwd
step-2
add to /etc/postfix/main.cf
relayhost = [smtp.provider.com] if not already there use [ ] otherwise MX records
add / check sasl stuff block
#---/start
#enable SASL authentication
smtp_sasl_auth_enable = yes
#disallow methods that allow anonymous authentication.
smtp_sasl_security_options = noanonymous
#where to find sasl_passwd
smtp_sasl_password_maps = lmdb:/etc/postfix/sasl_passwd
#Enable STARTTLS encryption
smtp_use_tls = yes
#where to find CA certificates
#smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
#---/end
step-3
check log of postfix if some of the settings above are
overwritten like smtp_use_tls = yes
run postmap /etc/postfix/sasl_passwd
restart / reload postfix
gehen in der Syno nicht
<meinpostfach@gmail.com>: host smtp.ionos.de[213.165.67.113] said: 530 Authentication
required (in reply to MAIL FROM command)
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.