Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 21:55:58 -0700
From:      "Don O'Neil" <don@lizardhill.com>
To:        <freebsd-questions@freebsd.org>
Subject:   POP before SMTP with TCPSERVER
Message-ID:  <055d01c6f33a$de41ba20$0400020a@mickey>

next in thread | raw e-mail | index | archive | help
Hi all... I'm having problems with inet crapping out on the qmail-smtp
process, so I've started using tcpserver to launch qmail-smtpd....

However, I'm getting complaints from people that the POP before SMTP
authentication patch isn't working when I do this... Here is what I'm
launching:

#!/bin/sh
/usr/local/bin/tcpserver -c 200 -v -u 1009 -g 1003 0 smtp
/var/shc/qmail/bin/qmail-smtpd >&1 | /var/shc/qmail/bin/splogger smtpd 3 &

Anything wrong with this, or do I need to do something else so that the POP
before SMTP authentication works correctly?

Thanks!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?055d01c6f33a$de41ba20$0400020a>