Re: [vchkpw] Problems with 5.3.29

2003-10-26 Thread Michael Bowe
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.

Re: [vchkpw] Problems with 5.3.29

2003-10-26 Thread Martin Kos
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 links to the

Re: [vchkpw] Change UID and GID

2003-10-26 Thread Justin Heesemann
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 and

Re: [vchkpw] password generation - vpopmail table - pw_passwd

2003-10-26 Thread Michael Bowe
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 :

Re: [vchkpw] vpopmail mysql database

2003-10-26 Thread Michael Bowe
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

Re: [vchkpw] Problems with 5.3.29

2003-10-26 Thread Michael Bowe
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

Re: [vchkpw] Compile Error With Mysql

2003-10-26 Thread Michael Bowe
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: parse