I'm trying to enable roaming users with my vpopmail installation.
I am now to the point where i am trying to get qmail-smtpd to look at a tcp.smtp.cdb file so that I can allow certain networks to relay through my server.
I was running qmail-smtpd with inetd and now I am running it with tcpserver like this:
tcpserver -x/etc/tcp.smtp.cdb -u102 -g101 0 smtp /var/qmail/bin/qmail-smtpd &
I have created /etc/tcp.smtp with the following info in it:
192.168.1:allow,RELAYCLIENT=""
:allow
Now i'm expecting to be able to relay from my Outlook which is located at 192.168.1.2 but it is still not working. I get a reply from the server saying "553 sorry, that domain isn't in my list of allowed rcpthosts"
Does anyone see for any reason why my setup is not looking at the tcp.smtp.cdb file? Or is there something wrong with my file?
:: Casey Ralls :: :: Vector Networking Solutions :: :: http://www.vectorns.com :: :: [EMAIL PROTECTED] ::