0

I need to store all emails sent through the mail server Qmail.

I searched folders Qmail and can not find it.

I am working with Ubuntu 12.4

1 Answers1

0

You can achieve this by using qmail-tap feature:

# touch /var/qmail/control/taps
# vi /var/qmail/control/taps
# To tap whole emails of the domain:
.*@userDomainName.com:bcc@yourMailAddressToRcvCopy.com

# To tap individual email address:
email@userDomain.com:your@MailAddressToRcvCopy.com
Cleb
  • 25,102
  • 20
  • 116
  • 151
Ghayel
  • 1,113
  • 2
  • 10
  • 19
  • Please always mark answer if helped you so that new visitors can apply the solution without any hassle. It also provide us immense pleasure to have +15 points as well as spiritual satisfaction that we were useful for someone – Ghayel Nov 18 '15 at 18:53