QMail
MailArchiva Configuration
- Click Configuration->Listeners.
- Select SMTP Listener in the drop down and then click the New Listener button.
- Check "Listen for incoming SMTP/Exchange traffic"
- Set the SMTP port to 25
- Click Save
Qmail Configuration
For this integration peice, you need to install the MailArchiva server on different machine to that of Qmail. Qmail TAP is used to forward emails to MailArchiva. See: http://www.inter7.com/?page=qmailtap for further information.
- From the commandline on the qmail server, type:
wget http://cr.yp.to/software/qmail-1.03.tar.gz
gunzip qmail-1.03.tar.gz
tar -xvf qmail-1.03.tar
wget http://www.inter7.com/qmailtap/qmail-tap.diff
patch -p0 < qmail-tap.diff
qmailctl stop
cd qmail-1.03
make man && make setup check
vi /var/qmail/control/taps
gunzip qmail-1.03.tar.gz
tar -xvf qmail-1.03.tar
wget http://www.inter7.com/qmailtap/qmail-tap.diff
patch -p0 < qmail-tap.diff
qmailctl stop
cd qmail-1.03
make man && make setup check
vi /var/qmail/control/taps
- In /var/qmail/control/taps, add the line:
@domain.com:archive@mailarchiva.domain.com
- In /etc/hosts, add the line:
192.168.0.50 mailarchiva.domain.com
(where 192.168.0.50 is the IP address of the MailArchiva server)
(where 192.168.0.50 is the IP address of the MailArchiva server)
- Start qmail:
qmailctl start
© 2005 - 2024 ProProfs
Found this information useful? Visit mailarchiva.com to learn more about MailArchiva.