| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-08-22 | Document the canonicalize_envelope_recipient variable. | kim | |
| 2003-08-22 | The functional part of the var_canon_env_rcpt patch had been | kim | |
| inadvertently left out during an update. | |||
| 2003-03-08 | resolve conflicts | perry | |
| 2003-03-08 | import postfix 2.0.6 | perry | |
| 2002-12-24 | resolve conflicts | perry | |
| 2002-12-24 | resolve conflicts | perry | |
| 2002-12-24 | import postfix 2.0.0.1 | perry | |
| 2002-11-26 | sync w/ 1.1.12. | itojun | |
| 2002-11-26 | postfix 1.1.12 | itojun | |
| 2002-07-17 | parse T_AAAA responses. patch sent to wietse. | itojun | |
| 2002-06-26 | accept 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-08 | sync w/ 1.1.11 | itojun | |
| 2002-06-08 | postfix 1.1.11 | itojun | |
| check following for list of changes: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-1.1.11.RELEASE_NOTES | |||
| 2002-06-08 | postfix 1.1.11 | itojun | |
| check following for list of changes: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-1.1.11.RELEASE_NOTES | |||
| 2002-06-01 | Provide 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-12 | PR/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-03 | LP64 tweak | ross | |
| 2002-02-03 | resolve conflicts | perry | |
| 2002-02-03 | Postfix 1.1.3 | perry | |
| 2002-02-02 | resolve conflicts | perry | |
| 2002-02-02 | not part of release 1.1.2 | perry | |
| 2002-02-02 | Postfix 1.1.2 | perry | |
| (Postfix releases are now numbered -- 1.1.2 means 1.1, patchlevel 2.) Lots of new features, same great security. | |||
| 2001-11-20 | sync with 20010228-pl08 | itojun | |
| 2001-11-20 | postfix-20010228-pl08 | itojun | |
| 2001-11-20 | cleanup leftover of IPv6 patch | itojun | |
| 2001-11-15 | Apply 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-11 | backout IPv6 patch to postfix. IPv6 support for "mynetworks" check was | itojun | |
| 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-09 | compare IPv6 address correctly, for net_interfaces directive. | itojun | |
| KAME PR 382. | |||
| 2001-08-09 | sync wth 20010228-pl04. | itojun | |
| 2001-08-09 | postfix 20010228-pl04 | itojun | |
| 2001-06-07 | sync with 20010228-pl03. | itojun | |
| 2001-06-07 | postfix 20010228-pl03 | itojun | |
| 2001-06-07 | fix port number in master_listen(). hotta@kddlabs.co.jp | itojun | |
| 2001-05-14 | handle EAI_SYSTEM. part of jumbo patch on PR 12876 | itojun | |
| 2001-05-14 | do not check sizeof(hbuf). part of PR 12876 | itojun | |
| 2001-05-09 | update INET6 case as well | itojun | |
| 2001-05-09 | non-INET6 case fix - remove length limitation on FQDN hostname got from | itojun | |
| reverse lookup. PR 12876 | |||
| 2001-05-09 | correct checks against getnameinfo result code. PR 12876. | itojun | |
| 2001-05-08 | sync with 20010228 pl02. | itojun | |
| 2001-05-08 | postfix 20010228-pl02 | itojun | |
| 2001-04-24 | avoid SEGV on reconfig. | itojun | |
| 2001-04-08 | use RBL only for IPv4 addrs. | itojun | |
| 2001-04-03 | cleanup includes | itojun | |
| 2001-04-03 | fix bug in original postfix regarding to "host:port" syntax in master.cf. | itojun | |
| 2001-04-03 | resolve conflicts on upgrade to pl1. | itojun | |
| sorry, forgot to commit it last night! | |||
| 2001-04-02 | postfix 20010228-pl01 | itojun | |
| 2001-03-26 | Need <string.h> to this builds w/ IPv6 support on the Alpha. | thorpej | |
| 2001-03-23 | do not bind(2) if source address specified is loopback | itojun | |
| (recover IPv4-only postfix behavior). sync with kame | |||
| 2001-03-18 | use 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-16 | fix 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) | |||
