Commit Graph

37 Commits

Author SHA1 Message Date
sthen
d35377f466 benzedrine.cx -> .ch, req by Daniel Hartmeier 2015-01-13 11:26:09 +00:00
ajacoutot
4098a830f9 Cope with recent sendmail subpackaging.
Fix ports that were not able to find the milter includes (since it's not
under /usr/includes anymore).
2014-09-17 09:13:12 +00:00
jca
7bb00aaf69 Cope with sendmail (and libmilter) moving to ports.
Input from sthen@, ok ajacoutot@ sthen@
2014-09-17 07:52:42 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
okan
c5344cf55e update to 1.9
ok dhartmei@ (MAINTAINER)
2012-08-21 13:30:55 +00:00
jasper
278e3cc0b0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:57:47 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
okan
7520f9d783 - update to 1.8
- add rc script
- no need for groff
- remove README since the remaining relevant snippet is in the manpage
(maintainer timeout)

feedback and ok ajacoutot@
2010-12-09 01:46:05 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
espie
051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00
ajacoutot
5985d2ef24 Consistency: remove the 1, 2 or even 3 empty blank lines.
sthen@ agrees
2010-04-15 14:11:01 +00:00
merdely
8b76ad71d8 Remove surrounding quotes in COMMENT*/PERMIT_* 2007-09-16 00:17:04 +00:00
dhartmei
32ceab8636 update to 1.7, support sendmail macros 2007-08-27 08:22:20 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
dhartmei
16902566e2 update to 1.6, adding sendmail quarantine support, fixes more state machine
problems (multi-message connections), from Okan Demirmen.
2006-09-18 14:16:39 +00:00
jasper
d4ea87682b Fix incorrect DESCR regarding rebuilding sendmail with milter support;
this is being done for almost two years now.

spotted by Wijnand Wiersma <wijnand at nedbsd dot nl>

ok dhartmei (MAINTAINER), naddy
2006-08-06 19:33:44 +00:00
mbalmer
aa3b491d0c Add milter to WANTLIB. 2005-11-01 16:37:20 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
alek
200b1ea2ea Add WANTLIB markers 2005-01-02 12:56:04 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
naddy
dbe43cb055 braino 2004-09-27 13:29:04 +00:00
espie
88b405b56e kill INSTALL/DEINSTALL 2004-09-24 09:16:05 +00:00
espie
15a2aca1cd new style plists. 2004-09-15 09:09:41 +00:00
jolan
afa0461695 remove libmilter conditional 2004-06-29 06:20:55 +00:00
xsa
575015faec @extraaaaaaaaaaaaaaaaa ...
ok dhartmei@ jolan@ brad@ for their respective port;
2004-04-15 07:34:11 +00:00
dhartmei
7aac322653 update to 1.5 2004-03-30 09:57:17 +00:00
dhartmei
f13ed0681e update to 1.2, small fixes and logging improvements, builds on more
platforms
2004-02-27 20:17:51 +00:00
dhartmei
9354f06bba update to 1.1, supports macro definition/expansion, like
friends         = header /^Received$/ /^from [^ ]*(ork.net|home.com)/e
attachments     = header ,^Content-Type$, ,multipart/mixed, and \
                    body ,^Content-Type: application/,
executables     = $attachments and body ,name=".*.(pif|exe|scr)"$,e

reject "executable attachment from non-friends"
$executables and not $friends
2004-02-25 20:11:39 +00:00
dhartmei
47b5b5f9f7 update to 1.0, now supports evaluating boolean expressions like
header /From/ /domain/ and ( body /spam/ or body /money/ )
2004-02-24 23:35:04 +00:00
dhartmei
ad9e816cd5 update to 0.9, drop privileges to user _milter-regex.
note: local socket changed to /var/spool/milter-regex/spool, adjust
sendmail.cf/.mc accordingly when updating:

-`S=unix:/var/spool/milter-regex, T=S:30s;R:2m'
+`S=unix:/var/spool/milter-regex/sock, T=S:30s;R:2m'
2004-01-07 14:57:34 +00:00
dhartmei
87ea658a65 update to 0.8, use separate RCODE/XCODE for reject/tempfail, otherwise
sendmail ignores custom replies, from Denis Solovyov
2004-01-04 00:30:18 +00:00
dhartmei
72011e0c7e update to 0.7, replace log() with msg() as the former seems to collide with
math.h under gcc3. add action 'accept'.
2003-12-09 21:16:35 +00:00
dhartmei
b01e43dca3 use ${PREFIX} instead of /usr/local, from Xavier Santolaria. 2003-10-20 09:33:29 +00:00
sturm
3520b282fe if libmilter is not found, set IGNORE instead of ERRORS to keep
mirror-maker happy

dhartmei@ ok
2003-10-20 08:41:39 +00:00
dhartmei
5ce1473719 add milter-regex, ok jolan@, sturm@ 2003-10-19 17:54:06 +00:00