summaryrefslogtreecommitdiff
path: root/mail/postfix/files
AgeCommit message (Collapse)AuthorFilesLines
2021-08-29postfix: let the RC script work unprivilegedkhorben1-3/+6
This takes advantage of the introduction of the SYSCONFBASE variable. Tested on NetBSD/amd64. Bumps PKGREVISION.
2016-06-08Remove the stability entity, it has no meaning outside of an official context.jperkin1-1/+0
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin1-1/+1
original manifest.xml file and the output from "svccfg export".
2016-06-08Add or fix manpath entries to use the correct path.jperkin1-1/+1
2014-03-11Import initial SMF support for individual packages.jperkin1-0/+43
2005-12-30Make sure ${spooletcdir} exists. Bump PKGREVISION as this affectsmartti1-1/+2
the binary package.
2005-03-28Fix up PLISTs and remove unused files left over from the incompletejlam2-27/+0
package update in the previous commit.
2004-12-28Apply NI_WITHSCOPEID patch only if the inet6 option is enabled.kim1-0/+13
Closes PR pkg/28756
2004-08-11This patch can only apply cleanly if "inet6" is a build option. Move itjlam1-0/+14
to a file that's applied at post-patch time only if "inet6" is specified. This fixes building postfix on systems that don't support IPv6.
2004-07-19Don't hardcode directories... instead, use postconf to dig them out of thejlam1-5/+34
postfix configuration. Also make required_{dirs,files} work in the installed rc.d script.
2004-07-19Compute the value of spooletcdir at run-time rather than hardcoding it.jlam1-2/+2
2004-07-18/var/spool/postfix is stored in the Makefile variable POSTFIX_SPOOL. Bejlam1-2/+2
pedantic and substitute for it so that if we ever have a way to change it, postfix.sh will still be correct.
2004-07-18Use FILES_SUBST_SED instead of local make targets to do the same thing.jlam1-7/+7
FILES_SUBST_SED substitutes for @FOO@, so use that format for things to be replaced.
2004-03-07install rc.subr-style script on all platforms but NetBSD-1.5 and abovegrant1-0/+41
(which already has a suitable /etc/rc.d/postfix).
2002-03-19Fixed path to the postfix's sendmail program. Noted by mipam inmartti1-5/+7
a private mail.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-9/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-14upgrade IPv6 patch. correct kame stack determination. from hubertitojun1-2/+2
2001-04-08use latest IPv6 patch. (1) issue with host:port syntax in master.cfitojun1-2/+2
(original bug, tickled by IPv6 support) (2) use RBL check only for IPv4 addrs
2001-04-02upgrade to 20010228-pl01.itojun2-4/+3
20010313 Bugfix: the RFC 822 untokenizer quoted newlines inside comments. File: global/tok822_parse.c. 20010316 Cleanup: removed an extraneous warning when a queue file write error happened. 20010321 Workaround: LMTP connection caching never worked for destinations starting with unix: or inet:. File: lmtp/lmtp_connect.c. 20010322 Portability: Solaris <2.6 does not have srandom() and random() in libc. File: util/rand_sleep.c. It does not have to be cryptographically strong. Bugfix: the fast ETRN flush server could not handle [ipaddr] or domain names with one-character hostname part. This fix changes the destination to logfile name mapping, so that you need to populate the new files with "sendmail -q". The old files go away automatically. File: flush/flush.c. 20010327 Speed up mailq (sendmail -bp) display by flushing output after each file. File: showq/showq.c. Portability: missing string.h includes, %p wants (void *), Lamont Jones, HP. 20010328 Bugfix: swapped logic caused cleanup to stall when the queue file size exceeded the file size limit by less than one the VSTREAM buffer size, so that the "file too big" was detected after flushing the last queue file record. File: cleanup/cleanup.c. 20010329 Portability: workaround for missing prototype problem in dict_ldap.c. This module should move to the global directory, because it depends on Postfix main.cf parameter information.
2001-03-23pull latest IPv6 patch. corrects source address selection on outgoing,itojun1-2/+2
if config has "inet_interfaces=127.0.0.1". reported by thorpej.
2001-03-20resurrect, after nuking the right files in the wrong dir.hubertf3-0/+18
2001-03-20replaced by postfix pkghubertf3-18/+0
2001-03-20Move files from postfix-current to postfix, as that's actually thehubertf3-48/+9
latest release (it's also in the base src). Adresses PR 12426 by Martti Kuparinen <martti.kuparinen@iki.fi>
2000-12-14Update to postfix-19991231pl13, since the pl12 distfile isn't availablewiz1-2/+2
any more. Fixes pkg/11725 by Damon Brodie.
2000-12-10upgrade to patchlevel 12.itojun2-5/+4
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.wiz1-2/+2
Remove bogus MANCOMPRESSED_IF_MANZ.
2000-10-28I guess I forgot to commit the patch checksum...kim1-1/+2
2000-07-03Update to postfix-19991231-pl08sommerfeld1-3/+2
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)kim1-2/+3
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:bad1-9/+9
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.simonb2-9/+8
Addresses PR pkg/9844 from Oleg Polyanski.
2000-01-16Avoid misaligned loads on alpha in util/inet_addr_local.c: copy *ifr insommerfeld1-1/+2
such a way that gcc doesn't make unwarranted assumptions about the alignment of *ifr. Simply casting to (char *) wasn't sufficient.
1999-11-18Re-do patch-bk to remove fuzz.agc1-2/+2
1999-09-14Regen.simonb1-2/+2
1999-09-14Regen.simonb1-2/+3
1999-09-12Regen.simonb1-5/+5
1999-09-12Update to postfix 19990906-pl02. From the release notes:simonb1-2/+2
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-06-27argh, package was renamed. compensatechristos1-2/+2
1999-06-27Update to 19990601christos1-2/+2
1999-05-30Add a sample "mailwrapper" configuration file.tron1-0/+8
1999-05-29postfix-19990317-pl0 package... Based on the version perry imported.christos1-0/+3