Commit Graph

285 Commits

Author SHA1 Message Date
sthen
cfd96a16ac update Postfix snapshot to 2.10-20120423, from Brad 2012-04-28 09:31:19 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
sthen
d1530660bc I misunderstood the new -w flag, this is passed from 'postfix' to 'master'
automatically, no changes are necessary, so remove the change to daemon_flags
2012-04-11 08:34:55 +00:00
sthen
86813762f1 update to postfix/snapshot 2.10-20120407, from Brad
- also use the newly added -w option in the rc script, this delays exiting
after startup until daemon initialization has completed, so that init
failures will cause it to exit with an error code, so the infrastructure
can correctly report failure.
2012-04-10 22:24:29 +00:00
sthen
ba7950bf29 Update Postfix snapshot to 2.10-20120308, from Brad 2012-03-23 17:54:55 +00:00
sthen
8b5fdba8dd update Postfix snapshot to 2.10-20120218, from Brad 2012-03-03 10:16:36 +00:00
sthen
36afe5f3c4 update Postfix snapshot to 2.10-20120202, from Brad 2012-02-20 09:55:31 +00:00
sthen
a18bf12c7e Revert. Ports commits need explicit approval at this time. 2012-02-01 21:37:48 +00:00
jakob
3939d6f2b1 update postfix snapshot; from brad 2012-02-01 21:30:55 +00:00
sthen
b3b6038df8 update to Postfix snapshot 20120102 2012-01-04 23:43:55 +00:00
sthen
760b0ffcc2 Update to postfix/snapshot 20111219, from Brad (maintainer) 2011-12-20 22:41:16 +00:00
sthen
b7aa5ba17d Update postfix -snapshot to 20111129. Based on a diff for 1122 from Brad,
updated to 1129 by me and OK Brad.
2011-12-01 10:26:52 +00:00
sthen
efd0f68cac fix building on a clean machine (broken due to changes in postconf) -
reported by nigel@, ok Brad.
2011-11-13 16:20:00 +00:00
sthen
d430aec8af update to postfix 20111109 snapshot, from Brad 2011-11-10 17:27:09 +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
sthen
c06f92c527 update to newer postfix snapshot, from Brad 2011-11-03 00:56:17 +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
sthen
6da8c504b1 update to 20110918 Postfix snapshot, from Brad (maintainer) 2011-09-24 09:35:01 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
07a450d4e5 update to postfix 20110814 snapshot, from Brad. 2011-08-21 11:07:07 +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
a2c410e691 update to postfix 2.9-20110706 snapshot, from Brad 2011-07-07 16:22:30 +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
5b4f1a77b9 update to postfix/snapshot 2.9-20110323
- change the hash_queue_names algorithm for better performance with
the new long queue ID support

(note: if you use MailScanner, it doesn't handle long queue IDs yet)
2011-03-24 09:58:10 +00:00
sthen
f8c2cb2b3d update postfix snapshot to 2.9-20110321; from Brad (maintainer) 2011-03-22 09:40:20 +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
df98926f38 update postfix/snapshot to 2.9-20110228, ok Brad. 2011-03-07 23:14:28 +00:00
sthen
1617bb1387 switch maintainer to Brad, suggested by jakob@ (current maintainer). 2011-03-07 13:00:53 +00:00
jakob
277680c7dc add global sqlite flavour 2011-03-06 09:36:29 +00:00
jasper
de20026ae9 - update postfix to 2.8-20110113
from brad, jakob@ is swamped with Real Life.
ok aja@
2011-01-15 22:37:39 +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
225803ce59 postfix snapshot 20101108 2010-11-18 20:56:49 +00:00
espie
051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00
jakob
e626ca6194 postfix snapshot 2.8-20100923 2010-10-01 20:19:54 +00:00
jakob
64528f8ba2 add sqlite flavour; from brad 2010-08-31 06:03:32 +00:00
jakob
7c7c2aa884 upgrade to postfix-2.8.20100323 2010-04-23 07:01:40 +00:00
jakob
60a0080de4 update to postfix snapshot 20091209 2009-12-12 08:35:58 +00:00
jakob
d004b5df78 upgrade to postfix snapshot 20091110; from brad 2009-11-14 07:05:44 +00:00
sthen
f115cccb1b update postfix/snapshot to 2.7-20090828; from Brad. ok jakob@ 2009-08-30 12:25:55 +00:00
jakob
706f5dc867 update to snapshot 20090712; from brad 2009-07-24 21:32:33 +00:00
naddy
2f2f0ccd59 fix db dependency for db4 flavor and bump; ok jakob@ 2009-07-18 20:26:18 +00:00
sthen
97406af4db update to 2.7.20090528; affects older 2.6.x and 2.7 snapshots but not 2.5.
"With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them."

ok jakob@
2009-06-04 21:33:43 +00:00
jakob
0062dbeaf0 update snapshot; from brad 2009-05-12 19:51:42 +00:00
jakob
c4f8ac4eda update postfix snapshot 2009-05-01 11:59:37 +00:00
jakob
3a1a4dbbb6 upgrade postfix snapshot; from brad 2009-04-19 14:14:21 +00:00