My latest qpopper-mysql patch is now available for download at:
http://asteroid-b612.org/software/#qpopper

Changes in this release are listed below.

qpopper-mysql is a patch to qpopper 4.0.x adding support for mysql 
authentication, virtual domains, and Maildir-style mailboxes.


Changes from 0.5 to 0.6:
---------------------------
 1.  Fixed problem where the configure script would not find 
     mysql_connect with MySQL 4.x. Changed it to check for 
     mysql_real_connect instead.
 2.  Added support for defining the mail spool per-user in mysql table.
     Use optional "MysqlSpoolField" variable in mysql-popper.conf, or 
     optional "spool-file" variable in user config
     Added new p-> struct option p->spool_file to hold this.
     See README.MYSQL for more details
 3.  Put a check in the configure script for mysql.h
 4.  Changed the sample mysql row insert in Changes.MYSQL to show that 
     you CAN give the domain, uid, gid, status, and spool fields NULL 
     data values (for future use), but don't expect qpopper not to choke 
     if you tell it to look for data in these fields, and no data is 
     present. Except for spool. If you define the spool field and leave 
     the field's value NULL for a user, the server will generate the spool 
     path, while it will still use a value if it's not NULL/specified.
 5.  Changed the defaults for --with-mysqllibpath and 
     --with-mysqlincludepath, to /usr/lib/mysql and /usr/include/mysql, 
     respectively

--Tony
.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.
Anthony J. Biacco                            Network Administrator/Engineer
[EMAIL PROTECTED]              http://www.asteroid-b612.org

            "This will prove a brave kingdom to me, 
                  where I shall have my music for nothing"
.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.

Reply via email to