I tried setting the parameters in the install to
--enable-cgibindir=/www/servers/html/cgi-bin
--enable-htmldir=/www/servers/html/html --enable-vpopuser=vpopmail and still
nothing.  /www/servers/html is the Apache 3W folder.  Still no change.  I
can send mail "echo to : [EMAIL PROTECTED] | /var/qmail/bin/qmail-inject"
no problem, I can telnet 127.0.0.1 110 and authenticate with virtual users
but still no qmailadmin.

Sean Frazier

-----Original Message-----
From: bradyb [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 9:49 AM
To: 'Sean Frazier'
Subject: RE: [qmailadmin] Cannot login.


This is what mine looks like :

exec /usr/bin/softlimit -m 2000000 \
/usr/bin/tcpserver -H -R 0 pop3 \
/var/qmail/bin/qmail-popup $HOSTNAME \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

and prior to making it look like that, it wasn't working at all

note the $HOSTNAME is in the file too but I'm sure that can be changed


-----Original Message-----
From: Sean Frazier [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 30, 2002 12:49 PM
To: 'bradyb'
Subject: RE: [qmailadmin] Cannot login.

Already checked that.
-----snippet----[ /service/qmail-pop3d/run
"/var/qmail/supervise/qmail-pop3d/run" ]

#!/bin/sh
         exec /usr/local/bin/softlimit -m 200000 \
        /usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
        mdk-www.domainname.net /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir 2>&1

-----end------

I have the vdomian set up in /home/vpopmail/domains/domainname.net, it
has a
directory for each user including "postmaster", a vpassword file and
vpasswd.cdb.  The password is visible and editable in the vpassword
file.
It is the password I gave it using ./vadddomain.

-----snippet----[ /home/vpopmail/domains/domainname.net/vpasswd ]

postmaster:$1$7DK5U$yHWhMkpsHAcB1kWjfLykT/:1:0:Postmaster:/home/vpopmail
/dom
ains/domainname.net/postmaster:NOQUOTA:mypassword

-----end-----

Still get an invalid login error.  



Sean Frazier


-----Original Message-----
From: bradyb [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 3:32 AM
To: 'Sean Frazier'
Subject: RE: [qmailadmin] Cannot login.


This helped me, maybe it will help you as well:




Cheers, I ran with your example and got it up and working, on all
domains, thank you very much.  Only change really was the place to edit
the starting of pop3d.

I had to edit the run file in /var/qmail/supervise/qmail-pop3d

I put in your example and it fired right up and started working.  Thanks
again

Brady Bowen

-----Original Message-----
From: James Mattingly [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 27, 2002 2:47 PM
To: [EMAIL PROTECTED]
Subject: RE: [qmailadmin] can't login to pop3 account maybe a vpopmail
issue

I am using qmail-pop3d with vpopmail, and courier-imap only for our
squirrelmail users.  The pop3 install with courier-imap is optional.

Here is how I'm starting the pop3 daemon:

    env - PATH="/var/qmail/bin:/usr/local/bin" \
    tcpserver -H -R 0 pop3 \
    /var/qmail/bin/qmail-popup hostname.domain.net \
    /var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

Just replace hostname.domain.net with your info.  This is from my
/etc/rc.d/init.d/qmail-pop3 file.  Here are the full contents:

---start snippit---
#!/bin/sh

PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH

case "$1" in
  start)
    echo -n "Starting pop3 service: svscan"
    env - PATH="/var/qmail/bin:/usr/local/bin" \
    tcpserver -H -R 0 pop3 \
    /var/qmail/bin/qmail-popup hostname.domain.net \
    /var/qmail/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
    ;;
  stop)
    
    ;;
  *)
    echo "Usage: $0 {start|stop}"
    exit 1
    ;;
esac

exit 0
----end snippit-----


-----Original Message-----
From: Ajai Khattri [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 27, 2002 1:18 PM
To: [EMAIL PROTECTED]
Subject: Re: [qmailadmin] can't login to pop3 account maybe a vpopmail
issue


bradyb wrote:

> Ok maybe to clarify slightly more,
> 
> I installed Qmail on Mandrake Linux in rpm format
> 
> I installed the qmail-pop3d also in rpm format
> 
> I compiled both qmailadmin and vpopmail according to the INSTALL

If you are using vpopmail then shouldn't you be using courier-imap to 
provide POP3/IMAP service? I don't think qmail-pop3d works with 
vpopmail? (someone correct me if Im wrong).

-- 
Aj.
Systems Administrator / Developer


-----Original Message-----
From: Sean Frazier [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 30, 2002 12:23 AM
To: '[EMAIL PROTECTED]'
Subject: [qmailadmin] Cannot login.

I installed Qmailadmin using the QInstall package and can't seem to get
logged into the http://www.mysite.com/cgi-bin/qmailadmin page.  I have
tried
virtual domains and users and passwords all to no avail.  This is really
the
first time using and configuring QMail, have the Qmail Handbook by Dave
Sill
and I am still confused.  TIA  

Sean Frazier






Reply via email to