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.
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.
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'
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
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
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
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
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
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