Thursday, April 12, 2012

Adding hidden BCC from sending account to your selected account (postfix)

Easy way to set this up 

# vi /etc/postfix/sender_bcc

Insert

#emails from #BCC to
info@domain.com youremail@domain.com

:wq


Edit you main.cf file and add


# vi /etc/postfix/main.cf

Add this to the bottom of the file 
sender_bcc_maps = hash:/etc/postfix/sender_bcc

Run 

# postmap /etc/postfix/sender_bcc
# postfix reload

done!

No comments:

Post a Comment