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
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
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