Adding custom milter to master.cf #4223
-
|
Hi there, how would I add a custom milter to Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
polarathene
Oct 11, 2024
Replies: 1 comment
-
postconf -M 'opengpg-filter unix - n n - 10 pipe flags=Rq user=postfix argv=/usr/bin/python3 /tmp/docker-mailserver/opengpg-milter.py'See the workaround section at the end of this comment for reference of adding a It should add the line to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ginkel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#4218 (comment)
postconf -M 'opengpg-filter unix - n n - 10 pipe flags=Rq user=postfix argv=/usr/bin/python3 /tmp/docker-mailserver/opengpg-milter.py'See the workaround section at the end of this comment for reference of adding a
user-patches.shto your config volume. That will run the command when starting a new DMS container instance.It should add the line to
/etc/postfix/master.cffor you.postfix-master.cfis only used to override settings.