Hello,

I'm runing latest stable vpopmail and I enabled roaming smtp on
running ./configure . But it doesn't seem to work.

When a user authenticates on the pop3d and then tries to send
mail via smtp he always gets relaying denied.

My qmail-smtpd lines looks like this (from debian):
        ulimit -v 4096
        sh -c "start-stop-daemon --start --quiet --user qmaild \
            --exec /usr/bin/tcpserver -- \
            -u qmaild -g 65534 -x /etc/tcp.smtp.cdb 0 smtp \
            /usr/sbin/qmail-smtpd 2>&1 | $logger -t qmail -p mail.notice &"

and the pop3d:

        sh -c "/usr/bin/tcpserver -g1002 -u1002 \
            0 pop3 /usr/sbin/qmail-popup `hostname`.`dnsdomainname` \
            /home/vpopmail/bin/vchkpw /usr/sbin/qmail-pop3d Maildir &"

AFAIk the file /etc/tcp.smtp.cdb should be moodified because
thats it where tcpserver reads the realyclients information. But
when doing ls -l /etc/tcp* I see that the current /etc/tcp.smtp*
is not modified in any way (nor the .cdb file, I'm looking and
the modfied time stamp).

Do I need some special suid/sgid program to archieve this ? Or am
I doing something wrong in the init-startup scripts ?

If anyone needs more configuration information I can paste
everything you want.

A sidequestion: is /etc/tcp.smtp* really sufficient to rellay for
qmail ? don't i need some entry in /var/qmail/control/* ?

And .. Is this line sufficient for /etc/tcp.smtp ? 
root@host1:/etc# cat /etc/tcp.smtp
127.0.0.1:allow,RELAYCLIENT=""
193.53.80.108:allow,RELAYCLIENT=""

whereas 193.53.80.108 is (pop|smtp|ns1).atplus.net, the
mailserver/

thanks for everyone spending time reading this,
        Markus


-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0
                - Free Software For A Free World -

Reply via email to