hello
I've been successfully able to compile and run vpopmail 4.9.10 and sine
inter7 is very close for release next version of vpopmail (5.0) I've decided
to try it on.. along with new sqwebmail 3.0.. here is my configuration line
that I've used; after that I just did gmake;gmake install; everything went
smoothly no errors or warning of any kind however once again I'm having
problem(s) with mysql;( I did edit vmysql.h and enter my settings such as:
my uid,pwd,db (I'm able to logon into mysql using mysql client)).. here is
what I'm getting when I'm trying to auth:
su-2.05# telnet localhost pop3
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
USER [EMAIL PROTECTED]
+OK
PASS xxxxxx (not actual password) :)
could not connect to mysql update server
-ERR authorization failed
Connection closed by foreign host.
su-2.05#
su-2.05#
./configure --enable-ip-alias-domains=y --enable-qmail-ext=y --enable-roamin
g-users=y --enable-relay-clear-minutes=18 --enable-auth-logging=y --enable-m
ysql-logging=y --enable-valias=y --enable-logging=y --enable-mysql=y --enabl
e-sqwebmail-pass=y --enable-learn-passwords=y --enable-tcprules-prog=/usr/lo
cal/bin --enable-mysql-replication=y
vpopmail 5.0pre5
Current settings
---------------------------------------
vpopmail directory = /var/qmail/vpopmail
uid = 1026
gid = 1015
ip alias = ON --enable-ip-alias-domains=y
address extentions = ON --enable-qmail-ext=y
roaming users = ON --enable-roaming-users=y
tcpserver file = /etc/tcp.smtp
open_smtp file = /var/qmail/vpopmail/etc/open-smtp
user quota = OFF --enable-hardquota=n default
auth module = mysql --enable-mysql=y
mysql replication = ON --enable-mysql-replication=y
table optimization = many domains --enable-many-domains=y default
system passwords = OFF --enable-passwd=n default
file locking = ON --enable-file-locking=y default
file sync = ON --enable-file-sync=y default
auth logging = ON --enable-auth-logging=y
mysql logging = ON --enable-mysql-logging=y
mysql clear passwd = OFF --enable-clear-passwd=n default
valias processing = ON --enable-valias=y
pop syslog = show successful and failure login attempts
--enable-logging=y
default domain = --enable-default-domain=
auth inc = -I/usr/local/include/mysql
auth lib = -L/usr/local/lib/mysql -lmysqlclient -lz
su-2.05#
my OS is FreeBSD-4.4STABLE (if this any relevant)
oh and another thing is (this might be help) in vmysql.h MYSQL_UPDATE and
MYSQL_READ are exactly the same..
could someone point me where i can read more about why is there two mysql
varibles in vpopmail5 instead of one in vpopmail4? i've looked in FAQ and in
INSTALL that comes with vpopmail5 it doesn't say anything about it..
thank you in advance