12 lines
535 B
Plaintext
12 lines
535 B
Plaintext
# Content Filter Configuration
|
|
# Routes local/internal mail through content filter for forwarding and auto-reply
|
|
|
|
# Use transport_maps for selective filtering
|
|
# Only internal deliveries go through content filter
|
|
# Transport map is auto-generated from postfix-accounts.cf by user-patches.sh
|
|
transport_maps = regexp:/etc/postfix/local_transport_maps
|
|
|
|
# Optional: If you want ALL local deliveries to go through filter (not recommended)
|
|
# Uncomment this line and comment out transport_maps above:
|
|
# content_filter = smtp:[localhost]:10025
|