# Postfix aliases for bounce handling
# 
# This file defines how bounces are processed
# The bounces address pipes messages to our bounce processing script

# Bounce processing - pipe to Python script
bounces: "|/usr/bin/python3 /usr/local/bin/process-bounce.py"

# Standard aliases
postmaster: root
mailer-daemon: postmaster
abuse: postmaster
spam: postmaster
root: postmaster

# Default fallback
MAILER-DAEMON: bounces