Re: [vchkpw] Troubleshooting enable-roaming-users

2006-11-02 Thread Quinn Comendant
Ah ha, so it is in the database rather than /home/vpopmail/etc/open-smtp. And...the database contains the IPs! mysql> select * from relay; +++ | ip_addr| timestamp | +++ | 83.167.100.41 | 1162456105 | | 69.236.80.73 | 1162455951

Re: [vchkpw] Troubleshooting enable-roaming-users

2006-11-02 Thread andrej
> And my IP address is found! > well that shows that the problem is not with vpopmail. If I remember right your problem is that your clients cant do roaming so you will have to check if your smtpd is checking the tcp.smtp.cdb at all. I assume you use tcpserver... make sure that in your run scrip

Re: [vchkpw] Troubleshooting enable-roaming-users

2006-11-02 Thread Quinn Comendant
It appears I have that correct too: #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` BLACKLIST=`cat /var/qmail/control/blacklists` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" RBLSMTPD="/usr/bin/rbls

Re: [vchkpw] Troubleshooting enable-roaming-users

2006-11-02 Thread Tom Collins
On Nov 2, 2006, at 2:59 PM, Quinn Comendant wrote: So my question should then be: How to get Courier SSL connections to pass the connect message to vpopmail? I assume this is an issue for IMAP and IMAP-SSL users as well. You probably just need to recompile/reinstall courier so it relinks l