Commit Graph

37 Commits

Author SHA1 Message Date
espie
f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
jakob
4bb3945355 Update to Postfix 19991231 Patchlevel 08. Info from the author:
This patch provides an emergency band-aid for the next wave of
MicroSoft email worms, fixes one bug, and makes external content
filtering a bit more robust.

  - Feature: specify "body_checks = regexp:/etc/postfix/body_checks"
    for an emergency content filter that looks at non-header lines
    one line at a time (including MIME headers inside the message
    body).  This feature uses the same syntax as the header_checks
    patterns.  Details in conf/sample-filter.cf.

    This feature is also available in Postfix snapshot 20000528.

  - Bugfix: the masquerade_exceptions feature was case sensitive.

  - Robustness: upon receipt of mail, Postfix maps MAILER-DAEMON@myorigin
    sender address back into the magic null string, which prevents
    mail from looping after processing by an external content filter.
2000-05-29 06:31:18 +00:00
jakob
e16323042f Update to Postfix 19991231 patchlevel 07.
- RFC 822 requires the presence of at least one destination
    message header. Postfix now generates a generic "To:
    undisclosed-recipients:;" message header when no destination
    header is present.  The header content is specified with the
    new undisclosed_recipients_header parameter.

  - Postfix now understands <(comment)> as SMTP MAIL FROM address,
    because some broken software needs it. Postfix rejects such
    illegal address forms with "strict_rfc821_envelopes = yes".

  - Configuration parameters for one mysql dictionary would become
    default settings for the next one. This patch was merged into
    the development Postfix version a while back but apparently
    that version was on a dead branch.  Update by Scott Cotton.

  - Some Postfix delivery agents would abort on addresses of the
    form `stuff@.' which could unfortunately be generated locally.

  - With local delivery, Postfix could insert > or . into the middle
    of very long lines.

  - SMTP sessions could time out when the remote client attempted
    to deliver to a large number of rejected recipients.  The SMTP
    server now flushes unwritten output in-between tarpit delays,
    to avoid protocol timeouts in pipelined SMTP sessions.

  - Postfix would incorrectly reject domain names with adjacent `-'
    characters.
2000-05-16 16:58:19 +00:00
jakob
d7dc373e8f update to postfix-19991231-pl06
clean up makefile and fake installation
2000-03-30 19:06:40 +00:00
jakob
8e1eeed637 update to version 19991231 patch 05. 2000-03-09 20:50:29 +00:00
turan
ec4d970c67 mark unbroken until the installing in /etc issue is resolved. 2000-03-06 06:03:45 +00:00
jakob
4f1ee69591 fix license info 2000-03-05 23:00:29 +00:00
turan
92c944cb04 broken, installs files automatically in /etc 2000-03-03 11:54:44 +00:00
brad
d2db3d6d76 - cleanup
- make use of MAKE_FLAGS so this port respects CC and CFLAGS
2000-02-17 06:28:59 +00:00
jakob
b2b1d23d43 19991231-pl04 2000-01-30 20:01:46 +00:00
jakob
855668895e Update to version 19991231-pl04. This fix is urgent.
-- Info from Wietse --
Patch 04 fixes one old problem that never happened, and fixes two
new problems introduced with patch 03, one of which urgent.  The
problems were found as I was reorganizing the cleanup daemon code.

The too long header fix in patch 03 loses mail when a header is
found too long, and when that mail is't posted with "sendmail -t".

Actually the mail is not lost. The queue file stays in the incoming
queue, as a file with mode -rw-------.

In order to have such mail delivered, chdir into the directory
/var/spool/postfix/incoming, and look for mode -rw------- queue
files that are older than a few minutes (ls -lt|more) and chmod +x
those old mode -rw------- queue files.

DO NOT CHMOD +X ALL INCOMING QUEUE FILES because that causes Postfix
to discard messages that are still being received.
2000-01-30 20:01:27 +00:00
jakob
77fb9590fb postfix-19991231-pl03 2000-01-29 16:10:33 +00:00
jakob
471622ff47 Update to version 19991231-pl03. Info from Wietse below:
Postfix version 19991231 patchlevel 03 fixes low-priority defects
and provides workarounds for unusual conditions.

- Workaround to prevent one site with a huge backlog from blocking
  all other deliveries. This is controlled by a new configuration
  parameter qmgr_site_hog_factor (default:  90 percent) that limits
  how much in-memory queue manager resources a site can claim.

