> Hello All,
> I'm compiling vpopmail-5.3.29 with mysql 4.0.16, and I gor this
> error message during make:
>
> gcc -I. -I/usr/local/mysql/include -I. -I. -I. -g -O2 -Wall -c
`test -f 'vauth.c' || echo './'`vauth.c
> vauth.c:33:19: mysql.h: No such file or directory
> vauth.c:40: error:
> I've noticed that sqwebmail+vchkpw will not authenticate users with ids
> less than 8 characters, i.e., [EMAIL PROTECTED] can log into
> sqwebmail, but [EMAIL PROTECTED] can not. POP authentication works
> fine in either case. Is there any way around this security feature? I
> have users who w
> vchkpw-pop3: pop access denied [EMAIL PROTECTED]:10.1.0.13
What is the output of :
vuserinfo [EMAIL PROTECTED]
(In particular I want to see whether vpopmail is saying whether this user
has got pop access disabled)
Also, please show us your qmail-pop3d supervise/run script
Michael
Hi,
I've noticed that sqwebmail+vchkpw will not authenticate users with ids
less than 8 characters, i.e., [EMAIL PROTECTED] can log into
sqwebmail, but [EMAIL PROTECTED] can not. POP authentication works
fine in either case. Is there any way around this security feature? I
have users who would
You need to make sure you granted the appropriate permissions in the
database
eg
GRANT select,insert,update,delete,create,drop ON vpopmail.*
TO [EMAIL PROTECTED] IDENTIFIED BY 'vpoppasswd';
Also make sure you dont have ipchains/iptables blocking the mysql port
Michael.
- Original Message -
> I want to generate just the
> password so that I can insert it
> solely into the vpopmail mysl-database.
>
> I other words I don“t want to make ./vadduser ... first, I just want
> generate thi user in my database.
If you are doing it via PHP you can follow these notes :
http://bluedot.net/mail/
On Sunday 26 October 2003 00:43, Tom Tu wrote:
> Hi,
>
> My production box was using 89 as the UID and GID. I just migrated
> all the
mail over and currently can not access the mailboxes through
> sqwebmail or qmailadmin. I had previous on this test box used 189 as
> the UID and GID for vpopmail
On Sun, 26 Oct 2003, Tom Collins wrote:
>>>If you use Courier-IMAP, did you recompile it after installing
>>>the new vpopmail?
>>no i haven't had recompiled courier-IMAP after the installation
>>because i thought it has only to do with IMAP connections or am
>>i missing something ?
>Courier-IMAP l
> > Is anyone out there successfully making POP connections with 5.3.29?
POP works fine for me (5.3.29, mysql backend, no roaming user, no apop)
Michael.