This is useless here because recipient_bcc_maps are handled by
cleanup(8) and not smtpd(8). You need to use a different cleanup(8)
instance which overrides the default bcc maps setting for mail coming
through this special smtpd(8) listener.
Cool! So i wrote this, and working! Thank you!
smtps i
On Oct 7, 2009, at 6:09 PM, Halassy Zoltán wrote:
Hello!
In main.cf I am using a global blind carbon copy table:
recipient_bcc_maps = hash:/etc/postfix/global_bcc
I would like to ignore this table, when trusted user sends a mail so
i wrote this into master.cf:
smtps inet n -
Hello!
In main.cf I am using a global blind carbon copy table:
recipient_bcc_maps = hash:/etc/postfix/global_bcc
I would like to ignore this table, when trusted user sends a mail so i
wrote this into master.cf:
smtps inet n - n - - smtpd
-o smtpd_tls_wrap