smtprelay: breaking changes

This commit is contained in:
Steffen Lange 2026-04-08 15:03:29 +00:00
parent 71115becbd
commit 4960a0af76
10 changed files with 139 additions and 19 deletions

View file

@ -1,5 +1,3 @@
version: '3'
volumes:
spool:
@ -9,7 +7,7 @@ services:
build: .
restart: unless-stopped
volumes:
- ./smtpd:/etc/smtpd:ro
- ./opensmtpd:/etc/smtpd:ro
- spool:/var/spool/smtpd
ports:
- 587:587