authelia/internal/suites/example/compose/smtp/docker-compose.auth.yml

8 lines
116 B
YAML

---
services:
smtp:
environment:
MP_SMTP_AUTH: 'authelia:mailer'
MP_SMTP_AUTH_ACCEPT_ANY: '0'
...