Yes, I did. I've just compiled as root again, and redirected the output to make.log (for "make") and install.log (for "make install-strip"), which I've attached.

The password for the [EMAIL PROTECTED] account is test. I can log in via mozilla as this user and check mail sent on the server to [EMAIL PROTECTED]

Thanks,

Jason Carreira

Jesse Guardiani wrote:
Did you compile qmailadmin as root? (You need to. Probably wouldn't compile 
otherwise)

Did you redirect the output of the compile to a file so that you could check 
it for errors? (If not, then recompile to double check)

Also, what's the password for the test user at test.com?

Can you log in with postmaster fine?

Sorry for being such a stickler on the recompile stuff, but I've solved most 
of my problems that way.




On Friday 22 November 2002 12:48, Jason Carreira wrote:
  
I used these options when doing the configure:

./configure  --enable-roaming-users=y --enable-defaultquota=50MB
--enable-file-sync=y

Courier works. I've got it set up running imapd-ssl.rc with a
certificate generated using the make file after patching qmail with the
starttls patch. I'm only using IMAP, but the IMAP w/ SSL is running
fine, and I'm checking my mail using mozilla.

Thanks,

Jason Carreira

Jesse Guardiani wrote:
    
What compile options did you use with vpopmail? That's the kicker.

Also, does Courier work for you? Can you POP/IMAP in and check mail?

On Friday 22 November 2002 12:21, Jason Carreira wrote:
      
Sorry, I listed some of this info in my first post:
        
Hi all,

I've just finished installing Qmail 1.03, vpopmail 5.2.1, Courier IMAP
1.6.0, and the StartTLS patch applied to Qmail, and have just put
qmailadmin 1.06 on my server.

After I installed qmailadmin, I went to the URL and was pleased to see
the login page, but, for some reason, when I try to log in, it just
comes back to the log in page with no message, no error, and nothing,
as far as I can tell, in the log except for the POST to the cgi in the
Apache (1.3.22) log.

I created the standard test.com / test account so I could let other
people try it out, available here:

http://198.78.65.69/cgi-bin/qmailadmin

I'm wondering if this could be some kind of permissions problem
somewhere? Where does qmailadmin log (if anywhere)?

Any help would be very much appreciated,

Jason Carreira
          
I built qmailadmin 1.06 from the src tar ball using the instructions in
the INSTALL file using the following commands:

./configure  --enable-ezmlmdir=/usr/bin
make
make install-strip

I had to do the --enable-ezmlmdir because I installed
ezmlm-idx-std-0.53.324-1 from the RPM, and that's where it puts the
binaries. This is running on a Redhat 7.1 box which is running at
johncompanies.com.

Any ideas?

Jason Carreira

Jesse Guardiani wrote:
        
Could be anything. I think it would help if you told us how you compiled
qmailadmin, what system you're running it on, and what supporting
programs you're using, as well as how they're compiled.

You're dealing with an extremely complex system. If any of the
supporting programs are broken, it'll affect qmailadmin.

Then again, I haven't been able to get answers for my questions either.
I'm starting to think that this list just isn't used much.

On Friday 22 November 2002 10:35, Jason Carreira wrote:
          
I'm still having this exact same problem, with no responses from the
mailing list.

Does anyone have any idea what the problem could be?

Thanks,

Jason Carreira

Laurent Gammeter wrote:
            
Hello,

when i try to fill in the domain name and the password of a postmaster
in the main interface of qmailadmin nothing append.

Does anybody knows that problem ? Thank you.
              

  
make  all-recursive
make[1]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
make[2]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
gcc -I. -I/home/vpopmail/include      -g -O2 -c qmailadmin.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c alias.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c autorespond.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c forward.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c mailinglist.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c user.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c util.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c auth.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c template.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c command.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c show.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c cgi.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c limits.c
gcc -I. -I/home/vpopmail/include      -g -O2 -c dotqmail.c
gcc  -g -O2  -o qmailadmin  qmailadmin.o alias.o autorespond.o forward.o mailinglist.o 
user.o util.o auth.o template.o command.o show.o cgi.o limits.o dotqmail.o 
-L/home/vpopmail/lib -lvpopmail -lnsl -lm -lcrypt 
make[2]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make[1]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make  AM_INSTALL_PROGRAM_FLAGS=-s install
make[1]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
make[2]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
make[3]: Entering directory `/usr/local/src/qmailadmin-1.0.6'
/bin/sh ./mkinstalldirs /var/www/cgi-bin
  /usr/bin/install -c -s qmailadmin /var/www/cgi-bin/qmailadmin
chown vpopmail /var/www/cgi-bin/qmailadmin
chgrp vchkpw /var/www/cgi-bin/qmailadmin
chmod u+s,g+s /var/www/cgi-bin/qmailadmin
/bin/sh ./mkinstalldirs  /usr/local/share/qmailadmin/
/bin/sh ./mkinstalldirs  /usr/local/share/qmailadmin//html 
cp -R html/*      /usr/local/share/qmailadmin//html
/bin/sh ./mkinstalldirs  /var/www/html/images
/bin/sh ./mkinstalldirs  /var/www/html/images/qmailadmin
cp -R images/*    /var/www/html/images/qmailadmin
cp                /usr/local/share/qmailadmin//html/en 
/usr/local/share/qmailadmin//html/en-us
make[3]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make[2]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'
make[1]: Leaving directory `/usr/local/src/qmailadmin-1.0.6'

Reply via email to