1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242
|
qmail-run (2.0.2+nmu1) unstable; urgency=medium
* Non-maintainer upload with maintainer approval.
* Move /usr/share/doc/qmail-run/examples/aliases to
/usr/share/qmail-run/default/aliases as it is used in the postinst.
(Closes: #775052)
-- Andreas Beckmann <anbe@debian.org> Mon, 23 Feb 2015 23:52:51 +0100
qmail-run (2.0.2) unstable; urgency=low
* Makefile: no longer install the (dummy) newaliases program.
* newaliases: remove; obsolete.
* debian/control: Depends: fastforward (>= 1:0.51-3) instead of
Recommends:.
* debian/qmail-run.postinst: run newaliases unconditionally.
* debian/rules: install symlink /usr/sbin/newaliases->qmail-newaliases.
* debian/control: Conflicts: lsb-core.
* aliases: add abuse.
* log-qmail-verify, run-qmail-verify: new; qmail-verify service
directory.
* Makefile: install the qmail-verify service directory.
* qmailctl: additionally handle the qmail-verify service.
* tcp.smtp: add :allow,VERIFY="DEFER".
* debian/qmail-run.postinst: add qmail-verify service to system-wide
service supervision.
* debian/control: Depends: qmail (>= 1.06-2.1) (1st version with
qmail-verify functionality.
* debian/qmail-run.conffiles: add /etc/qmail/qmail-verify/run,
/etc/qmail/qmail-verify/log/run.
* debian/qmail-run.postrm: remove qmail-verify service.
* debian/README.lwq: talk about qmail-verify patch applied to the
qmail package; typos.
* debian/qmail-run.README.Debian: talk about fastforward's newaliases
program and symlink; typos.
* debian/control: typo.
* debian/rules: install symlink /usr/share/man/man1/newaliases.1.gz->
qmail-newaliases.1.gz.
-- Gerrit Pape <pape@smarden.org> Tue, 09 Mar 2010 00:25:27 +0000
qmail-run (2.0.1) unstable; urgency=low
* run-qmail-smtpd: change softlimit -m from 3000000 to 7000000 (amd64
requires that much, thx Joost van Baal).
* Makefile: no longer install newaliases into /usr/sbin/.
* newaliases: remove; obsolete.
* debian/control: Recommends: fastforward; Suggests: dot-forward.
* aliases, debian/qmail-run.examples: new; restored from version
1.1.0.
* debian/qmail-run.postinst: create /etc/aliases; run newaliases if
it exists and is executable.
* debian/control: Standards-Version: 3.8.0.1.
-- Gerrit Pape <pape@smarden.org> Wed, 27 Aug 2008 20:39:00 +0000
qmail-run (2.0.0) unstable; urgency=low
* Makefile, qmail-rc, run-qmail-send, run-qmail-smtpd, tcprules-smtp,
debian/rules, debian/qmail-run.conffiles: adapt paths.
* defaultdelivery: no longer utilize dot-forward.
* debian/implicit: update to revision a09db2e.
* debian/control: Depends: qmail (>> 1.06), daemontools (>> 1:0.76),
ucspi-tcp (>> 1:0.88), runit (>> 1.8.0-2) | daemontools-run (>>
1:0.76); Standards-Version: 3.7.3.0; no longer Replaces: qmail (<<
1.03-woody0); update long description.
* debian/copyright: 2008.
* debian/init: rename to ./qmailctl, adapt paths.
* Makefile: install qmailctl into /usr/bin/.
* debian/rules, debian/qmail-run.conffiles: no longer install
debian/init as /etc/init.d/qmail.
* log-qmail-send, log-qmail-smtpd, run-qmail-smtpd: update according
to LWQ 2.8.2.2; adapt paths.
* debian/rules: install /var/lib/qmail/supervise/, and populate with
symlinks to /etc/qmail/qmail-send and /etc/qmail/qmail-smtpd.
* tcprules-smtp, man/tcprules-smtp.8: remove; drop in favor of
'qmailctl cdb'.
* Makefile, debian/rules: no longer install tcprules-smtp,
tcprules-smtp.8.
* debian/qmail-run.postinst, debian/qmail-run.postrm: no longer run
'update-rc.d qmail'.
* Makefile, debian/qmail-run.conffiles: install defaultdelivery file
into /etc/qmail/.
* Makefile: install qmail-rc as /var/lib/qmail/rc.
* debian/qmail-run.postinst: no longer create /etc/aliases; don't run
newaliases.
* aliases, debian/qmail-run.examples: remove; obsolete.
* debian/qmail-run.preinst: new; upgrading qmail-run from unofficial
package is not yet supported.
* debian/qmail-run.postinst, debian/qmail-run.postrm: update paths;
use the update-service program to add and remove the qmail-send and
qmail-smtpd services.
* debian/qmail-run.postinst: create ~alias/.qmail-* files for root,
postmaster, mailer-daemon, abuse, if they don't exist.
* newaliases: new; dummy: qmail on Debian by default doesn't support
the /etc/aliases database.
* Makefile: install newaliases into /usr/sbin/.
* debian/control: Replaces: fastforward (<= 0.51-zarge1).
* debian/qmail-run.README.Debian, debian/README.lwq: adapt.
* upload to Debian/main.
-- Gerrit Pape <pape@smarden.org> Thu, 24 Apr 2008 19:00:36 +0000
qmail-run (1.1.0) sarge; urgency=low
* debian/README.Debian: rename to debian/qmail-run.README.Debian; add note
about doublebounces should be delivered to a local mailbox (thx Joost van
Baal).
* debian/control: no longer Build-Depends: dephelper; remove
Standards-Version.
* debian/rules: stop using debhelper, use implicit rules.
* debian/implicit: new; implicit Makefile rules.
* debian/preinst: rename to debian/qmail-run.preinst; cleanup; no longer
use debhelper.
* debian/postinst: rename to debian/qmail-run.postinst; cleanup; no longer
use debhelper; check for hostname -f returning a hostname containing a
dot.
* debian/docs, debian/examples: rename to debian/qmail-run.*.
* debian/conffiles: rename to debian/qmail-run.conffiles; add
/etc/init.d/qmail.
* debian/dirs, debian/links: remove; obsolete.
* Makefile: minor; no longer chmod +t service directories.
* debian/copyright: change license from GPL to 3-clause BSD.
* man/tcprules-smtp.8: typo.
-- Gerrit Pape <pape@smarden.org> Fri, 16 Apr 2004 09:13:38 +0000
qmail-run (1.0.0) woody; urgency=low
* bump version for release.
-- Gerrit Pape <pape@smarden.org> Tue, 9 Jul 2002 11:05:21 +0200
qmail-run (0.3.1) woody; urgency=low
* debian/postinst: removed extra code for upgrade from versions << 0.2.0
(nearly one year ago, potato has >= 0.2.0).
-- Gerrit Pape <pape@smarden.org> Mon, 8 Apr 2002 14:53:54 +0200
qmail-run (0.3.0) woody; urgency=low
* init: correct description on qmailctl cdb: '/etc/qmail/tcp.smtp'
* debian/control: Architecture: all; Depends: daemontools (>> 0.76-woody0).
* debian/postinst: avoid absolute paths; use 'qmailctl cdb'.
* doc: README.Debian, README.upgrade: splogger is used by default qmail-rc.
-- Gerrit Pape <pape@smarden.org> Sun, 17 Mar 2002 17:38:31 +0100
qmail-run (0.2.7) woody; urgency=low
* tcprules-smtp: chmod 644 tcp.smtp.cdb.
* doc: README.lwq: splogger is used by default qmail-rc.
-- Gerrit Pape <pape@smarden.org> Thu, 8 Nov 2001 10:30:56 +0100
qmail-run (0.2.6) woody; urgency=low
* woody package; new Standards-Version: 3.5.2.
* control: replaces qmail (<< 1.03-woody0).
* /usr/sbin/mailq -> qmail-sendmail added.
* use mktemp in tcprules-smtp.
* qmailctl script from http://lifewithqmail.org (2.8.2.1.) added to
path and init scripts.
* use lwq's concurrencyincoming file.
* lwq's qmail-rc, defaultdelivery included as examples.
* doc: README.lwq added.
-- Gerrit Pape <pape@smarden.org> Fri, 26 Oct 2001 18:34:18 +0200
qmail-run (0.2.0) stable; urgency=low
* links /var/service/qmail-* are no longer in this package's file list but
created by postinst after the deb is fully unpacked.
* service directory qmail-start changed to qmail-send, using multilog(8)
instead of syslog, notify to root is mailed on upgrade from version
0.[01].x, see README.upgrade.
* service qmail-smtpd uses multilog instead of syslog.
* tcprules-stmp added, see man page tcprules-smtp(8) for description.
-- Gerrit Pape <pape@innominate.com> Mon, 23 Apr 2001 22:04:40 +0200
qmail-run (0.1.1) stable; urgency=low
* postrm added, supervise processes will stop and exit on remove or purge.
-- Gerrit Pape <pape@innominate.com> Fri, 16 Mar 2001 11:25:54 +0100
qmail-run (0.1.0) stable; urgency=low
* depends on procmail.
-- Gerrit Pape <pape@innominate.com> Thu, 1 Feb 2001 09:30:16 +0100
qmail-run (0.0.7) unstable; urgency=low
* cleanup.
-- Gerrit Pape <pape@innominate.com> Mon, 18 Dec 2000 16:07:50 +0100
qmail-run (0.0.6) unstable; urgency=low
* depends on daemontools-run.
-- Gerrit Pape <pape@innominate.de> Mon, 14 Aug 2000 18:06:09 +0200
qmail-run (0.0.5) unstable; urgency=low
* call tcprules for /etc/qmail/tcp.smtp in postconfig.
-- Gerrit Pape <pape@innominate.de> Wed, 19 Jul 2000 09:39:56 +0200
qmail-run (0.0.4) unstable; urgency=low
* description in control-file added.
-- Gerrit Pape <pape@innominate.de> Mon, 19 Jun 2000 14:29:02 +0200
qmail-run (0.0.3) unstable; urgency=low
* now using /var/service directory, svscan is started by package
daemontools.
-- Gerrit Pape <pape@innominate.de> Mon, 15 May 2000 11:22:08 +0200
qmail-run (0.0.2) unstable; urgency=low
* handling of /etc/mailname added, default content is the output of
hostname -f.
* /var/qmail/control/defaulthost is created from /etc/mailname.
-- Gerrit Pape <pape@innominate.de> Tue, 2 May 2000 09:11:11 +0200
qmail-run (0.0.1) unstable; urgency=low
* Initial Release.
-- Gerrit Pape <pape@innominate.de> Mon, 1 May 2000 15:15:00 +0200
Local variables:
mode: debian-changelog
End:
|