Rename start.d scripts to preserve order
All checks were successful
Build Docker images / docker (eumau/postfix, 6) (push) Successful in 14m58s

This commit is contained in:
Mauro Torrez
2026-01-19 12:15:30 -03:00
parent e4efaf2a7c
commit 9a31fb86f3
5 changed files with 0 additions and 0 deletions

6
templates/start.d/10_milter Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
{{ with getenv "INTERNAL_MAIL_FILTER_CLASSES" }}postconf internal_mail_filter_classes='{{.}}'{{ end }}
{{ with getenv "MILTER_DEFAULT_ACTION" }}postconf milter_default_action='{{.}}'{{ end }}
{{ with getenv "NON_SMTPD_MILTERS" }}postconf non_smtpd_milters='{{.}}'{{ end }}
{{ with getenv "SMTPD_MILTERS" }}postconf smtpd_milters='{{.}}'{{ end }}