RELEASE NOTES ============= DATE: Thu Nov 12 09:21:11 IST 2009 This is Release 1.6.4 of IndiMail. The release has both source.tar.gz and RPMs This release comes with a autoresponder plugin for Squirrel Mail. Following features at the tracker have been incorporated http://sourceforge.net/tracker/?group_id=230686 2895710, 2895711, 2895712, 2895714, 2895715, 2895720, 2895722, 2895723, 2895724, 2895725 Following bugs at the tracker have been fixed http://sourceforge.net/tracker/?group_id=230686 2895727, 2895728, 2895732, 2895737 This release includes the following files indimail-1.6.4.tar.gz INSTALL-1.6.4 (Installation Instructions) INSTALL-RPM-1.6.4 (Install Instructions for RPM) INSTALL-1.6.4.mysql (MySQL specific Installation Instructions) indimail-1.6.4-1.i386.rpm indimail-1.6.4-1.i386.deb IndiMail has two yum repositories for most of the Linux Distros at Stable Releases -------------- http://download.opensuse.org/repositories/home:/mbhangui/ Bleeding Edge Releases --------------------- IndiMail has yum repositories for the latest features being added. You will find the bleeding edge rpms at http://download.opensuse.org/repositories/home:/indimail/ You will also find the RPMs for both 32bit and 64bit OS on the above repositories ChangeLog ========= * Fri Nov 13 2009 mbhangui@gmail.com Release 1.6.4 Start 30/10/2009 31/10/2009 1. Use RELAYCLIENT variable in qmail-multi to skip spam filter [2895710] 2. Unset SPAMFILTER in qmail-send variables [2895711] 3. Corrected indimail-epm.list to use greydaemon instead of qmail-greyd. debian package will now use greydaemon just like the rpm package [2895727] 4. Fix mysql database creation statements in svctool [2895728] 5. Print all errors to stderr in svctool [2895712] 6. added --no-bootstrap option in svctool for internal use [2895714] 7. fixed svctool program arguments not getting recorded in poppass run file. [2895732] 8. Increase softmem for supervise services on 64bit OS in indimail.spec [2895836] 9. Fixed missing newline in .qmail file created in add_vacation.c 10. Renamed PASSWD_CACHE to QUERY_CACHE in iauth.c [2895833] 11. Added sq_vacation program (backend for squirrelmail autoresponder plugin) [2895715] 12. Added squirrelmail autoresponder plugin. [2895715] 13. Added missing declaration in error_stack.c for non-stdarg.h system 14. Made code more compact in filewrt.c, mysql_perror.c 15. Added option in set_mysql_options.c to set MYSQL_OPT_PROTOCOL. One can now choose TCP or UNIX socket connection to MySQL by specifying MYSQL_OPT_PROTOCOL environment variable. [2895720] 16. Use set_mysql_options to set MySQL options before connecting to MDA MySQL. [2895720] 17. Added definitions for default MySQL connections in sq_vacation.c [2895715] 18. Use control file queue_base to process multiple indimail queues in qmail-multi.c, qmail-qread.c, qmail-tcpok.c, qmail-tcpto.c, spawn-filter.c, qmail-daemon.c [2895722] 19. Added service creation for SMTP submission port 587, enforcing authenticated SMTP (extra options --authsmtp --antispoof), no rbl [2895723] 20. Assign default header name for spamheader_name for qmailanalog scripts [2895841] 21. --rbl option can be specified multiple times in svctool for configuring multiple rbl lists [2895724] 22. Build cdb with wildcard matching tcp*.smtp, tcp*.imap, tcp*.pop3 (qmailctl) [2895725] 23. Removed option -u passed to bogofilter (for rpm installations). [2895737] 24. Added man page for queue-fix. 25. Turned off spam filtering for SMTP service on port 587 (create_services, indimail.spec, indimail-epm.list