qmail (1.03-25.55) unstable; urgency=low * Patch by Didier Geheniau to fix some build problems (qmail-newmrh) and missing function defines in control.c. -- Turbo Fredriksson Tue, 19 Aug 2008 19:27:03 +0000 qmail (1.03-25.54) unstable; urgency=low * Fix control_ldap_search() - overwrote 'fn' (file/attribute). -- Turbo Fredriksson Fri, 25 Jul 2008 18:11:39 +0000 qmail (1.03-25.53) unstable; urgency=low * Add libssl-dev to Build-Depends. * Add libldap2.4-dev to Build-Depends. -- Turbo Fredriksson Tue, 20 Nov 2007 07:44:43 +0100 qmail (1.03-25.52) unstable; urgency=low * For Ubuntu Feisty, add libldap2-dev to build dep. * Add http://djbware.csi.hu/patches/checkpassword-0.90.errno.patch -- Turbo Fredriksson Mon, 11 Jun 2007 11:08:03 +0200 qmail (1.03-25.51) unstable; urgency=low * Revert previous control.c patches. Couldn't get them to work... This means that I'm using the same QmailLDAP/Controls patch as 1.03-25.48 (controls20060401b). -- Turbo Fredriksson Fri, 21 Apr 2006 07:48:35 +0000 qmail (1.03-25.50) unstable; urgency=low * According to friend, strstr() shouldn't be used (risk of buffer overflows). Revert back to using strncasecmp() instead (previosly used strcmp() but strncasecmp() is even better). -- Turbo Fredriksson Mon, 10 Apr 2006 11:49:22 +0000 qmail (1.03-25.49) unstable; urgency=low * Fix the control.c:verify_ldap_file_check function. Got strstr() to work which is smoother and faster than strcmp(). -- Turbo Fredriksson Mon, 3 Apr 2006 06:46:16 +0000 qmail (1.03-25.48) unstable; urgency=low * Rewrite of the backup/overwrite/restore of the BaseDN in control_ldap_search() function. THAT was the cause of all the segfaults! Bettere and cleaner now. * Fix/modifications of the localonly patch by Alexandre Mioranza: If the user, whose accountStatus is 'localonly', authenticates before sending the email, (s)he will be allowed to send emails to non-local domains. -- Turbo Fredriksson Sat, 1 Apr 2006 16:37:40 +0000 qmail (1.03-25.47) unstable; urgency=low * Falty fix of control.c. Even worse problem than segfault's: broken basedn! * Cleanup some logging messages. -- Turbo Fredriksson Fri, 31 Mar 2006 08:58:22 +0000 qmail (1.03-25.46) unstable; urgency=low * Fix control.c - No stralloc_0() after copying ldap_basedn.s to &basedn_orig. * Debug output cleaned up/'prettified'... -- Turbo Fredriksson Mon, 27 Mar 2006 20:07:04 +0000 qmail (1.03-25.45) unstable; urgency=low * Include a patch to limit local user to send only to local domains. Patch by B S Srinidhi - http://marc.theaimsgroup.com/?l=qmail-ldap&m=114293760825684&w=2. -- Turbo Fredriksson Wed, 22 Mar 2006 20:04:18 +0000 qmail (1.03-25.44) unstable; urgency=low * Update the qmailControl schema to latest version (v20060201). * Cleanup the logout put - 'prettier' (and easier to read). - Also some extra debugging in the qldap.c:qldap_lookup() func. * Change the name of the 'attr' variable in control.c - it's referenced as 'attrs' in all other files... - Last char should be 0, not '\0'. Same thing!? * Forgot to zero the last character in the 'new' ldap_basedn variable. Used when copying the ldap_controldn.s to ldap_basedn initialy. -- Turbo Fredriksson Fri, 17 Feb 2006 15:16:34 +0000 qmail (1.03-25.42) unstable; urgency=low * Upgrade to latest Qmail/LDAP patch - v20060201. -- Turbo Fredriksson Fri, 3 Feb 2006 13:18:31 +0000 qmail (1.03-25.41) unstable; urgency=low * Apply a patch to be able to specify the QMQPC time out value. http://marc.theaimsgroup.com/?l=qmail-ldap&m=113193405624994&w=2 * If the BaseDN value is unset (in the control.c:control_ldap_search() function), set this value to be the same as ControlDN). Restore the value when cleaning up... -- Turbo Fredriksson Fri, 25 Nov 2005 08:51:04 +0000 qmail (1.03-25.40) unstable; urgency=low * Apply the qmail-queue-custom-error.patch from SimScan to allow for customized SMTP error rejects. * Applied 0.0.0.0 local patch. * Applied sync patch to make qmail for reiserfs/ext2 friendly. * Added ISO C patch taken from netqmil to fix 64-bit crashes (much of that had already been applied though!). -- Turbo Fredriksson Mon, 23 May 2005 08:14:21 +0200 qmail (1.03-25.39) unstable; urgency=low * Change '/etc/qmail/bin/' to correct '/var/qmail/bin/' in all newanalyse scripts. -- Turbo Fredriksson Mon, 2 May 2005 12:31:43 +0200 qmail (1.03-25.38) unstable; urgency=low * Slightly rewrite (and fix) auth_pop.c. Courier sends a different line to auth_pop so we do the previous check(s) within a ifdef COURIER. We're running from Courier if the environment contains the variable POP3AUTH. * Courier sets the environment variable PORT where imapd/pop3d listens on. Get that in auth_mod.c (which overrides any LDAP/controls stuff). -- Turbo Fredriksson Mon, 2 May 2005 08:07:31 +0200 qmail (1.03-25.37) unstable; urgency=low * Fix install of qmailanalog. Installed into wrong path. * Install newanalyse config files into /etc/qmail. * Change newanalyse config file paths etc. * Make sure that tai64nfrac is built before installing newanalyse. * Install a template tcp.qmqp file into the qmail-ldap package. * Slight rewrite/improvment of the control.c file. Correctly return either 'me' (if it's allowed) and 'found' or return 'not found' if 'me' isn't allowed. * When doing a search for the control information and the LDAP server isn't availible, we previosly died (code 1). Don't -> return 'not found' instead. * Unknown bind options previosly tried to convert a char to an int in the log format. -- Turbo Fredriksson Sat, 30 Apr 2005 14:11:51 +0000 qmail (1.03-25.36) unstable; urgency=low * Include tools from newanalyse v1.41 (qmail/multilog tools). - Add depends on 'pdksh' because of this. * Newanalyse need qmailanalog, so include qmailanalog v0.70 * Fix auth_pop.c -> didn't authenticate correctly. Patch from old QmailLDAP patch wasn't applied (on purpose: some complained that it was wrong). -- Turbo Fredriksson Mon, 25 Apr 2005 09:09:38 +0200 qmail (1.03-25.35) unstable; urgency=low * Add a build depends on debhelper and libldap2.2-dev. * Upgrade the QmailLDAP patch to version 20050401a. * Upgrade QmailLDAP/Controls patch to latest QmailLDAP patch - Add 'qldap.a' if: LDAPFLAGS || SECUREBIND || CONTROLDB. - Add 'str_diffn.o' to linking of 'qmail-newmrh' if CONTROLDB. -- Turbo Fredriksson Thu, 14 Apr 2005 10:42:45 +0200 qmail (1.03-25.34) unstable; urgency=low * Fix for qmail-remote.c: Comparing int against ' '. Patch: 005_qmail-remote_fix -- Turbo Fredriksson Sun, 13 Mar 2005 15:29:18 +0000 qmail (1.03-25.33) unstable; urgency=low * Slight rewrite of the QmailLDAP/Controls patch: - Prettier debuging (at least with loglevel=128, might look AWFULL with anything else! :) - Show 'value(s) unknown' if loglevel=128. - Problem with checking which 'file' to retreive from LDAP and/or FS - 'me' matched 'ldapmessagestore' etc. strstr() can't be used like this. To bad I don't know how to do regexp in C :). - Missing 'file' retreival check in control_readfile(). - Put the 'file' retreival check in separate function verify_ldap_file_check() now that it's used in two places. - Additional check if try to retreive 'file' from LDAP: Don't if: no controldn, 'me' unknown and LDAP not connected. - 'externify' the QmailLDAP/Controls variables used in qmail-ldaplookup.c. This problem MIGHT exists in other places as well... - Don't initialize the LDAP connection TWICE (!?) in qmail-ldaplookup.c. That might be a bug, but... - Retreival of the LDAP port value in qmail-showctl.c should be done as an integer not a string. -- Turbo Fredriksson Wed, 2 Feb 2005 10:03:05 +0000 qmail (1.03-25.32) unstable; urgency=low * Allow for enabling/disabling local and smtp deliveries with the help of the 'default' file (variable). * New version of the QmailLDAP patch (v20040801). -- Turbo Fredriksson Thu, 7 Oct 2004 16:32:19 +0200 qmail (1.03-25.31) unstable; urgency=low * My 'fix' for control_readline() (with a third option 'flagme') was faulty (VERY faulty). -- Turbo Fredriksson Thu, 23 Sep 2004 14:03:49 +0200 qmail (1.03-25.30) unstable; urgency=low * With the fixed -DSYSLOGAUTH, the auth_* modules wrote their syslog messages to the console. Quite irritating! -- Turbo Fredriksson Wed, 22 Sep 2004 08:29:10 +0200 qmail (1.03-25.29) unstable; urgency=low * Faulty usage of -DLOGAUTH (should have been -DSYSLOGAUTH). * Make sure that auth_mod.c is compiled with SYSLOGAUTH. * Spelling error in auth_imap.c (s/allready/already). * The extraction of login information was broken for auth_pop. Steal the extraction code from auth_imap.c fixes that... -- Turbo Fredriksson Mon, 20 Sep 2004 12:52:03 +0200 qmail (1.03-25.28) unstable; urgency=low * IMAP/POP authentication forwarding (clustering) fixed. One to many LDAP free's (which shouldn't be done if we're using QmailLDAP/Controls). * No hardcoded auth port in auth_mod.c. That should be initialized in auth_{imap,pop}.c. * Merge some 'fixes patches' into the QmailLDAP/Controls patch (version 20040910). -- Turbo Fredriksson Fri, 10 Sep 2004 09:49:50 +0200 qmail (1.03-25.27) unstable; urgency=low * SMTP-AUTH TLS bugfix from Claudio (qmail-ldap list - 20040818092413.GA30276@diehard.n-r-g.com) * Add support for smtpCert file/attribute in schema. -- Turbo Fredriksson Wed, 8 Sep 2004 11:54:59 +0200 qmail (1.03-25.26) unstable; urgency=low * Loglevel option (with value description) in QmailLDAP/Controls 'defaults' script -- Turbo Fredriksson Sun, 5 Sep 2004 21:02:36 +0200 qmail (1.03-25.25) unstable; urgency=low * Sleep for two seconds between QmailLDAP/Control restart. * QmailLDAP rules is NOT executable! -- Turbo Fredriksson Sat, 4 Sep 2004 10:23:15 +0200 qmail (1.03-25.24) unstable; urgency=low * Slight update to the qmail-ldap init script. * Slight update to qmail-ldap 'defaults' script. -- Turbo Fredriksson Fri, 3 Sep 2004 18:00:44 +0200 qmail (1.03-25.23) unstable; urgency=low * Fixed create_dirs.pl script * Include (even if it isn't finished), the QmailLDAP/Ctrld program and it's test prog. -- Turbo Fredriksson Thu, 15 Jul 2004 15:41:23 +0000 qmail (1.03-25.22) unstable; urgency=low * New QmailLDAP patch (v20040701), with slightly fixed QmailLDAP/Controls patch (bugreports by various people on the 'list). -- Turbo Fredriksson Mon, 12 Jul 2004 13:30:40 +0000 qmail (1.03-25.21) unstable; urgency=low * Updated the create_dirs.pl script (to create Trash folder). -- Turbo Fredriksson Thu, 24 Jun 2004 12:59:00 +0000 qmail (1.03-25.20) unstable; urgency=low * Fixing the init.d script (missing start functions etc). -- Turbo Fredriksson Sun, 13 Jun 2004 10:59:59 +0000 qmail (1.03-25.19) unstable; urgency=low * Export AUTHADDR to the Courier {IMAP,POP3} servers (patch for checkpassword.c). -- Turbo Fredriksson Sat, 12 Jun 2004 14:27:36 +0000 qmail (1.03-25.18) unstable; urgency=low * Recompile against OpenLDAP v2.1 -- Turbo Fredriksson Tue, 8 Jun 2004 19:11:03 +0000 qmail (1.03-25.17) unstable; urgency=low * Move auth_{smtp,pop,imap} to /usr/sbin (so that it can be found with the link /var/qmail/bin -> /usr/sbin - all programs look there). -- Turbo Fredriksson Thu, 22 Apr 2004 15:24:37 +0200 qmail (1.03-25.16) unstable; urgency=low * Don't use 'homeDirectory' as attribute for the home directory. I'm using AFS, so qmail doesn't have access to the home dir. Besides, we're deliverying into a Maildir in /var/mail, so that's another reason for no home directory attribute... * Possibility to set concurrency for tcpserver (SMTP, POP3 and QMQP services). -- Turbo Fredriksson Thu, 22 Apr 2004 13:36:44 +0200 qmail (1.03-25.15) unstable; urgency=low * Spelling errors fixed in QmailLDAP/Control init.d script. -- Turbo Fredriksson Sat, 17 Apr 2004 11:22:39 +0000 qmail (1.03-25.14) unstable; urgency=low * Some build-depends, just to be sure... * Rewrite the standard qmail init.d script, so it looks for the default config file. -- Turbo Fredriksson Fri, 16 Apr 2004 08:00:04 +0000 qmail (1.03-25.13) unstable; urgency=low * /etc/default/qmail is a conffile * Don't qldap_free() as often in qmail-remote.c. Once should be enough. -- Turbo Fredriksson Tue, 13 Apr 2004 15:40:49 +0200 qmail (1.03-25.12) unstable; urgency=low * Put pbsadd and pbsdbd to /usr/sbin, not /usr/bin. * Create attribute definitions for ldapGroup{Login,Password}. * Start pbsdbd from rc.turbo (used in qmail-ldap package). * More cleanup and rewrite of rc.turbo. -- Turbo Fredriksson Mon, 12 Apr 2004 10:40:53 +0200 qmail (1.03-25.11) unstable; urgency=low * A 'if (chdir(auto_qmail) ..' that was mistakenly put within a 'ifdef BIGBROTHER' in the QmailLDAP/Controls patch -- Turbo Fredriksson Sat, 10 Apr 2004 17:41:10 +0200 qmail (1.03-25.10) unstable; urgency=low * SMTP/QMTP port error - un-initialized!! -- Turbo Fredriksson Thu, 8 Apr 2004 18:14:15 +0200 qmail (1.03-25.9) unstable; urgency=low * Insert a Build-Depends in the control file * Small fixes in debian/scripts/dbs-build.mk (tar now outputs to STDERR on how much is/was extracted). * Rebuild for Debian GNU/Linux unstable. * Remove strict barewords from preinst (from 1.03-29) * Fixed minor typo in build-qmail (from 1.03-29) * Updated Depends (from 1.03-{28-31}) * Removed rm -rf /etc/qmail command in postrm (from 1.03-28) -- Turbo Fredriksson Fri, 26 Mar 2004 13:45:28 +0100 qmail (1.03-25.8) unstable; urgency=low * New version of the QmailLDAP patch. * New version of the QmailLDAP/Controls patch. * Include daemontools (for multilog etc). * More/Better usage of debhelper in rules file. -- Turbo Fredriksson Fri, 26 Mar 2004 13:04:19 +0100 qmail (1.03-25.7) unstable; urgency=low * Patch update of QmailLDAP/Controls: qmail-ldap.h was wrong, USE_RFC822 should have mail/mailForwardingAddress NOT mailLocalAddress/mailRoutingAddress. -- Turbo Fredriksson Mon, 19 May 2003 07:56:11 +0200 qmail (1.03-25.6) unstable; urgency=low * Disable the big-todo patch! -- Turbo Fredriksson Thu, 5 Dec 2002 17:50:19 +0100 qmail (1.03-25.5) unstable; urgency=low * Updated Qmail-LDAP patch (v 20021201) -- Turbo Fredriksson Mon, 2 Dec 2002 12:21:39 +0100 qmail (1.03-25.4) unstable; urgency=low * Small typo in control.c. s@<=@>@. -- Turbo Fredriksson Tue, 26 Nov 2002 16:39:03 +0100 qmail (1.03-25.3) unstable; urgency=low * Updated Qmail-LDAP patch (v 20021101). -- Turbo Fredriksson Sat, 16 Nov 2002 12:34:52 +0100 qmail (1.03-25.2) unstable; urgency=low * There's a "new file in source", qmail-todo.c. Came from the new QmailLDAP patch. This must also inititalize the LDAP connection to fetch the control files propperl. -> I did not manage to 'port' my QmailLDAP/Controls stuff to this file, so we're compiling without EXTERNAL_TODO... -> This problem wasn't the QmailTODO/Controls patch, but from the Big TODO patch. I'll teach qmail-todo about the new layout of the queue directory later (maybe). -> The big todo patch is removed, it shouldn't be necessary now. * Bug in the quota handling found and fixed. * New, better (?) init script... * Do virtual users. That is, look for 'nohomeDirectory' as home, not 'homeDirectory'... Crude fix since I've moved my message store outside the users homedirectory... -- Turbo Fredriksson Sat, 25 May 2002 11:03:04 +0200 qmail (1.03-25.1) unstable; urgency=low * Package qmail-ldap is arch 'any', not 'all'. * Bugs fixed in RBL blocking (qmail-smtpd.c). -- Turbo Fredriksson Thu, 23 May 2002 10:19:03 +0200 qmail (1.03-25) unstable; urgency=low * Dynamic patching of qmail sources. Allow for Qmail-LDAP patches (etc). Closes: #139664 -- Turbo Fredriksson Thu, 2 May 2002 09:56:00 +0200 qmail (1.03-24) testing unstable; urgency=low * Added libc6-dev back into the Depends line -- Jon Marler Mon, 18 Mar 2002 21:19:14 -0600 qmail (1.03-23) testing unstable; urgency=low * Fixed section of -src and binary .deb files (Closes: #125698) * Updated checkpassword to .90 (Closes: #126686) -- Jon Marler Fri, 28 Dec 2001 11:28:34 -0600 qmail (1.03-22) testing unstable; urgency=low * Somehow the init.d patch didn't make it in. It's in there now. -- Jon Marler Sun, 2 Dec 2001 02:56:22 -0600 qmail (1.03-21) testing unstable; urgency=low * Updated init to stop reverse DNS and ident lookups (Closes: #111934) * Added QMAIL-QUEUE patch * Added badmailto patch * Updated package description to stop apt-get source confusion * Added extra verbiage to help ucspi-tcp confusion (Closes: #106704) -- Jon Marler Sat, 1 Dec 2001 04:19:49 -0600 qmail (1.03-20) testing unstable; urgency=low * Updated dependancy to include groff. (Closes: #109003) * Updated conflicts to prevent installing some binary deb packages * Added patch from Alvaro Martinez Echevarria (Closes: #104504, #102692) -- Jon Marler Fri, 24 Aug 2001 10:49:51 -0500 qmail (1.03-19) testing unstable; urgency=low * Updated standards version * Changed priority from optional to extra * Fixed /usr/doc/ /usr/share/doc link -- Jon Marler Wed, 27 Jun 2001 18:26:07 -0500 qmail (1.03-18) unstable; urgency=low * Applied sync patch to make qmail for reiserfs/ext2 friendly -- Jon Marler Tue, 26 Jun 2001 13:44:32 -0500 qmail (1.03-17) unstable; urgency=high * Fixed gzip compression of manpages & docs (closes #76560) * Fixed /var/qmail/bin symlink (closes #75736) * Increased ulimit (closes #74956) -- Jon Marler Mon, 18 Dec 2000 15:26:26 -0600 qmail (1.03-16) unstable; urgency=high * Fixed dependancy problems in qmail-src. (Closes #67699) -- Jon Marler Tue, 25 Jul 2000 08:57:11 -0500 qmail (1.03-15) unstable; urgency=high * Moved documentation to /usr/share/doc (Closes #58682) * Updated debian/rules to install the checkpassword manpage. (Closes #66975) * Updated debian/rules to call install, rather then relying on the path. (Closes #67461) * Updated build-qmail script with patch from Jeff Sheinberg that fixes non-absolute build paths (Closes #65190) -- Jon Marler Wed, 19 Jul 2000 14:00:00 -0500 qmail (1.03-14) frozen unstable; urgency=high * Fixed checkpasswd program. Did not work if both shadow and non-shadow passwords are used. * Installed patch that fixes the Netscape progress bar. -- Jon Marler Mon, 15 May 2000 22:28:38 -0500 qmail (1.03-13) frozen unstable; urgency=high * Fixed init script to work with new uid/gid scheme. * Fixed pop3 daemon not starting. Conflict with tcpserver/qmail-smtpd -- Jon Marler Tue, 9 May 2000 16:02:04 -0500 qmail (1.03-12) frozen unstable; urgency=high * Added warning about uid/gid potential conflicts between build and install. -- Jon Marler Tue, 22 Feb 2000 13:25:00 +0500 qmail (1.03-11) frozen unstable; urgency=high * Fixed more problems with new uid's. * Fixed problem with init.d script. * Fixed ulimit problem in init.d on some Sparc's and PPC's * Fixed bug in changelog to upload to frozen AND unstable. -- Jon Marler Wed, 9 Feb 2000 13:25:00 +0500 qmail (1.03-10) frozen; urgency=high * Fixed problems with new uid's on new potato installs. (Closes #56588) -- Jon Marler Mon, 31 Jan 2000 13:25:00 +0500 qmail (1.03-9) frozen; urgency=high * Added new UID's & GID's to comply with new base-passwd package. Only new installs are affected. -- Jon Marler Sat, 22 Jan 2000 13:25:00 +0500 qmail (1.03-8) unstable; urgency=low * Fixed even MORE bugs in preinst ... This time I have used code from the New Rider's Debian book (Closes #48720, #45203) * Added a mail-transfer-agent provides line to work with other buggy packages (Closes #52623) -- Jon Marler Thu, 15 Dec 1999 13:25:00 +0500 qmail (1.03-7) unstable; urgency=low * Fixed yet another bug in preinst. It's a little more carefull about moving files around. (Closes #45203) * Fixed bug in checkpassword that would only allow retrieval of files owned by users's primary group. (Closes #47424) Patch provided by russell@coker.com.au * Fixed bug in init.d/qmail script. Forgot to stop the pop-3 daemon. -- Jon Marler Thu, 14 Oct 1999 13:25:00 +0500 qmail (1.03-6) unstable; urgency=high * Fixed bug in preinst. (Closes #41211) * Added dependancy to perl5. Perl is used in the pre/post scripts. -- Jon Marler Tue, 13 Jul 1999 17:13:00 +0500 qmail (1.03-5) unstable; urgency=low * New ucspi-tcp broke the init.d/qmail script. Had to remove -S (closes: #40723, #40871, #40872) -- Jon Marler Tue, 6 Jul 1999 17:13:00 +0500 qmail (1.03-4) unstable; urgency=high * Fixed bug in debian/rules that on clean install, the control directory was not moved. (closes: #40381) * Now features "out-of-the-box" pop-3 support. Just un-comment a few lines in /etc/init.d/qmail (Courtesy of Varga Robert ) * Fixed bug where /var/lib/qmail/alias was not being created. (Thanks again Varga) -- Jon Marler Mon, 28 Jun 1999 17:13:00 +0500 qmail (1.03-3) unstable; urgency=high * Fixed bug in debian/rules that attempted to install into /usr/doc/qmail and /usr/doc/qmail/examples (closes: #39857, #39890) -- Jon Marler Mon, 21 Jun 1999 13:00:00 +0100 qmail (1.03-2) unstable; urgency=low * Changed dependency on gcc to gcc or egcc (closes: #22053) * Fixed minor typo in documentation regarding where alias was moved. * Got permission from Ivan Kohler to distribure mbox2maildir script which is not part of qmail (closes: #34375) * All documentation normally located in /var/qmail/doc has been moved to /usr/doc/qmail. A symlink from /var/qmail/doc to /usr/doc/qmail is in its place. (closes: #39372) -- Jon Marler Fri, 18 Jun 1999 12:33:00 +0100 qmail (1.03-1) unstable; urgency=low * New upstream release (closes: #30378) * New maintainer * Updated qmailconfig to show "/etc/qmail/control/me" instead of "control/me" (closes: #12311) * Moved /var/qmail/users to /etc/qmail, and /var/qmail/alias to /var/lib/qmail/alias (closes: #11862) * Added /usr/doc/examples/ip-up.d example ppp script (closes: #19131) Used example written by Dick Broadway * Checkpassword is now compiled and installed in /usr/bin (closes: #28394, #9760) * Modified /etc/init.d/qmail to add --user arguments to start-stop-deamon when starting and stopping qmail-send and tcpserver. (closes: #25600) Uses suggestions from Tommi Virtanen * Modified /etc/init.d/qmail to be a bash script (closes: #31994) * Applied patch to dns.c to allow e-mail to deliver correctly to systems where their DNS size is greater > 512. Fixes "CNAME Lookup Failure" error when delivering mail to aol.com -- Jon Marler Sat, 29 May 1999 12:33:00 +0100 qmail (1.02-1) unstable; urgency=low * New upstream release * fix ulimit problem in init.d script -- Philip Hands Thu, 7 May 1998 08:43:19 +0100 qmail (1.01-7) unstable; urgency=low * include INSTALL in docs. * update rules, to use a binary-src target for the -src package * check that the builder's machine has debian standard [ug]ids for qmail * fix default cleanup response in build-PACKAGE -- Philip Hands Tue, 7 Apr 1998 00:17:47 +0100 qmail (1.01-6) non-free; urgency=low * tidy up debian/rules (use binary-indep for binary independant bits :-) -- Philip Hands Thu, 19 Mar 1998 18:04:15 +0000 qmail (1.01-5) non-free; urgency=low * make sure it's in non-free. Don't know how, but I managed to change it to unstable without noticing :-( -- Philip Hands Tue, 24 Feb 1998 09:05:42 +0000 qmail (1.01-4) non-free; urgency=low * add newaliases (closes: #13759) * fix permissions on users/assign -- Philip Hands Fri, 13 Feb 1998 09:46:47 +0000 qmail (1.01-3) non-free; urgency=low * add /etc/hosts.allow lines so we can have stderr `twisted' to syslog * add a checkpassword, for use with qmail-popup * actually include qmail-procmail script (closes: #17767, #14315) * include eliminate-dups * add default /var/qmail/users/assign -- Philip Hands Wed, 4 Feb 1998 12:59:39 +0000 qmail (1.01-2) non-free; urgency=low * new maintainer * qmail-1.01.orig.tar.gz now really is pristine source ;-) * revert to unpatched source, and get dot-locking by use of procmail * add creation of qmail-src -- Philip Hands Fri, 31 Oct 1997 21:13:40 +0000 qmail (1.01-1) experimental; urgency=low * New upstream release. * Gave in and added /usr/lib/sendmail symlink (fixes bugs 10283 and 11347) * Compiled with libc6. * qmail-1.01.orig.tar.gz is now pristine source, thanks to dpkg 1.4.0.19 -- Christian Hudon Fri, 8 Aug 1997 22:22:24 -0400 qmail (1.00-2) experimental; urgency=low * Fixed error in sed expression of qmailconfig (Thanks to Philip Hands) * Made '/etc/init.d/qmail stop' output look prettier. -- Christian Hudon Sun, 13 Apr 1997 19:12:59 -0400 qmail (1.00-1) experimental; urgency=low * Initial release. -- Christian Hudon Wed, 26 Mar 1997 00:24:38 -0500