Skip to content

DevBlog – How to solve everyday programming and administration problems

How to solve PHP, CSS, HTML problems, some administration tips about Linux, Apache, MySql and more…

Tag: postfix

Posted on 2017-03-062017-03-06

How to make email copy of all sent messages (auto BCC) in Postfix

If you want to make copy of all messages sent through email accout then create file /etc/postfix/sender_bcc with contents:
#emails from #BCC to
from@domain.com bcc@domain.com

Then edit /postfix/main.cf file and add at the end of file
Continue reading “How to make email copy of all sent messages (auto BCC) in Postfix”

Recent Posts

  • How to customize ESXi iso image (how to add drivers)
  • How to merge a git branch into master
  • Node.js for begginers – installation
  • How to kill SSH session / SSH hangout
  • How to create partitions and format them under Linux (Centos 7)

Categories

  • Administration
  • Linux
  • MySql/MariaDB
  • Programming
  • XenServer
Proudly powered by WordPress