We are running SQwebmail 1.0 on Tru64 UNIX (5.0) since september, no very
big prob. only minor bugs. This is my config.status (I am using MySQL db):
#
./configure  --with-authmysql --without-authldap --without-authpwd --without
-authuserdb -without-authdaemon
--with-piddir=/var/run --prefix=/usr/local --exec-prefix=/usr/local --datadi
r=/usr/local/share

'--with-makedatprog=${exec_prefix}/libexec/makedatprog' --without-socks --wi
th-formdata
 --without-authlib-man --enable-webpass=yes --with-cachedir=/var/run/sqwebma
il --with-cacheowner=nobody
--without-gzip --with-db=db --with-userdb=/etc/userdb
 '--with-authdaemonvar=${datadir}/sqwebmail/authdaemon'
'--sysconfdir=${datadir}/sqwebmail'

The function webpass is modified for allowing users to modify password in
the db, also forward is administrable by user by this same way (we are using
virtual Maildir).

For md5 running you need to modify md5.h for alpha (64 bits) as this :
# diff ../sqwebmail-1.0.2/md5/md5.h md5/md5.h
36c36
< #define       MD5_WORD        unsigned long
---
> #define       MD5_WORD        unsigned int

Daniel.

----- Original Message -----
From: "Sam Varshavchik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 2:02 PM
Subject: Re: sqwebmail with COMPAQ Tru 64 UNIX (IT DOESN'T WORK)


> mustaf han writes:
>
> > This is my  ./configure   command. It works with freebsd.
> > after this command, I didn't seeany error..
> > and then  after the "make"  command I saw those warnings.
> > make check command didnot work. because "md5" wasn't work. is md5
> > important???
>
> Yes.
>
>
> --
> Sam
>
>

Reply via email to