212 Commits

Author SHA1 Message Date
brad
59313fda97 Update to Postfix 2.11.4.
ok sthen@
2015-02-10 22:00:47 +00:00
brad
1a3b27b9b8 Update to Postfix 2.11.3.
ok sthen@
2014-10-25 21:44:42 +00:00
brad
4c7c470757 Update to Postfix 2.11.2.
ok sthen@
2014-10-16 17:30:28 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
brad
cad9a1b977 Previous commit was spaces to tab in the script but bump REVISION anyway. 2014-07-04 16:10:44 +00:00
brad
1a8939a1a1 Use tabs consistently.
ok sthen@
2014-07-03 21:31:45 +00:00
brad
c7977c8bc4 Update to Postfix 2.11.1.
ok sthen@
2014-05-08 14:37:43 +00:00
brad
495bbd2401 Replace sendmail with smtpd.
From David Hill

ok sthen@
2014-04-02 00:33:09 +00:00
brad
a84a321d1a Update to Postfix 2.11.0.
ok sthen@
2014-01-21 23:52:23 +00:00
sthen
d44e7d7031 update to Postfix 2.10.2, ok brad@ (maintainer) 2013-09-09 22:00:33 +00:00
brad
ec526ad813 Update to Postfix 2.10.1.
ok sthen@
2013-07-18 20:03:01 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
jasper
2378da5364 file: is not a valid URI scheme, file:// is.
ok brad@ (MAINTAINER)
2013-05-17 14:03:08 +00:00
sthen
10f1724211 Remove the inet_protocols=ipv4 line from the bottom of Postfix's sample
main.cf; it was hiding a previously-set inet_protocols=all. (Ideally
we would remove both lines as "all" is the default, but Postfix upgrade
scripts re-add "ipv4"). Problem reported by krw@, ok brad@ (maintainer)
2013-04-30 11:28:02 +00:00
brad
2324efc4b0 Update to Postfix 2.10.0.
ok sthen@
2013-03-02 20:47:28 +00:00
brad
3bdca3fdb7 Update to Postfix 2.9.6.
ok sthen@
2013-02-05 10:46:46 +00:00
brad
4114fd2843 Update to Postfix 2.9.5.
ok sthen@
2012-12-14 22:21:00 +00:00
sthen
8321864bb0 update to Postfix stable to 2.9.4, ok Brad 2012-08-05 07:59:09 +00:00
sthen
8d4a4bec38 update to Postfix 2.9.3, from Brad, I had the same diff 2012-05-25 08:21:43 +00:00
sthen
232deb7215 Roll sqlite support into the main package; there's no point having it
as an optional flavour now that sqlite is in base. From Brad.
2012-05-16 14:40:08 +00:00
sthen
a5673607fe update Postfix stable to 2.9.2, from Brad 2012-04-28 09:31:40 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
sthen
99ae47bdaa update Postfix stable to 2.9.1, ok Brad (maintainer)
- fix recently introduced "sendmail -bs" segfault
- fix old bug where the "change header" Milter could replace a wrong header
2012-03-03 10:08:22 +00:00
sthen
848f56ef6c update Postfix stable to 2.9.0, from Brad 2012-02-20 09:55:48 +00:00
jakob
ea6d4f3311 downgrade from 2.9.0 to 2.8.8; requested by sthen & naddy 2012-02-02 06:57:39 +00:00
jakob
f5294c5fdb upgrade to Postfix 2.9.0; from brad 2012-02-01 21:42:54 +00:00
jakob
343acd910b Postfix 2.8.8 was reissued due to an error. Patch removed and REVISION++. 2012-02-01 19:56:13 +00:00
jakob
bccc341376 Postfix 2.8.8 (legacy release) 2012-02-01 19:26:33 +00:00
sthen
2fed737d2e update postfix-stable to 2.8.7, ok Brad 2011-11-07 16:30:50 +00:00
sthen
0e70255016 Ensure correct permissions/group ownership are set for
/usr/local/sbin/{postdrop,postqueue} via the plist. This is already
meant to be handled by postfix-install calling "postfix set-permissions"
but occasionally that seems to fail.

From Brad.
2011-11-07 12:31:22 +00:00
jakob
e35c57f3fb upgrade to Postfix 2.8.6 2011-10-24 19:32:40 +00:00
sthen
0faf9405d3 bump; make sure people get updated packages now that cyrus-sasl is fixed 2011-09-29 09:38:13 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
3ae3bf0720 update postfix/stable to 2.8.5, ok Brad 2011-09-04 09:53:46 +00:00
landry
bec15cafd2 Recognize openbsd5, fixes the build.
Similar diff from brad, ok sthen@ giovanni@
2011-07-20 15:15:31 +00:00
sthen
c0ad91f0c0 Don't check existence of mailer.conf.postfix before starting postfix.
The mailer.conf* files aren't robustly controlled so we shouldn't prevent
the daemon starting if they aren't how we expect. ok aja@, Brad.
2011-07-17 20:14:56 +00:00
robert
3443bcfff4 add an rc script for postfix and modify postfix-enable to tell the
user to disable sendmail compeltely to stop abusing that script to starting
up postfix.

the script itself also checks if postfix is actually enabled and if it's not
it is going to fail to avoid conflicts with mailer.conf
2011-07-15 18:10:18 +00:00
sthen
9b32b32eaa update to postfix 2.8.4, from Brad 2011-07-07 16:23:07 +00:00
sthen
7e0cfe1020 SECURITY update to 2.8.3 (postfix/stable) / 2.9-20110501 (postfix/snapshot).
See http://www.postfix.org/CVE-2011-1720.html for info: this is a memory
corruption bug affecting users of -sasl2 packages who have enabled SASL
using auth mechanisms other than PLAIN/LOGIN. (This is not an especially
common configuration as the affected mechanisms require keeping plaintext
passwords on mail servers).

OK jasper@, Brad (maintainer).
2011-05-09 21:56:13 +00:00
sthen
b45ceae9eb Don't run "postfix stop" when upgrading; this is only needed on unusual
occasions and gets a special mention in the upgrade notes when it's important.

ok Brad, landry@
2011-05-03 23:12:00 +00:00
sthen
caeda0e5c2 Also install the hosts file to the chroot area. From Brad. 2011-04-28 00:22:23 +00:00
sthen
007e930bd0 update Postfix stable to 2.8.2; from Brad (maintainer) 2011-03-22 09:40:39 +00:00
sthen
a8146d8b43 regen patches with standad names; req by brad. 2011-03-09 10:47:31 +00:00
sthen
e17f8e3d5d switch to more compact LIB_DEPENDS style and drop the explicit
HAS_PCRE (makedefs picks this up automatically from pcre-config now).
from Brad.
2011-03-09 10:45:27 +00:00
sthen
1617bb1387 switch maintainer to Brad, suggested by jakob@ (current maintainer). 2011-03-07 13:00:53 +00:00
jakob
ac19e988db upgrade to postfix 2.8.1; from brad 2011-03-06 09:35:03 +00:00
sthen
f6ce579b71 Install the unformatted manpages; mandoc has no problem with these,
and moving back to the unformatted pages fixes warnings from the
installation script (which does not expect the pages to be preformatted).
Problem noted by Brad and myself, possible fix suggested by me, diff
from Brad, ok jakob@ (maintainer).
2011-01-07 19:22:06 +00:00
jakob
146fed0c2c upgrade to Postfix 2.7.2; from brad 2010-11-26 07:37:50 +00:00
espie
051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00