Title: qmail notes Subject: more notes on qmail # It has been some time since I setup qmail, and much has changed. # This person made some good install notes: http://sws.dett.de/knowledgebase/tech/msg00088.html # If you have no done it, check out http://qmailtheeasyway.com/ # # http://www.defcon1.org/html/Software_Articles/File-Share/Qmail-install/qmail-install.html # ##################################### ## Install qmail ##################################### cd /usr/ports/mail/qmail make install cp /var/qmail/boot/maildir /var/qmail/rc vi /etc/inetd.conf smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env \ tcp-env /var/qmail/bin/qmail-smtpd pop3 stream tcp nowait \ root /var/qmail/bin/qmail-popup \ qmail-popup yourdomaingoeshere.com \ /usr/local/bin/checkpassword \ /var/qmail/bin/qmail-pop3d \ Maildir cd /usr/ports/security/checkpassword make install ###################################### # Install vpopmail ###################################### lynx http://www.vpopmail.cx/vpopmail-3.4.11-2.released.tar.gz echo "127.0.0.:allow,RELAYCLIENT=\"\"" > /etc/tcp.smtp ./configure \ --enable-roaming-users=y \ --enable-admin-email=your@email.here --enable-default-domain=default.domain.here \ --enable-tcprules-prog make make install-strip crontab -e 40 * * * * /home-dir-of-vpopmail/bin/clearopensmtp 2>&1 > /dev/null ###################################### # Install QmailAdmin ###################################### $lynx http://www.vpopmail.cx/qmailadmin-0.26h.tar.gz cd /usr/ports/mail/ezmlm make install cd /usr/ports/mail/autorespond make install ./configure make make install-strip ###################################### # Installing SQWebMail ###################################### ./configure make make install-strip