On Tue, Oct 10, 2000 at 10:41:54PM -0300, Pupeno wrote:
> When I try to get my mails via pop3 using qmail-pop3d as follows (on
> inetd.conf):
> pop3            stream  tcp     nowait  root   
> /var/qmail/bin/qmail-popup tec-sis.com.ar /usr/local/bin/checkpassword
> /var/qmail/bin/qmail-pop3d Maildir

I assume this is all on one line.

> I get the following error:
> -ERR this user has no $HOME/Maildir
> Connection closed by foreign host.

Try it this way instead (all on one line):

pop3            stream  tcp     nowait  root
/var/qmail/bin/qmail-popup qmail-popup tec-sis.com.ar /usr/local/bin/checkpassword
/var/qmail/bin/qmail-pop3d Maildir

Better yet, use tcpserver instead of inetd. Its use is well documented on
various qmail how-to sites, and it's better supported on this list.

Chris

Reply via email to