smtprelay: add smtps listener

This commit is contained in:
Steffen Lange 2026-04-10 11:44:57 +00:00
parent 5d1e1f0546
commit 25531ec8dc
3 changed files with 17 additions and 11 deletions

View file

@ -10,4 +10,5 @@ services:
- ./opensmtpd:/etc/smtpd:ro
- spool:/var/spool/smtpd
ports:
- 465:465
- 587:587