5 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] sqwebmail 5.0 - couri...
FromSent OnAttachments
rem...@permaximum.netJan 30, 2005 4:31 pm 
Sam VarshavchikJan 30, 2005 5:37 pm 
Brian CandlerJan 31, 2005 1:51 am 
rem...@permaximum.netJan 31, 2005 5:39 pm 
Brian CandlerJan 31, 2005 10:47 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] sqwebmail 5.0 - courier-authlib 0.53 - makeuserdb - makedatprogActions...
From:rem...@permaximum.net (rem@permaximum.net)
Date:Jan 31, 2005 5:39:51 pm
List:net.sourceforge.lists.courier-sqwebmail

Brian Candler writes:

On Sun, Jan 30, 2005 at 05:32:04PM -0700, rem@permaximum.net wrote:

I have been able to built and install qmail, courier-authlib0.53, maildrop1.9 and sqwebmail5.0 Everything seems to be working fine with the exception that I cannot do any changes to the userdb database because I am missing the makedatprog. I have re configure and reinstall courier-authlib twice and the same situation still happening.

Try using 'makeuserdb' instead. It should have the correct path to makedatprog linked into it.

On my FreeBSD-5.3 box;

# grep makedatprog /usr/local/sbin/makeuserdb $makedat="/usr/local/libexec/courier-authlib/makedatprog";

Regards,

Thank you for the replay. However, it seems that courier-authlib did not compile makedatprog. I had a problem building maildrop and sqwebmail. It was not able to find courierauth.h. I did a search on the sourceforge sqwebmail mailing list and found that I must specify the directory where this header was installed byt courier-authlib. I did a find and found the file in /usr/local/include. Following the example from the mailing list I had to pass this directory to the GCC compiler in order for it to look for this header in this directory. I specified this in the configure script by the following: ./configure --enable-imagedir=/usr/local/www/data/webmail --enable-cgibindir=/usr/local/www/cgi-bin CPPFLAGS= -I/usr/local/include.

After this I installed maildrop and sqwebmail flawlessly. also, I hav re-configure and re-install courier-authlib twice. I am still missing makedatprog. I am sending directory listings of the locations where the files fom makedatprog are located.

Any suggetions.

contents on /usr/local/libexec/courier-authlib: -rwxr-xr-x 1 root wheel 32194 Jan 30 17:12 authdaemond -rwxr-xr-x 1 root wheel 1804 Jan 30 17:12 authsystem.passwd

contents on /tmp/data/mail/courier-authlib-0.53/makedat: drwxr-xr-x 2 root 500 512 Jan 24 21:27 .deps -rw-r--r-- 1 root 500 18205 Jan 29 22:47 Makefile -rw-r--r-- 1 500 500 411 Dec 9 19:30 Makefile.am -rw-r--r-- 1 500 500 18865 Dec 9 19:33 Makefile.in -rw-r--r-- 1 500 500 243503 Oct 20 17:25 aclocal.m4 -rw-r--r-- 1 root 500 1561 Jan 24 21:27 config.h -rw-r--r-- 1 500 500 1447 Oct 20 17:25 config.h.in -rw-r--r-- 1 root 500 33209 Jan 29 22:47 config.log -rwxr-xr-x 1 root 500 38410 Jan 29 22:47 config.status -rwxr-xr-x 1 500 500 677394 Oct 20 17:25 configure -rw-r--r-- 1 500 500 1633 Oct 20 17:10 configure.in -rwxr-xr-x 1 root 500 675194 Jan 29 22:47 configure.lineno -rwxr-xr-x 1 root 500 210957 Jan 29 22:47 libtool -rw-r--r-- 1 root 500 2252 Jan 29 22:47 makedat -rwxr-xr-x 1 500 500 2208 May 9 2004 makedat.in -rw-r--r-- 1 500 500 1949 Dec 6 1999 makedatprog.c -rw-r--r-- 1 root 500 23 Jan 29 22:47 stamp-h1

thanks

-Max