On Tue, 29 Aug 2000, Peter Janett wrote:

> I really can't seem to get Qmail to run with tcpserver as far as the pop
> service goes.
> 
> I've followed all the directions on LWQ, with the exception of Paul Gregg's
> checkpasswd.  Inetd will probably work for me, but I need to setup
> pop-before SMTP, and I can't seem to get the IP address of the calling
> client when I run Qmail through inetd.
> 
> I'm wondering if my startup scripts are wrong, or in the wrong order, etc.
> I've included all the relevant file contents below, including the inetd
> lines that work.  I'm looking to get tcpserver to work, or finding a way to
> pass the IP address of the calling client to pass through checkpassword
> using inetd.  I'm on a Sun Sparc 2.6.

I no longer run inetd, however I had an hpux machine that couldn't live
without running telnetd thru it (FreeBSD does it just fine).  That said..

It depends on what you're using for pop before smtp.  I'm using smtp-poplock 
by David Harris (http://www.davideous.com/smtp-poplock/) and have had no
problems at all with it.  I'm starting everything thru rc.local, here's
how I start the pop3 service:

/usr/local/bin/tcpserver 0 110 /usr/local/sbin/spop3d 2> /var/log/poplog &

and here's how I start qmail-smtpd:

/usr/local/bin/tcpserver -x /etc/tcp.smtp.cdb -g 1001 -u 1004 0 25 \
 /usr/sbin/relaylock /var/qmail/bin/qmail-smtpd &

The -x /etc/tcp.smtp.cdb isn't really needed in my case as it only has
the 127. line in it.

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH    email: [EMAIL PROTECTED]    http://www.pop4.net
 128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================



Reply via email to