Port details |
- rbl-milter Milter that adds mail header warnings on mail from open-relays
- 0.30_6 mail
=2 0.30_6Version of this port present on the latest quarterly branch. - Maintainer: dinoex@FreeBSD.org
 - Port Added: 2003-04-07 19:10:25
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://github.com/jbeker/rbl-milter
- Description:
- This is a simple sendmail milter which adds an X-RBL-Warning header to
any emails that are received that come from an open relay as
determined by your choice of RBL checking service (i.e. bl.spamcop.net).
This is useful if you'd rather have the mail user agent (MUA) deal with
potential spam rather than just blocking it in case you loose
legitimate messages. Note that the X-RBL-Warning header is only set if
the site was found to be an open-relay.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rbl-milter>0:mail/rbl-milter
- To install the port:
- cd /usr/ports/mail/rbl-milter/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/rbl-milter
- pkg install rbl-milter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rbl-milter
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rbl-milter-0.30.tar.gz) = b8ab212d71fe39b589f4b1a819a606d1cfb7e62c06e3efbd1782e1ad79f932b4
SIZE (rbl-milter-0.30.tar.gz) = 35779
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_rbl-milter
- USES:
- gmake
- pkg-message:
- For install:
- Add to your /etc/rc.conf
rblmilter_enable="YES"
Then run the milter with: $PREFIX/etc/rc.d/rbl-milter start
By default, it uses the relays found at relays.ordb.org but you can
change that by setting rblmilter_flags in /etc/rc.conf:
rblmilter_flags="-l -r -d relays.ordb.org"
Note that you will need to edit the proper sendmail.mc file in your
/etc/mail directory so that sendmail will pass mail to rbl-milter.
If you have not done this before, do the following:
cd /etc/mail
cp -p freebsd.mc `hostname`.mc
Add the INPUT_MAIL_FILTER line to the file:
INPUT_MAIL_FILTER(`rbl-milter',`S=local:/var/run/rbl-milter')
and rebuild it
make
make install
make restart
By default, the INPUT_MAIL_FILTER line will ignore the filter if
rbl-milter is not running.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.30_6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.30_6 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.30_6 06 Apr 2021 14:54:39
    |
Dirk Meyer (dinoex)  |
mailer.conf cleanup comments |
0.30_6 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.30_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.30_6 16 Apr 2020 14:59:58
  |
dinoex  |
- revert merge |
1.2_4 16 Apr 2020 14:49:59
  |
dinoex  |
- cleanup rc.d script |
0.30_5 24 Nov 2019 19:49:46
  |
dinoex  |
- update MASTER_SITES |
0.30_5 06 Nov 2019 14:00:19
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
0.30_5 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
0.30_5 01 Jan 2019 19:05:58
  |
dinoex  |
- update WWW: |
0.30_5 01 Jul 2018 10:17:19
  |
dinoex  |
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports |
0.30_4 13 Feb 2016 09:03:16
  |
dinoex  |
- split libmilter from sendmail into a seperate port
- bump PORTREVISION
Submitted by: matthew (Matthew Seaman) |
0.30_3 25 Mar 2015 11:41:18
  |
marino  |
mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket |
0.30_3 02 Mar 2015 23:31:10
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
0.30_3 28 Jul 2014 23:20:38
  |
adamw  |
Rename mail/ patch-xy patches to reflect the files they modify. |
0.30_3 07 Jul 2014 15:31:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
0.30_3 07 Dec 2013 05:06:24
  |
dinoex  |
- add USES=gmake |
0.30_3 29 Nov 2013 19:56:51
  |
dinoex  |
- use STAGEDIR |
0.30_3 21 Sep 2013 11:06:04
  |
dinoex  |
- fix misplaced NO_STAGE in slaveports and ifdefs |
0.30_3 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.30_3 26 Jan 2013 16:34:40
  |
dinoex  |
- cleanup header |
0.30_3 05 Aug 2012 23:19:40
 |
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
0.30_3 14 Jan 2012 14:52:13
 |
dinoex  |
- escape shell names |
0.30_3 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.30_3 19 Nov 2011 14:10:33
 |
dinoex  |
- use Author:
Feature safe: yes |
0.30_3 06 Nov 2011 23:45:43
 |
dougb  |
Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion
While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.
Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
0.30_3 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
0.30_3 15 Jul 2009 16:56:10
 |
dougb  |
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. |
0.30_3 28 Mar 2009 15:32:58
 |
dinoex  |
- use RCNG script |
0.30_2 13 Jan 2007 04:16:24
 |
dinoex  |
- use milter framework |
0.30_2 09 Nov 2006 12:43:27
 |
dinoex  |
- take maintainership |
0.30_2 25 Nov 2005 15:31:02
 |
pav  |
- Add SHA256 |
0.30_2 26 Apr 2005 08:20:57
 |
vs  |
Use PLIST_FILES & SUB_FILES |
0.30_2 26 Mar 2004 02:16:08
 |
trevor  |
Add size data. |
0.30_2 26 Mar 2004 00:56:15
 |
trevor  |
E-mail to the maintainer bounced with:
451 codeheadsystems.com: Name server timeout
Message could not be delivered for 5 days |
0.30_2 16 Feb 2004 02:32:34
 |
kris  |
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION. |
0.30_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.30 07 Apr 2003 19:14:06
 |
dinoex  |
- Fix more linebreaks |
0.30 07 Apr 2003 19:09:33
 |
dinoex  |
This is a simple sendmail milter which adds an X-RBL-Warning header to
any emails that are received that come from an open relay as
determined by your choice of RBL checking service (i.e. bl.spamcop.net).
This is useful if you'd rather have the mail user agent (MUA) deal with
potential spam rather than just blocking it in case you loose
legitimate messages. Note that the X-RBL-Warning header is only set if
the site was found to be an open-relay.
For more information, see the rbl-milter website at:
WWW: http://opensource.confusticate.com/rbl-milter/
RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and
the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com>
PR: 45605
Submitted by: wolpert@codeheadsystems.com |