Tony Campisi wrote:
>
> I cannot receive under
> > [EMAIL PROTECTED] which is the mail server I set up with qmail. I have
> > not been able to make the adjustment to pine to get it to read from the
> > new Maildir inbox.
> ..
> drwx------ 3 tony.cam popusers 1024 Jul 15 15:28 tony.cam
> Make sure your users own their own files. Check for any "straggling" .qmail
> files. I had the biggest
> headache over this. I set up /etc/skel with a Maildir and a .qmail file as a
> template so that all of my users got one. Well for whatever reason a blank
> .qmail file or even one with just a #rem statement
> kept my mail from being delivered. Once I removed the unnecessary .qmail
> files (users that didn't need forwarding), everything ran fine. Check your
> /var/log/qmail/current file. Look to see if your entries look like this
> delivery 23: success: did_1+0+0/
no /var/log/qmail/current on my system. Have /var/log/qmail/smtp which
is empty.
> If yours look like 0+0+0 - your mail aint gettin delivered(but I'm sure you
> know that)
> Also do a
> /var/qmail/bin/qmail-qstat
> all this does is tell you how many messages are sitting in the queue.
>
Show 13 in queue, 0 not processed.
> As far as the SMTP not connecting, I'm sure you followed LWQ and did this
> step
Copied from site.
> Create the /var/qmail/supervise/qmail-smtpd/run file:
>
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> exec /usr/local/bin/softlimit -m 2000000 \
> /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
> -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
>
> also make sure you reload your tcp.smtp
>
/usr/local/sbin/qmail cdb
done.
> since you said you made some changes there.
>
> I'm a newbie and jus trying to help.
>
> Tony.campisi
What reader are you using?
Mutt is supposed to work with Maildir, but when I try to send a message,
I get
Error sending message, child exited 127 (Exec error.).
Have uninstalled, and reinstalled mutt and get the same.