Hi folks,

My problem is always the same. My steps:

vpopmail-5.4.0-rc1
./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
--enable-qmail-ext --enable-defaultquota=NOQUOTA
make
cp vchkpw /home/vpopmail/bin/vchkpw-no-roaming
make clean
./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
--enable-qmail-ext --enable-defaultquota=NOQUOTA --enable-roaming-users
make
make install-strip

I've recompiled courier-2.2.1 and qmailadmin-1.2.0-rc2
Steps for courier (as root):
./configure --prefix=/usr/local/courier-imap --disable-root-check
--without-authpam --without-authldap --without-authpwd --without-authmysql
--without-authpgsql --without-authshadow --without-authuserdb
--without-authcustom --without-authcram --without-authdaemon
--with-authvchkpw --with-ssl --with-piddir=/var/run
setenv CFLAGS="-DHAVE_OPEN_SMTP_RELAY"
gmake
gmake install
gmake install-configure

The courier's run file:
#!/bin/sh
exec /command/envdir ./env/ \
tcpserver -v -R -H -l nesys.it 0 995 \
/usr/local/courier-imap/bin/couriertls -server -tcpd \
/usr/local/courier-imap/sbin/pop3login \
/usr/local/courier-imap/libexec/authlib/authvchkpw \
/usr/local/courier-imap/bin/pop3d Maildir 2>&1

Courier works, qmail works.

When in the qmail-pop3d's run file I use vchkpw-no-roaming, my open-smtp
file isn't written and I couldn't relay my emails through the smtp server;
if I user vchkpw, in my open-smtp, after pop3, there's my external IP with
relay allowed.

OK, it works, but ... When I try with courier (that uses libvpopmail.a, if
I've undestood well), in my open-smtp, after pop3-ssl, there isn't my
external IP with relay allowed.

Mmm ... Why? There's a mistake?

Thanks for your kind support, and patience.
Regards
Andrea

Reply via email to