You can prevent this by rewriting the sender's address for the
notification emails:
user@other.do.main ==> fex+user_other.do.main@fex.mydomain
To do so, you have to:
cd /home/fex/bin wget https://fex.belwue.de/download/fexmailforward chmod 755 fexmailforward
:0 c * ^Delivered-To: fex\+.+_.+@ * ! ^X-Forwarded-By: fex | /home/fex/bin/fexmailforward
recipient_delimiter = +and restart postfix (e.g.: service postfix restart)
# sender-From rewrite in notification emails for non-localdomains $fex_sender = 'yes'; # or: # sender-From rewrite in notification emails for all domains $fex_sender = 'yes!';