summaryrefslogtreecommitdiff
path: root/gnu/dist/postfix/src
AgeCommit message (Collapse)Author
2003-08-22Document the canonicalize_envelope_recipient variable.kim
2003-08-22The functional part of the var_canon_env_rcpt patch had beenkim
inadvertently left out during an update.
2003-03-08resolve conflictsperry
2003-03-08import postfix 2.0.6perry
2002-12-24resolve conflictsperry
2002-12-24resolve conflictsperry
2002-12-24import postfix 2.0.0.1perry
2002-11-26sync w/ 1.1.12.itojun
2002-11-26postfix 1.1.12itojun
2002-07-17parse T_AAAA responses. patch sent to wietse.itojun
2002-06-26accept domains with AAAA record only.itojun
(when emails get relayed from IPv6-only machines via IPv4/v6 node, we will see this symptom)
2002-06-08sync w/ 1.1.11itojun
2002-06-08postfix 1.1.11itojun
check following for list of changes: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-1.1.11.RELEASE_NOTES
2002-06-08postfix 1.1.11itojun
check following for list of changes: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-1.1.11.RELEASE_NOTES
2002-06-01Provide a switch to turn off envelope recipient canonicalization.kim
Canonicalizing the recipient is usually undesirable for sites that have local delivery distributed over multiple machines.
2002-04-12PR/16034: Kimmo Suominen: change the compiled setgid_group default to maildrop.christos
XXX: I don't like this. I think we should revert everything to postdrop to match other systems.
2002-02-03LP64 tweakross
2002-02-03resolve conflictsperry
2002-02-03Postfix 1.1.3perry
2002-02-02resolve conflictsperry
2002-02-02not part of release 1.1.2perry
2002-02-02Postfix 1.1.2perry
(Postfix releases are now numbered -- 1.1.2 means 1.1, patchlevel 2.) Lots of new features, same great security.
2001-11-20sync with 20010228-pl08itojun
2001-11-20postfix-20010228-pl08itojun
2001-11-20cleanup leftover of IPv6 patchitojun
2001-11-15Apply fix from Wietse:christos
The Postfix SMTP server maintains a record of SMTP conversations for debugging purposes. Depending on local configuration details this record is mailed to the postmaster whenever an SMTP session terminates with errors. During code maintenance, a stupid error was introduced into the code due to which the SMTP session log could grow to an unreasonable size. This stupid error made Postfix vulnerable to a memory exhaustion attack.
2001-11-11backout IPv6 patch to postfix. IPv6 support for "mynetworks" check wasitojun
left unimplemented, and postfix daemon could become an open relay for IPv6 connectivity. it seems that we need to torture-test IPv6 patch outside of the tree more. From moley@wide.ad.jp
2001-09-09compare IPv6 address correctly, for net_interfaces directive.itojun
KAME PR 382.
2001-08-09sync wth 20010228-pl04.itojun
2001-08-09postfix 20010228-pl04itojun
2001-06-07sync with 20010228-pl03.itojun
2001-06-07postfix 20010228-pl03itojun
2001-06-07fix port number in master_listen(). hotta@kddlabs.co.jpitojun
2001-05-14handle EAI_SYSTEM. part of jumbo patch on PR 12876itojun
2001-05-14do not check sizeof(hbuf). part of PR 12876itojun
2001-05-09update INET6 case as wellitojun
2001-05-09non-INET6 case fix - remove length limitation on FQDN hostname got fromitojun
reverse lookup. PR 12876
2001-05-09correct checks against getnameinfo result code. PR 12876.itojun
2001-05-08sync with 20010228 pl02.itojun
2001-05-08postfix 20010228-pl02itojun
2001-04-24avoid SEGV on reconfig.itojun
2001-04-08use RBL only for IPv4 addrs.itojun
2001-04-03cleanup includesitojun
2001-04-03fix bug in original postfix regarding to "host:port" syntax in master.cf.itojun
2001-04-03resolve conflicts on upgrade to pl1.itojun
sorry, forgot to commit it last night!
2001-04-02postfix 20010228-pl01itojun
2001-03-26Need <string.h> to this builds w/ IPv6 support on the Alpha.thorpej
2001-03-23do not bind(2) if source address specified is loopbackitojun
(recover IPv4-only postfix behavior). sync with kame
2001-03-18use the same address family when querying destination address and local address.itojun
XXX if local address is specified in specific address family (like IPv4 numeric addr) it will not be honored when we connect to different address family (like IPv6 destination). there's no good way to circumvent this.
2001-03-16fix sprious \ in mail header.itojun
Message-Id: <20010313174719.35692BC070@spike.porcupine.org> Subject: PATCH (spurious \ in mail header) From: wietse@porcupine.org (Wietse Venema) To: Postfix users <postfix-users@postfix.org> Date: Tue, 13 Mar 2001 12:47:19 -0500 (EST)