> > This is what I have in 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 solidst8.org /usr/local/bin/checkpassword
> > /var/qmail/bin/qmail-pop3d Maildir
>
> Looks OK to me, although we use tcpserver here and I've never tried to use
> qpop3d from inetd.
Hrmm... ok, does anyone use inetd for it? I use inetd for a lot of other
stuff, so I chose to stick with it.
> > permissions of Maildir:
> >
> > drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 Maildir
>
> What are the perms on the homedir itself, and what about the
> subdirectories of Maildir?
/usr/home/chandler
drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 chandler
/usr/home/chandler/Maildir
drwxr-x--- 5 chandler chandler 512 Jan 17 11:22 .
drwxr-xr-x 41 chandler chandler 3072 Jan 17 10:41 ..
-rw------- 1 root chandler 537 Jan 17 11:22 chandler
drwx------ 2 root chandler 512 Jan 17 01:23 cur
drwx------ 2 root chandler 512 Jan 17 01:23 new
drwx------ 2 root chandler 512 Jan 17 01:23 tmp
> > results of 'cat /usr/home/chandler/.qmail'
> >
> > su-2.03# cat /usr/home/chandler/.qmail
> > ./Maildir/
>
> Why have a .qmail file? Or do you not have Maildir as your default
> delivery mechanism?
Eh, my install and config of qmail went somehting like this... I
downloaded all the binaries I found that I neededuntarred them, and
started with INSTALL from the qmail docs. I don't recall wether or not I
set Maildir to be default or not. Mostly, I assumed that as long as I
changed as little as I could, I'd be ok... That doesn't appear to be the
case anymore.
> > I also just noticed that I failed to set up an mx record for mail... I'm
> > sure that causes some issue.. but it wouldn't be the reason for the error
> > would it?
>
> Doubtful.
Didn't think so.
Chandler