cleanup
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# Content Filter Configuration
|
||||
# Use transport_maps for selective filtering (only locals)
|
||||
transport_maps = regexp:/etc/postfix/local_transport_maps
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user