[vchkpw] vdominfo bug report

2006-10-09 Thread Quinn Comendant
There seems to be an issue with vdominfo reporting the wrong number of users. I wanted to make sure you guys were aware of the bug. See below, "users: 0" should be "users: 3". [EMAIL PROTECTED] ~]$vdominfo domain: hoodwink.us uid:89 gid:89 dir:/home/vpopmail/domains/hoodwink.

Re: [vchkpw] vdominfo bug report

2006-10-10 Thread Quinn Comendant
Whew. I thought I was nuts. Does inter7 have a bug-tracker we can submit this to? Q On Mon, 09 Oct 2006 23:38:10 -0600, Adam Cantwell wrote: > Anyhow, just letting you know you are not seeing things.

[vchkpw] Troubleshooting enable-roaming-users

2006-11-01 Thread Quinn Comendant
Hi y'all How can I troubleshoot why roaming users (POP-before-SMTP) isn't working for me? I've compiled vpopmail with --enable-roaming-users, and recompiled everything else after installing. But I still get a "553 sorry, that domain isn't in my list of allowed rcpthosts (#5.5.3 - chkuser)." I'

Re: [vchkpw] Troubleshooting enable-roaming-users

2006-11-01 Thread Quinn Comendant
Thanks for the explanation... On Wed, 01 Nov 2006 07:11:25 -0800, Michael Johnson wrote: > By default, there is a file called ~vpopmail/etc/open-smtp that is in > the same format as tcp.smtp. The first thing to do would be to check > that this file exists and your IP has been placed in it. That

Re: [vchkpw] Troubleshooting enable-roaming-users

2006-11-01 Thread Quinn Comendant
Yes! Quinn On Wed, 01 Nov 2006 20:52:01 -0700, Remo Mattei wrote: > do u use mysql? > > Remo > > Quinn Comendant wrote: >> Thanks for the explanation... >> >> On Wed, 01 Nov 2006 07:11:25 -0800, Michael Johnson wrote: >> >> >> This

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 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-03 Thread Quinn Comendant
Nope. I reinstalled, but still nothing. Further research turned up some threads that indicate that this is maybe just not supported with courier anymore? Can anybody confirm this? http://www.mail-archive.com/vchkpw@inter7.com/msg20495.html http://www.mail-archive.com/vchkpw@inter7.com/msg21945.h

[vchkpw] running sa-learn from valias

2006-11-06 Thread Quinn Comendant
I'm trying to create an alias that pipes a message to sa-learn. I've created the alias: [EMAIL PROTECTED]/1 ~]$valias -s strangecode.com | grep spam [EMAIL PROTECTED] -> |sa-learn --ham --no-sync [EMAIL PROTECTED] -> |sa-learn --spam --no-sync That didn't work, so I tried this: [EMAIL PROTECTE