smtprelay: breaking changes
This commit is contained in:
parent
71115becbd
commit
4960a0af76
10 changed files with 139 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue