From owner-freebsd-questions Sun Apr 28 19:13:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nostromo.brian-jackson.net (pool-64-223-149-216.man.east.verizon.net [64.223.149.216]) by hub.freebsd.org (Postfix) with SMTP id BC3F437B405 for ; Sun, 28 Apr 2002 19:13:11 -0700 (PDT) Received: (qmail 1932 invoked from network); 29 Apr 2002 02:09:55 -0000 Received: from unknown (HELO verizon.net) (192.168.1.100) by 0 with SMTP; 29 Apr 2002 02:09:55 -0000 Message-ID: <3CCCAC67.9060402@verizon.net> Date: Sun, 28 Apr 2002 22:13:59 -0400 From: Brian Jackson Reply-To: b.k.jackson@verizon.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc1) Gecko/20020417 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Sharp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: qmail / pop3d startup References: <02cc01c1eecc$f44cd6a0$0301a8c0@ec.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There is an excellent tutorial here --> http://matt.simerson.net/computing/qmail.toaster.shtml which addresses most of your concerns (and is written for a FreeBSD environment). It also adds in a few patches necessary for MySQL support, and some other nifty things. The error message you are getting might be from not having the correct permissions on the /var/qmail/control directory. That directory should have files named defaultdelivery, defaultdomain, locals, me, plusdomain, rcpthosts, and if you've followed "Life with qmail" also concurrencyincoming. They should all be owned by root, with group qmail, and permissions 644 (-rw-r--r--). As far as Sqwebmail not authenticating, make sure that authentication daemon is setup correctly and running. I've never installed qmail from ports, but usually grab the source from http://cr.yp.to - you might want to go there, grab the source and read the install docs (there are a few of them). Post if you continue having problems. Brian Michael Sharp wrote: > I installed qmail, qmailadmin, vpopmail, sqwebmail, checkpassword, > ezmlm, and ucspi from ports and all built fine. As directed in the > qmail port, I created a /var/qmail/rc script from /var/qmail/boot ( I > tried Maildir and home ). On starting the rc script, I get the > following error: > > qmail: 1019975240.167611 alert: cannot start, unable to read controls > > I then was successfully able to start the qmaild and pop3d via 2 > tcpserver commands as directed in /var/qmail/doc/FAQ, added a domain > and pop3 user in qmailadmin, but was unable to authenticate in sqwebmail. > > Anyway, I'm struggling, and the http://lifewithqmail.org manual is > written specifically for Redhat / Linux it seems. I would very much > appreciate it if someone can point me to some DOCs on using the above > ports in FreeBSD, or point out a rc script that works under FreeBSD, > as well as what needs to be in /var/qmail/control to get rid of the > current startup error. > > Thanks in advance, > Michael Sharp -- b.k.jackson@verizon.net bjackson@brian-jackson.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message