Made some progress on vqadmin (and vpopmail), and it is now somewhat operational... 
seems it still sees some non-existing domains... but it does provide info on current 
domains and modifications...

HOWEVER:
qmailadmin stopped allowing login... it worked before (in one of the many 
iterations...), and now returns with invalid login... have even tried setting this up 
with cgiwrap but results remain negative...

IS THERE an issue in relation to vchkpw-pop3?

Any ideas?

Thx,

Yonatan.

--------

vpopmail is running fine now...

[EMAIL PROTECTED] qmailadmin-1.0.6]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user [EMAIL PROTECTED]
+OK
pass PW
+OK
list
+OK
1 2631
2 2631
3 2631
4 2631
.


mysql now has the correct databases (had to edit some of the source files for mysql 
4.1.x compatibility)...

./vadddomain  ./vdeldomain seem to work OK...


/var/vpopmail:
   
drwxr-xr-x    2 vpopmail vchkpw       4096 Dec 28 22:59 bin
drwxr-xr-x    4 vpopmail vchkpw       4096 Dec 28 22:59 doc
drwx------    2 vpopmail vchkpw       4096 Dec 28 22:59 domains
drwxr-xr-x    2 vpopmail vchkpw       4096 Dec 29 00:21 etc
drwxr-xr-x    2 vpopmail vchkpw       4096 Dec 28 22:59 include
drwxr-xr-x    2 vpopmail vchkpw       4096 Dec 28 22:59 lib

/cgi-bin:

-rwxr-xr-x    1 root     root       959568 Dec 29 20:07 qmailadmin

/cgi-bin/vqadmin:

drwxr-xr-x    2 vpopmail vchkpw       4096 Dec 29 17:57 html
-rw-r--r--    1 vpopmail vchkpw        916 Dec 29 18:11 vqadmin.acl
-rwsr-sr-x    1 root     root       915636 Dec 29 17:57 vqadmin.cgi


=================================

setup:
RH7.2
MySQL 4.1.1
vpopmail-5.4.0-pre2
vqadmin-2.3.6
qmailadmin-1.2.0-rc1
netqmail-1.04 (qmail)
ezmlm-idx-0.40
ezmlm-0.53
qmail-scanner-1.20
ucspi-tcp-0.88
autorespond-2.0.2



vpopmail conf:
-------------


contents of vpopmail.mysql
localhost|0|vpopmail|PW|vpopmail

./configure \
  --enable-roaming-users=y \
  --enable-qmail-ext=y \
  --enable-many-domains=y \
  --enable-logging=p \
  --enable-defaultquota=20971520S \
  --enable-ip-alias-domains=n \
  --enable-passwd=n \
  --enable-clear-passwd=y \
  --enable-domain-quotas=n \
  --enable-mysql=y \
  --enable-many-domains=n \
  --enable-auth-logging=y \
  --enable-mysql-logging=y \
  --enable-valias=y \
  --enable-mysql-limits=y

          vpopmail 5.3.30          
            Current settings
---------------------------------------

vpopmail directory = /var/vpopmail
               uid = 89
               gid = 89
          ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = ON  --enable-qmail-ext=y
rebuild tcpserver file = YES  --enable-rebuild-tcpserver-file=y (default)
     roaming users = ON  --enable-roaming-users=y
    tcpserver file = /var/vpopmail/etc/tcp.smtp
    open_smtp file = /var/vpopmail/etc/open-smtp
        user quota = 20971520S -enable-hardquota=20971520S
     domain quotas = OFF --enable-domainquotas=n (default)
       auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n (default)
table optimization = one domain with many users --enable-many-domains=n
  system passwords = OFF --enable-passwd=n (default)
      file locking = ON  --enable-file-locking=y (default)
         file sync = OFF --enable-file-sync=n disable vdelivermail fsync
                         (default)
     make seekable = ON  --enable-make-seekable=y (default)
      auth logging = ON  --enable-auth-logging=y (default)
     mysql logging = ON  --enable-mysql-logging=y
      clear passwd = ON  --enable-clear-passwd=y (default)
     users big dir = ON  --enable-users-big-dir=y (default)
 valias processing = ON  --enable-valias=y
      mysql limits = OFF --enable-mysql-limits=n (default)
        pop syslog = show failure attempts with clear text password
                     --enable-logging=p
          auth inc = -I/usr/include/mysql
          auth lib = -L/usr/lib/mysql  -lmysqlclient -lz







qmailadmin:
------------
./configure --enable-htmldir=/home/httpd/htdocs \
 --enable-cgibindir=/home/httpd/cgi-bin \
  --enable-autoresponder-bin=/usr/local/bin \
 --enable-ezmlmdir=/usr/local/bin/ezmlm \
 --enable-ezmlmidx=y \
 --enable-mysql=y

           qmailadmin 1.2.0-rc1
            Current settings
---------------------------------------
       cgi-bin dir = /home/httpd/cgi-bin
          html dir = /home/httpd/htdocs
         image dir = /home/httpd/htdocs/images/qmailadmin
         image URL = /images/qmailadmin
      template dir = /usr/local/share/qmailadmin/
         qmail dir = /var/qmail
      vpopmail dir = /var/vpopmail
   autorespond dir = /usr/local/bin
         ezmlm dir = /usr/local/bin/ezmlm
         ezmlm idx = yes
   mysql for ezmlm = yes
              help = no
      modify quota = no
   domain autofill = no
 modify spam check = no







vqadmin:
---------

./configure --enable-cgibindir=/home/httpd/cgi-bin --enable-mysql=y \
    --enable-htmldir=/home/httpd/htdocs/

           Current settings
---------------------------------------
vpopmail directory = /var/vpopmail
               uid = 89
               gid = 89
       cgi-bin dir = /home/httpd/cgi-bin/
       vqadmin dir = /home/httpd/cgi-bin//vqadmin

Reply via email to