summaryrefslogtreecommitdiff
path: root/mail/postfix
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-14Update to postfix-19991231pl13, since the pl12 distfile isn't availablewiz2-5/+5
any more. Fixes pkg/11725 by Damon Brodie.
2000-12-10upgrade to patchlevel 12.itojun4-11/+10
patchlevel 11 -> 12 While processing massive amounts of one-recipient mail, the Postfix queue manager could deadlock for 10 seconds while sending a bounce message. In order to remedy this, all queue manager bounce send requests are now executed asynchronously. This problem was reported by El Bunzo (webpower.nl) and by Tiger Technologies (tigertech.com).
2000-12-07Update to postfix-19991231-pl11. Update provided by Mipam in private mail.wiz2-6/+5
Remove bogus MANCOMPRESSED_IF_MANZ.
2000-10-28I guess I forgot to commit the patch checksum...kim1-1/+2
2000-09-03$() -> ${}wiz1-2/+2
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+1
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-07-03Update to postfix-19991231-pl08sommerfeld2-6/+5
Major changes with postfix-19991231-pl08: ========================================= Specify "body_checks = regexp:/etc/postfix/body_checks" for a quick and dirty emergency content filter that looks at non-header lines one line at a time (including MIME headers inside the message body). Details in conf/sample-filter.cf. Incompatible changes with postfix-19991231-pl07: ================================================ As required by RFC 822, Postfix now inserts a generic destination message header when no destination header is present. The text is specified via the undisclosed_recipients_header configuration parameter (default: "To: undisclosed-recipients:;").
2000-04-27Yeah, and do this...kim1-24/+24
2000-04-27Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE)kim28-175/+203
and Variable Envelope Return Paths (POSTFIX_VERP). Handle MANINSTALL using separate PLIST.{catinstall,maninstall} files. Record the setting of all 3.
2000-04-10Some more changes besides the update to which Simon beat me:bad11-48/+71
Create the /var/spool/postfix on install so that "postfix check" can create the directories below it. Create /etc/postfix/postfix-scrip on "make install". Make the library Makefiles DTRT on systems that don't understand MKXXX=no. Remover owner write permission from "maildrop" binary. Adjust offsets in a couple of patches.
2000-04-09Update Postfix to 19991231-pl06.simonb10-75/+46
Addresses PR pkg/9844 from Oleg Polyanski.
2000-01-16Avoid misaligned loads on alpha in util/inet_addr_local.c: copy *ifr insommerfeld2-1/+24
such a way that gcc doesn't make unwarranted assumptions about the alignment of *ifr. Simply casting to (char *) wasn't sufficient.
2000-01-09replaced some commands by their ${COMMAND} counterpartswiz1-3/+3
1999-11-18Re-do patch-bk to remove fuzz.agc2-6/+6
1999-09-14Regen.simonb1-2/+2
1999-09-14Oops, forgot about error's manpage.simonb2-4/+6
1999-09-14Regen.simonb1-2/+3
1999-09-14Add "error" transport program - fixes PR pkg/8403 from Andreas Wrede.simonb3-44/+89
Also sort PLIST and add the man manpages (only the cat pages were there).
1999-09-13Eek, where did the "PKGNAME= mhonarc-2.2.0" come from in the previoussimonb1-3/+1
commit??
1999-09-12Remove "-" from package version - noted by Hubert Feyrer.simonb1-1/+4
1999-09-12Regen.simonb1-5/+5
1999-09-12Update to postfix 19990906-pl02. From the release notes:simonb6-49/+41
Incompatible changes with postfix-19990906 ========================================== - On systems that use user.lock files to protect system mailboxes against simultaneous updates, Postfix now uses /file/name.lock files while delivering to files specified in aliases/forward/include files. This is a no-op when the recipient lacks directory write permission. - The LDAP client code no longer looks up a name containing "*" because it could be abused. See the LDAP_README file for how to restore previous behavior. - The Postfix to PCRE interface now expects PCRE version 2.08. Postfix is no longer compatible with PCRE versions prior to 2.06. Major changes with postfix-19990906 =================================== Several bugfixes, none related to security. See the HISTORY file for a complete list of changes. - Postfix is now distributed under IBM Public License Version 1.0 which does not carry the controversial termination clause. The new license does have a requirement that contributors make source code available. - INSTALL.sh install/upgrade procedure that replaces existing programs and shell scripts instead of overwriting them, and that leaves existing queue files and configuration files alone. - The ugly Delivered-To: header can now be turned off selectively. The default setting is: "prepend_delivered_header = command, file, forward". Turning off the Delivered-To: header when forwarding mail is not recommended. - mysql client support by Scott Cotton and Joshua Marcus, Internet Consultants Group, Inc. See the file MYSQL_README for instructions. - reject_unauth_destination SMTP recipient restriction that rejects destinations not in $relay_domains. Unlike the check_relay_domains restriction, reject_unauth_destination ignores the client hostname. By Lamont Jones of Hewlett-Packard. - reject_unauth_pipelining SMTP *anything* restriction to stop mail from spammers that improperly use SMTP command pipelining to speed up their deliveries. - Postfix "sendmail" now issues a warning and drops privileges if installed set-uid root. - No more duplicate delivery when "postfix reload" is immediately followed by "sendmail -q". - No more "invalid argument" errors when a Postfix daemon opens a DB/DBM file while some other process is changing the file. - Portability to the Mac OS X Server, Reliant Unix, AIX 3.2.5 and Ultrix 4.3.
1999-08-27add missing patch-summrg1-0/+45
1999-08-26actually make POSTFIX_NOSETGID work.mrg2-15/+14
1999-08-18Make this build (and work!) on LP64 systems.thorpej6-0/+131
I know I sent these to Weitse the first time I built on an Alpha, but they apparently never made it into the distribution. Oh well.
1999-07-08CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile,agc1-2/+4
but calculated every time bsd.prefs.mk is read. Correct the situation, and only calculate these when they are needed. Also save a few more cycles by hardcoding the LOWER_OPSYS values for known operating systems, rather than using expensive shell echo and tr commands every time bsd.prefs.mk is read.
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-7/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-27argh, package was renamed. compensatechristos2-4/+3
1999-06-27Update to 19990601christos7-53/+33
1999-06-26Make this work on linux (and possibly solaris) and fix a few hardcodedchristos4-14/+20
path bugs: - pass OPSYS to Makefile.inc, don't hardcode NETBSD1 - command_directory, daemon_directory, share_directory, man_directory were hard-coded to /usr/pkg, bleh! - and so was the ROOT_PATH.
1999-06-13Repeat after me: use of the period character as the chown(8) owner/groupkleink1-2/+2
separator is obsolete.
1999-05-30Fix package list handling.tron2-9/+10
1999-05-30Patch one file per patch file.tron37-3/+780
1999-05-30Add a sample "mailwrapper" configuration file.tron1-0/+8
1999-05-30Add trailing "/" to home page URL to avoid redirect on access.tron1-2/+10
1999-05-30Patch files should be created with "diff -u".tron1-850/+27
1999-05-30pkglint:tron1-3/+2
- Rename package from "postfix-19990317pl05" to "postfix-19990317p05". - Remove unnecessary and wrong usage of "DISTFILES".
1999-05-30Add missing files "sbin/postdrop", "man/cat8/defer.0" andtron1-1/+4
"man/man8/defer.8".
1999-05-30Make installation work with "MANZ=1".tron1-1/+7
1999-05-30remove the dash from the package namechristos1-3/+3
1999-05-29postfix-19990317-pl0 package... Based on the version perry imported.christos6-0/+1003