Hi all. I'm using qmail and now i'm trying to allow the relay only to the people that first check the pop3. For this purpose i use vpopmail-4.8a (that allow to set up virual users too) but i'm not able to start smptd with this options, here it's my startup file for qmail: csh -cf '/var/qmail/rc &' QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` /usr/local/bin/tcpserver -H -R 0 pop-3 -v -p -c100 -u$QMAILUID \ -g$NOFILESGID 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd & #/usr/local/bin/tcpserver -R -x/etc/tcp.smtp.cdb -c100 -u71 \ -g65534 0 smtp /var/qmail/bin/qmail-smtpd & The "#" was my previous startup line that work well, but with the new line if i try to connect to the smtpd i get connection refused. How can I start qmail with the vpopmail support? Thanks. Davide
