?? changes
字號:
19970802 doc: documented SMTP-related exit codes in qmail-queue.8.19970802 doc: documented qmail-queue exit codes in qmail-queue.8.19970802 code: revamped qmail-queue exit codes.19970802 doc: noted linking restrictions in qmail-queue.8.19970802 doc: rewrote INSTALL.mbox.19970802 doc: split INSTALL.maildir off of INSTALL.mbox.19970802 code: added /var/qmail/doc/ creation to qmail-hier.19970802 doc: added ezmlm note to FAQ.19970802 doc: replaced qlist blurbs with ezmlm blurbs in BLURB*.19970802 doc: added various notes to qmail-start.9.19970728 doc: eliminated RFC*.19970714 doc: added daemontools notes to FAQ.19970714 code: eliminated ESMTP parameter syntax checking.19970701 doc: changed ``forwarded'' to ``resent'' in qmail-header.5.19970629 code: reformatted constmap.c.19970628 code: changed straynewline() message in qmail-smtpd.c to point to http://pobox.com/~djb/smtplf.html. tnx RDM.19970609 doc: added preline to vacation example in dot-qmail.9. tnx C2S.19970421 code: cleaned up slurpclose to handle interrupts.19970421 code: set qmail-popup to mode 711. tnx MD.19970421 doc: fixed qmail-local -n example in dot-qmail.9.19970415 version: qmail 1.01.19970414 doc: tightened up qmail-upgrade.7.19970414 code: rewrote rewrite().19970414 code: implemented recipientmap. suggested by RDM.19970414 doc: auto-configured qmail home directory in qmail-control.5, qmail-newu.8, qmail-pw2u.8, qmail-start.8, qmail-users.5.19970414 port: Solaris needs socket libs for gethostname. impact: can't compile under Solaris. fix: use socket.lib for qmail-local.19970412 code: introduced stralloc_starts.19970412 code: introduced str_equal.19970412 code: introduced str_start.19970412 code: introduced byte_equal.19970412 code: made an optional aliasempty arg for qmail-start.19970412 code: made an aliasempty arg for qmail-lspawn.19970412 code: changed ALIAS_EMPTY to an arg for qmail-local.19970412 port: UnixWare returns >0 for SIOCGIFCONF. impact: ipme fails under UnixWare. fix: check for >=0, not =0. tnx JD.19970412 port: DGUX does not have ranlib. impact: can't compile under DGUX. fix: added dgux line to make-makelib. tnx HWM.19970412 code: changed maildir library to skip any filename beginning with dot. tnx SP.19970412 doc: added FAQ entry about aliases with dots.19970412 doc: clarified in qmail-inject.8 that default envelope sender is the same as _default_ From address.19970411 code: renamed qmail-makectl as qmail-config.19970411 code: renamed qmail-alias as qmail-local.19970411 code: switched from signal library to sig library.19970411 code: switched from qqtalk library to qmail library.19970411 code: switched from getline library to getln library.19970411 code: massive library cleanups.19970411 code: revamped autoconfiguration system.19970411 code: revamped configuration interface.19970411 code: eliminated qmail-home.19970411 code: eliminated tokenize.19970220 qmail 1.00.19970219 change: various documentation tweaks.19970218 change: updated THOUGHTS.19970218 change: talked about SPAWN_NUMD in FAQ. tnx EC.19970210 change: noted in maildir.5 that readers should skip any name starting with a dot. tnx SP.19970209 change: added note to splogger.8 about reliability. tnx BT.19970209 change: added section to FAQ on slow sendmail switch. tnx BT.19970206 change: added section to FAQ about dtcm. tnx PJG.19970206 change: tweaked maildir.5.19970201 change: added MH spost note to FAQ. tnx TU.19970131 change: reorganized FAQ.19970131 change: added web references to FAQ.19970124 change: tweaked qmail-upgrade man page.19970120 qmail 0.96, gamma.19970120 change: removed various try* in auto-configuration.19970120 bug: qmail-inject fails to quote argument addresses. impact: addresses containing special characters could be misinterpreted or rejected. tnx C2F. fix: use quote2().19970120 portability problem: ESIX puts syslog() and openlog() into -lgen. impact: can't compile under ESIX. fix: put -lgen into LIBS for unix_sv. tnx RN.19961221 qmail 0.95, gamma.19961218 change: added various try* to TARGETS. tnx SA.19961216 change: clarified in qmail-send.8 that virtualdomains does not apply to domains listed in locals.19961216 change: slurpclose() now closes fd on out-of-memory. makes it more widely applicable.19961215 change: replaced elm instructions in INSTALL.mbox with an explanation of what source change to make. tnx AB.19961212 portability problem: under NEWS-OS, time_t needs sys/types.h. impact: couldn't compile under NEWS-OS. fix: include sys/types.h in predate.c. tnx TU.19961211 change: used timeoutread, timeoutwrite in remoteinfo(). tnx REB.19961210 portability problem: apparently some SGIs produce a systype of irix64. impact: couldn't compile on those systems. fix: handle irix64 in make-cmds. tnx M3S.19961208 change: added note to maildir2mbox.1 about mbox locking.19961208 qmail 0.94, gamma.19961207 change: added QMAILDEFAULTDOMAIN, QMAILDEFAULTHOST, QMAILIDHOST, QMAILPLUSDOMAIN. tnx BTW.19961206 cleanup: readsubdir() protects itself against name overflow, rather than depending on caller.19961204 change: changed FAQ 7.3 to prohibit fixup relaying.19961203 change: added note to FAQ about possibly having to put a space before "$SENDER" for uux. tnx FW.19961202 change: added FAQ entry on QUEUE_EXTRA.19961202 change: added FAQ entry on backups. tnx DP.19961202 change: added note to INSTALL.mbox about qpopper. tnx VV.19961201 change: replaced logger with splogger in FAQ 5.1. tnx FPL.19961201 change: used netmask example for tcpcontrol in FAQ. tnx FPL.19961201 change: added note to README about the mailing list. tnx FPL.19961201 change: documented rcpthosts wildcards. tnx RN.19961201 change: added note to FAQ about making mailx use datemail.19961201 change: added datemail. function requested by several people; approach suggested by TG.19961201 change: added predate.19961129 change: added QUEUE_EXTRA, QUEUE_EXTRALEN.19961129 change: qmail-remote bounces messages with partial final lines.19961129 change: added atomcheck() to quote crappy atoms.19961129 change: revised atomok() to let atoms deal with more crap.19961127 change: qmail-send adds note to deferral if flagdying. tnx TG.19961127 change: split off maildirbounce, maildir2qmtp, and maildir2smtp into a separate serialmail package.19961126 change: eliminated beta success reports from README.19961124 change: forced res_query() return value to fit inside incoming buffer size. allegedly there are buggy versions of res_query() that don't guarantee this.19961122 qmail 0.93, gamma.19961122 change: allowed empty arg list in forward.19961121 change: qmail-smtpd now uses unknown (like qmail-qmtpd) rather than dying if environment variables are not set.19961121 cleanup: reorganized helo handling in qmail-smtpd.c.19961121 cleanup: eliminated newfield_rec.19961121 cleanup: introduced DATE822FMT. used it in received.c.19961121 cleanup: introduced received.c. used it in qmail-qmtpd.c, qmail-smtpd.c.19961121 change: qmail-smtpd now generates a new timestamp for each message. tnx PJG.19961121 cleanup: used stralloc in newfield.19961121 cleanup: eliminated newfield_cc.19961121 change: eliminated hfield_mort().19961119 change: added 2-minute damper on tcpto.19961118 change: wrote defaults for readfile controls in showctl.19961117 change: control_readfile() now allows comments and blank lines. tnx LW.19961117 change: qmail-start sets logger gid to GID_NOFILES.19961117 bug: ipme_init() uses a fixed-length buffer for SIOCGIFCONF. impact: qmail-smtpd and qmail-remote will die if there are too many local IP addresses. tnx MD. fix: ipme_init() now dynamically allocates space, up to 200000 bytes, as long as SIOCGIFCONF keeps failing. note that this is a very widespread bug; it's in amd, exim, mrouted, named, nntpd, rarpd, sendmail, tcpdump, timed, xntpd, and probably dozens more programs.19961117 portability problem: on BSD 4.4 and various other systems, SIOCGIFCONF will truncate long lists and return success. impact: on those systems, qmail-smtpd and qmail-remote will miss some local IP addresses if there are too many. fix: ipme_init() now checks whether there is enough space left in the buffer for another ifreq, plus 64 bytes JIC. yuck.19961117 change: ipmeprint now flushes only at end.19961117 cleanup: introduced subfdinsmall. used it in qmail-clean.c, qmail-qmtpd.c.19961117 cleanup: introduced subfdoutsmall. used it in hostname.c, printbreak.c, printnumd.c, printsplit.c, qmail-alias.c, qmail-clean.c, qmail-getpw.c, qmail-qmtpd.c, maildir2smtp.c, maildir2qmtp.c.19961117 change: moved subfderr buf up to 256 characters.19961117 change: added maildirbounce. tnx MD, TG.19961116 change: maildir2smtp and maildir2qmtp now print filenames for permanent bounces. tnx MD.19961116 change: in SECURITY, ``eleven most recent sendmail security holes, five'' -> ``twelve most recent sendmail security holes, six.''19961116 change: rewrote qmail-showctl more professionally.19961115 change: added several tests to find-systype.sh. this will affect many systypes.19961115 change: qmail-alias now treats most exit codes as soft errors.19961115 change: revamped exit codes everywhere for 0, 100, 111.19961114 change: added splogger.19961114 portability problem: Sun's cc recognizes sqrt() as a builtin, even if math.h is not included and sqrt is defined statically. yuck. impact: when qmail is compiled with Sun's cc, next-retry times are all screwed up. tnx PJG. fix: my sqrt() is now called squareroot().19961114 change: dns_ip() now recognizes [1.2.3.4]. tnx DS.19961112 change: enabled x option in sendmail. tnx DS.19961111 change: added SIGHUP handling to qmail-send. suggested by many people.19961111 bug: control routines returned incorrect codes for some out-of-memory conditions. impact: none; conditions cannot happen with sane control files. fix: return -1.19961111 change: added SIGALRM handling to qmail-send. suggested by many people.19961111 change: eliminated flagnobreak (-b/-B) from qmail-pw2u.19961111 change: qmail-getpw now allows hyphens inside usernames.19961111 change: added users/append to qmail-pw2u. tnx G2A.19961111 change: added badmailfrom to qmail-smtpd. requested by several people.19961110 change: replaced elm instructions in INSTALL.mbox with a simple note to set incomingfolders in elm.rc. tnx AB.19961110 change: replaced ``owner hack'' with ``variable envelope return paths'' throughout the documentation. tnx DS.19961110 change: qmail-setup installs man pages as well as cat pages.19961110 change: renamed qmail-newuser as qmail-newu. tnx G2A.19961110 change: renamed qmail-pw2user as qmail-pw2u. tnx G2A.19961105 change: set path in INSTALL.boot. tnx TJH.19961105 change: noted in qmail-smtpd.8 that addresses without @ are always allowed through.19961105 change: indicated at various spots in FAQ that rcpthosts has to be updated. suggested by various people.19961105 change: indicated at various spots in FAQ that qmail has to be restarted. suggested by various people.19961029 change: fixed typo in maildir2qmtp.1. tnx BG.19961026 qmail 0.92, gamma.19961026 bug: qmail-getpw did not 0-terminate usernames. tnx CF. impact: qmail-getpw would crash on some systems, deferring local deliveries. fix: 0-terminate.19961025 cleanup: renamed auto-hassgprm.h to hassgprm.h.19961025 cleanup: renamed auto-hassgact.h to hassgact.h.19961024 change: replaced qmail-alias.0 with dot-qmail.0 in INSTALL.alias. tnx MW.19961022 change: switched uids as early as possible in qmail-start.c.19961022 change: in SECURITY, ``ten most recent sendmail security holes, five'' -> ``eleven most recent sendmail security holes, five.''19961022 change: quote_need() now treats non-ASCII characters the same way as control characters.19961022 change: added version and home page to qmail.7.19961022 cleanup: introduced slurpclose.c. used it in qmail-alias.c, qmail-lspawn.c.19961021 portability problem: AT&T NCR boxes need stdio.h before arpa/nameser.h. impact: dns.c would not compile. fix: include stdio.h. tnx HS.19961021 change: added AIX section to INSTALL.ids. tnx SSB.19961021 change: added qmail-pw2user.19961020 change: added qmail-pw2user.8.19961020 change: qmail-alias now dies soft on EACCES/EPERM for .qmail.19961020 change: eliminated root comments from INSTALL.qsmhook.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -