Robert Schetterer: > Hi , i have relay which smtp transports > to an internal mail server ( work wonderfull ) > now i want to use always_bcc > to a local user > seems not work any idea how to solve this?
You need to specify: /etc/postfix/main.cf: always_bcc = user@localhost Instead of localhost, you can specify any domain that delivers locally. Wietse