Skip to content
Discussion options

You must be logged in to vote

If it's just the one header addition, you already have that solution?:

I am looking for a way to save changes made in header_checks.pcre.
Currently, I use the volume mapping "./mail-data/dms/config/header_checks.pcre:/etc/postfix/maps/header_checks.pcre".

Are you asking for support in the DMS Config Volume, to avoid the extra volume mount? Or something else?


I provided you a few links before (1, 2) that demonstrate a solution with our user-patches.sh feature:

#!/bin/bash

RULE='/^Subject: .*(order from).*/     BCC sales_team@domain'

echo "${RULE}" >> /etc/postfix/maps/header_checks.pcre

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@polarathene
Comment options

Answer selected by whoo
@whoo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants