Fixed buildx issue
All checks were successful
Build Docker image on push / docker (push) Successful in 6s
Build and push Docker image on tag / docker (push) Successful in 17s

This commit is contained in:
2026-03-28 01:06:48 +01:00
parent 636a499f6e
commit 5c52e6e32a
2 changed files with 13 additions and 4 deletions

View File

@@ -161,5 +161,4 @@ POSTFIX_SMTPS_TLS_WRAPPERMODE="yes"
- The container configures `/etc/postfix/main.cf` using `postconf -e`.
- `/etc/aliases` is created automatically if missing, and `newaliases` is run on startup.
- `/etc/resolv.conf` is copied into `/var/spool/postfix/etc/resolv.conf` so DNS lookups work in chrooted Postfix services.
- `POSTFIX_SMTPD_MILTERS` and `POSTFIX_NON_SMTPD_MILTERS` should contain only `host:port`. The script adds the `inet:` prefix automatically.
- TLS certificate and key files must exist inside the container if TLS is enabled.
- `POSTFIX_SMTPD_MILTERS` and `POSTFIX_NON_SMTPD_MILTERS` should contain only `host:port`. The script adds the `inet:` prefix automatically.