Commit graph

28 commits

Author SHA1 Message Date
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Dirk Meyer
8996f89e86 - fix build with custom PREFIX
Reported by:	QAT
2009-06-21 13:38:42 +00:00
Dirk Meyer
8a465fb2cf - new option WITH_LIBSPF
Submitted by:	Paul Koene
2009-05-07 05:06:36 +00:00
Dirk Meyer
eaa578daf7 - use RC_SUBR 2009-01-16 19:54:13 +00:00
Dirk Meyer
b34b48fdee - add LICENSE: 2009-01-16 19:53:36 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Edwin Groothuis
81cd10f8d2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:53:45 +00:00
Dirk Meyer
dc354eb357 - fix build with sendmail in base
no longer depend on the sendmail source in base
2007-03-17 09:01:35 +00:00
Markus Brueffer
7579ce3eed Utilize PORTDOCS
Approved by:	dinoex (maintainer)
2007-02-05 12:49:48 +00:00
Dirk Meyer
66990815ac - use milter framework 2007-01-13 04:16:24 +00:00
Dirk Meyer
56f7f10e46 - fix build on RELENG_6
Submitted by:	ume (Hajimu UMEMOTO)
2006-07-19 04:02:59 +00:00
Dirk Meyer
25c9c124de - fix build on FreeBSD 700014
Submitted by:	Hajimu UMEMOTO
2006-05-15 15:35:23 +00:00
Dirk Meyer
58db010577 - mark BROKEN on FreeBSD 7.x 2006-04-30 19:13:27 +00:00
Dirk Meyer
04b45f5ef0 - fix build on 7-CURRENT
Submitted by:	Hajimu UMEMOTO
2006-03-31 05:53:40 +00:00
Dirk Meyer
b021dd00ba - fix missing/obsolete patches
- new options WITH_PAM SMTP_AFTER_POP3
2005-12-17 08:41:24 +00:00
Dirk Meyer
8e6bc5f1ef - update to 0.60 2005-12-14 15:42:39 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
243bae7450 - make patchsite fixable
Submitted by:	Pav Lucistnik
2005-11-08 10:02:22 +00:00
Dirk Meyer
132065a698 - fix a violation of RFC2821
Reported by:	Claus Assmann
2005-11-08 08:23:24 +00:00
Dirk Meyer
6a47716bdf - reset IGNORE for FreeBSD >= 5.4 2005-07-27 17:35:52 +00:00
Dirk Meyer
3b9c035d7d - rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
2004-12-17 04:38:34 +00:00
Dirk Meyer
72ef392689 - register depedency for SENDMAIL_WITH_SHARED_MILTER 2004-12-16 21:07:39 +00:00
Dirk Meyer
2a686b1c21 - Fix threading for FreeBSD 5.2.1 2004-12-16 20:57:39 +00:00
Dirk Meyer
26825492c3 - Fix build on alpha4 2004-11-27 06:02:53 +00:00
Kris Kennaway
d608ca20c4 s/BROKEN/IGNORE/ because the package builds but is unusable.
# XXX Is it really still unusable?
2004-08-17 10:36:32 +00:00
Dirk Meyer
3bc36ee9df - new option SENDMAIL_PORT 2004-07-19 04:45:33 +00:00
Dirk Meyer
55623f62a7 - update distifo
distfiles was rerolled at Apr 29
list of extensions extended
example configuration files added
2004-06-15 03:11:57 +00:00
Dirk Meyer
1d6794a971 Spamilter is a Sendmail milter written entierly in C, and therefore
is faster and less cpu intensive than other interperative based solutions.

It blocks spam using the following methods;

    * Configurable Realtime DNS Blacklists
    * Sender Address verification
    * Configurable Black and White lists
    * Invalid MTA hostname verfication
    * Basic Virus/Worm file attachment rejection for files ending
      in .pif, .scr, etc.. via MsExtChk filter
    * SPF via libspf

Also;

    * Realtime firewall blocking of MTA hosts with invalid host names via
      MtaHostIpfw filter
    * Realtime rate limited connection blocking via firewall rule injection

All actions are logged via syslog with both the sender and the recipient.
From this, report generation and notification to recipients showing
 activity becomes extremely simple.

WWW: http://www.wanlink.com/spamilter/index.php
2004-06-11 05:54:37 +00:00