vpopmail's config looks for tcp.smtp files in a file
places, like /etc

I'd suggest removing any tcp.smtp file you have on the system
except for the one in ~vpopmail/etc

Then configure again without the --enable-tcpserver-file option

Ken

On 2001.12.06 09:27 Carol Blevins wrote:
> 
> I'm having a problem with open-smtp and hoping someone can help.
> 
> I'm using vpopmail 5.0, and configured it as follows:
> 
> --enable-tcpserver-file=/usr/local/vpopmail/etc/tcp.smtp
> --enable-roaming-users=y --enable-logging=v
> 
> This was an upgrade from 4.10.18.
> 
> Now correct me if I' wrong but, tcp.smtp are the static ips that are
> allowed to realy, open-smtp are the roaming ip addresses that have
> authenticated and allowed to relay, and tcp.smtp.cdb is the hashed
> version
> of the other two files.
> 
> Now here's my problem:
> 
> My roaming clients can not send email.  "Not allowed, not on the list"
> is
> the message they get.
> 
> My open-smtp is located at /usr/local/vpopmail/etc, owned by
> root:vpchkpw,
> tcp.smtp is located /usr/local/vpopmail/etc, owned by
> vpopmail:vpchkpw,
> and for some reason tcp.smtpd.cdb is located in /etc owned by
> vpopmail:vpchkpw.  I'm assuming that that's why my roaming clients
> cannot
> send.  It's looking for tcp.smtpd.cdb under ~vpopmail/etc not under
> /etc.
> 
> Here's my run script for qmail-smtpd:
> #!/bin/sh
> exec /usr/local/bin/tcpserver -p -R -x
> /usr/local/vpopmail/etc/tcp.smtp.cdb -u82 -g81 -v -c100 0 smtp
> rblsmtpd
> /var/qmail/bin/qmail-
> smtpd 2>&1
> 
> I'm not sure why it's hashing the files to /etc.
> 
> Thanx
> Carol Blevins
> 
> **************************************
> * It is a little known fact that the *
> * Y1K bug caused the dark ages.      *
> **************************************
> 
> 
> 

Reply via email to