Robert Schetterer: > Am 09.02.2011 16:56, schrieb Wietse Venema: > > 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 > Hi Wietse > > i used > always_bcc = user@myhostname > > no problem to send mails there with nail > but bcc dont works, nothing in the logs > no bounce
Then, you haven't enabled always_bcc correctly. Check your "postconf -n" output and your receive_override_options settings. Wietse