How to setup QMAIL SERVER to store the emails sent?

301 Views Asked by At

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

There are 1 best solutions below

1
On

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:[email protected]

# To tap individual email address:
[email protected]:[email protected]