I'm trying to allow the users of my virtual domains to use my smtp-server 
(qmail)
to post, so I compiled vpopmail 4.9.10 with the option 
"--enable-roaming-users=y".

The problem is that the directory /usr/vpopmail/etc/ is full of files named
"open-smtp.tmp.XXX" of length 0 Bytes, the file /usr/vpopmail/etc/tcp.smtp is
unmodified and the file /usr/vpopmail/etc/tcp.smtp.cdb doesn't contains the 
IP of
the users allowed to relay (I inspected the file with "hex").

Well, the conclusion is: "Relay doesn't work. Why ?" :-)

This is my /var/qmail/supervise/qmail-smtpd/run

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
         /usr/local/bin/tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb \
         -u $QMAILDUID -g $NOFILESGID 0 smtp \
         /usr/local/bin/rblsmtpd -r relays.orbs.org -r rbl.maps.vix.com \
         /var/qmail/bin/qmail-smtpd


-- 
  __                                            (o_
| _      "The Internet is slow ? Reboot it !   //\
|__|iambo   mailto:[EMAIL PROTECTED]     V_/_

Reply via email to