* 
Release 3.3 Start 06/09/2020
- 13/09/2020
01. create_rpm: added --release option
02. indimail.spec: added explicit dependency of indimail-devel on libindimail version
03. renamed ChangeLog.indimail to ChangeLog
04. Shortened README-indimail after moving document to online wiki
- 14/09/2020
05. Removed Provides: indimail-libs, libindimail from indimail package. Now
    available only in libindimail package
- 17/09/2020
07. FreeBSD fixes fo vfstabNew.c, vadddomain.c, ProcessInFifo.c,
    pathToFilesystem.c, get_localtime.c, Makefile.am, configure.ac,
    default.configure
- 19/09/2020
09. initsvc: enable and start services for FreeBSD
- 28/09/2020
10. vsetpass.c, vchkpass.c, authpgsql.c, authindi.c print authmodule name in
    error logs/debug statements
11. pipe_exec.c: display authmodule being executed in debug statements
12. vsetpass.c, vchkpass.c, authpgsql.c, authindi.c, pipe_exec.c added pid
    error logs/debug statements
- 29/09/2020
13. authindi: execute next module when already authenticated by previous
    module
- 01/10/2020
14. authindi.c, check_quota.c, indisrvr.c, ismaildup.c, lockfile.c, monkey.c,
    osh.c, proxylogin.c, sslerator.c fixed compiler warnings
15. bulletin.c: initialize len variable
16. crc.c, configure.ac, inlookup.c, ProcessInFifo.c - Darwin Port
17. spam.c: initialize pos variable
18. vdeloldusers.c: initialize activecount variable
- 04/10/2020
19. add_user_assign.c: BUG: wrong variable passed to do_assign2()
20. authindi.c: use AUTHADDR to determine if we are already authenticated
21. initsvc.c: changed Label for launchd unit file to org.indimail.svscan
22. Makefile.am: bypass linux specific code on Darwin
- 05/10/2020
23. uninstall iauth.so, docs and post handle scripts
24. Makefile.am: Set LDPATH for libqmail path (Darwin)
25. initsvc: Fix for FreeBSD
- 11/10/2020
26. fix for empty DISTRIB_ID on openSUSE, Suse causes indimail.[te][fc] to be
    missed out in the build.
27. ProcessInFifo.c: replace deprecated sys_siglist with strsignal
28. configure.ac: added check for strsignal function
- 12/10/2020
29. recalc_quota.c: maildirquota problem: strnum2 variable wasn't getting set
30. configure.ac: set LDFLAGS -pie on Linux (primarily for openSUSE builds)
31. indimail.spec: fixed DISTRIB_ID and DISTRIB_VERSION for openSUSE, SLES
    builds
32. no_of_days.c: fixed no of days variabel getting clobbered due to use of
    stralloc_copyb() instead of stralloc_catb()
- 13/10/2020
33. authindi.c: use _exit(2) as no buffers need to be flushed
34. get_assign.c, islocalif.c: added missing alloc_free
35. userinfo.c, vlimit.c: initialize struct tm for strptime() value too big
    error
36. added debuginfo package
37. vget_lastauth.c: null terminate ipaddr
38: GetSMTProute.c, vreorg.c: fixed infinite loop
39. skip_relay.c: new logic for terminating a line
- 16/10/2020
40. postinstallation: update smtp authmodule with vchkpass                      
41. postinstallation: update imap/pop3, proxy imap/pop3 authmodule with authindi
- 18/10/2020
42. indimail.h: added last_error_len field to dbinfo to keep track of allocated_length
    of last_error field
43. count_dir.c, dbload.c. get_assigh.c, inquery.c, islocalif.c, vdelfiles.c
    use alloc() instead of alloc_re()
44. LoadDbInfo.c: initialize last_error_len field of dbinfo
45. load_mysql.c: renamed closeLibrary() to incloseLibrary()
44. sql_getall.c: use allo_re() only for expansion
45. sq_vacation.c: drop supplementary privilges before setuid()
- 19/10/2020
46. vbulletin.c, SendWelcomeMail.c, RemoteBulkMail.c, iadddomain.c,
    bulletin.c, bulk_mail.c use /var/indomain/domains for domain/bulk_mail
47. indimail.spec: fixed rplint error with unstripped binary or object
- 20/10/2020
48. vdelivermail.c: skip creation of maildirfolder file for user's Maildir (INBOX)
- 14/11/2020
49. indimail.spec: turn off lto
50. indimail.spec: turn on openSUSE permissions
- 17/11/2020
51. removed sslerator
52. indimail.spec: stop/start svscan on upgrade
- 21/11/2020
53. packaging: shutdown specific indimaail services instead of entire svscan
    service
54. handlers.c: use execv() instead of execute() in i_mount() function
- 11/01/2021
55. indimail.spec: use redhat-lsb-core for centos8
- 19/01/2021
56. authindi.c: added uid, gid in debug log
- 26/01/2021
57. sql_init.c, UserInLookup.c, sqlOpen_user.c, findmdahost.c, bulletin.c,
	clear_open_smtp.c: renamed sql_init() to in_sql_init() to avoid clash with
	dovecot sql authentication driver
58. vchkpass: support dovecot checkpassword implementation
59. vchkpass: set HOME, userdb_uid, userdb_gid, EXTRA env variables for
    dovecot
60. pam-checkpwd.c: env variable NATIVE_CHECKPASSWORD to comply exactly with
    checkpassword protocol
- 02/02/2021
61. fstabChangeCounter.c: fix SIGSEGV, wrong variable used
62. sql_active.c: use create_table() to create MySQL table
63. tcpbind.c: fix bind on unix domain sockets
- 07/02/2021
64. New program tcplookup - TCP/IP frontend to inlookup
65. inquery.c, inlookup.c, ProcessInFifo.c - handle TCP/IP request under
    tcpclient/tcpserver
- 24/02/2021
66. tcplookup.c: include <stdlib.h> for srad()
