[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenBSD/Qmail Question



Thanks for all the answers. The "document" I was looking for is 
output to the screen after doing a pkg_add & reads as follows:

-----Begin Quote

----------------
qmail is installed
----------------

qmail does NOT automatically work yet at this point.

To activate qmail, please read /var/qmail/doc/INSTALL
Steps 1, 2, 3 and 5 have been done by this port/package.
The config command from step 4 can be found in /var/qmail/setup

It is recommended to use tcpserver instead of inetd for qmail-smtpd
and/or qmail-pop3d. It is installed as a dependency.

If you want to replace Sendmail on your system, be sure to look
at mailwrapper(8). Here's a sample /etc/mailer.conf:

sendmail        /var/qmail/bin/sendmail
send-mail       /var/qmail/bin/sendmail
mailq           /var/qmail/bin/qmail-qread
  # you will need fastforward for newaliases to work
newaliases      /var/qmail/bin/newaliases
hoststat        /usr/bin/true
purgestat       /usr/bin/true

Enjoy qmail!

-----End Quote

-Kit