- Workarounds for the most likely problems that will happen when
  running the Postfix queue on top of NFS.

- The SMTP server did not look in the relocated table and would
  report "User unknown" rather than letting the mail bounce the
  way it is supposed to be.

- When requested to extract recipients from message headers, Postfix
  now insists that no message header exceeds the header size limit.
  This prevents Postfix from inadvertently disclosing Bcc: addresses.
2000-01-29 16:07:55 +00:00
jakob
8b13d1bb41 postfix-19991231-pl02; fix case sensitivity bug in anti-relaying code 2000-01-04 14:53:42 +00:00
jakob
8baec45005 postfix-19991231-pl01 2000-01-03 14:33:49 +00:00
jakob
8e7e275f88 MAINTAINER changed to <jakob@openbsd.org>. OK dugsong@ 2000-01-03 07:37:39 +00:00
jakob
fa86cc645b postfix-19991231 2000-01-02 12:20:03 +00:00
jakob
0fafec5142 Update to postfix-19991231. Please read RELEASE_NOTES if upgrading
from a previous version for information about incompatible changes.
2000-01-02 12:19:37 +00:00
jakob
701e197ed6 Update to postfix-19990906-pl09. File missed by CVS. 1999-12-12 19:01:53 +00:00
jakob
8efb75e9c4 Update to postfix-19990906-pl09. Information from the author:
This patch resolves several really old defects that were resolved
or discovered in the last couple weeks.

  - Address rewriting would panic on a lone \ at the end of a line
    where an address was expected. Reported by Jason Hoos.

  - The local delivery agent would deliver to the user instead of
    the .forward file when the .forward file was already visited
    via some non-recursive path. Patch by Patrik Rak.
                                                                                  - Postfix now attempts to deliver all addresses in the expansion
    of an alias or .forward file, even when some addresses must be
    deferred. Problem reported by Andrew McNamara and others.
1999-12-12 19:00:32 +00:00
jakob
c7b00f0b0a Added OpenBSD tags 1999-12-05 15:01:28 +00:00
jakob
e9acc4ec57 Update to 19990906 Patch 08 - CVS forgot this one... 1999-12-05 15:01:04 +00:00
jakob
9e34347d3b Update to 19990906 Patch 08; minor bugfixes. 1999-12-05 15:00:00 +00:00
jakob
254405c830 Now non-interactive.
Better instructions for install/deinstall.
Cleanup.
ok espie@.

(file missed by CVS in previous commit)
1999-10-07 20:59:15 +00:00
jakob
96685d819f Now non-interactive.
Better instructions for install/deinstall.
Cleanup.
ok espie@.
1999-10-07 20:58:03 +00:00
jakob
802fe2783a update to postfix-19990906-pl05 1999-09-26 20:35:59 +00:00
jakob
851e72c202 updated to postfix-19990906-pl05
enable use of mailwrapper
1999-09-26 20:35:11 +00:00
dugsong
e8579dcbe8 update to version 19990601 1999-06-13 16:15:57 +00:00
espie
7856893b06 Lots of crisper comments... 1999-04-20 16:07:56 +00:00
marc
554bf4c552 note that a newer version of the code is available;
remove ftp.win.ne.jp from master sites -- it will not allow the port
to be fetched because it does not like the format of the "password"
sent by the ftp client
1999-03-10 03:25:27 +00:00
marc
3e45db1680 add sha1 and rmd160 checksum to the existing md5 sums for all files;
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports.  That version of the makefile adds all sums.  Previous
versions of the makefile will still work for people installing ports.
1999-03-04 05:55:44 +00:00
marc
32f23e4d31 fix PLIST; Markus Friedl <Markus.Friedl@informatik.uni-erlangen.de> 1999-02-04 00:32:30 +00:00
marc
918c60883d update to beta-19990122; Dug Song <dugsong@monkey.org> 1999-02-02 19:39:16 +00:00
ericj
b29a4bf277 finish postfix commit - dugsong cant connect to cvs 1999-01-12 03:22:46 +00:00
dugsong
66f4913644 upgrade to 19981230, add setgid maildrop support (jakob@crt.se) 1999-01-12 02:39:30 +00:00
marc
82590b6f78 MIRROR_DISTFILE=no 1998-12-16 22:00:51 +00:00
dugsong
bbeea7f858 add postfix port 1998-12-16 18:30:46 +00:00