since some (long) time i occasionaly try to get sqwebmail running on my
site. (sqwevmail 3.0.0 now)
i did as stated in INSTALL but was never able to log in.
i use qmail-ldap with a 1.somethin version of openldap (not the 2x rel.)
i made a wrapper script to strace sqwebmail activities.
heres the essential output:
read(0, "username=pit%40root.at&password="..., 4096) = 66
open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a
directory)
open("/opt/www/sqwebmail/html", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=27, ...}) = 0
shmat(3, 0x808c0b0, 0x2ptrace: umoven: Input/output error
) = ?
brk(0x80a7000) = 0x80a7000
ipc_subcall(0x3, 0x8095f30, 0x10000, 0) = 104
open("/opt/www/sqwebmail/html/en-us/LOCALE", O_RDONLY) = 4
close(4) = 0
why the f** does it try open /dev/null, and why a a dir?
authdamemond.ldap is running, my authldaprc file is ok (my
courier-imap server runs with similar settings)
can i test the proper functioning of authdaemon somehow?
thx, karl.
btw: is there an archive of this list?