Commit graph

16 commits

Author SHA1 Message Date
Guido Falsi
3cbb2fa02c - Update to 1.9.9.14158
- Stagify
- Add missing dependency when MYSQL option is enabled
- Assign maintainership to submitter

PR:		191635
Sumitted by:	rnejdl@ringofsaturn.com
2014-07-06 15:32:47 +00:00
William Grzybowski
cd4364ee40 mail/assp: update to 1.9.9.13257
- Update to 1.9.9.13257

PR:		ports/181313
Submitted by:	Rusty Nejdl <rnejdl ringofsaturn.com> (maintainer)
2013-08-15 11:18:56 +00:00
Frederic Culot
8908a6dd29 - Update to 1.9.1.1
PR:		ports/158668
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2011-07-06 18:36:22 +00:00
Julien Laffaye
aac3e6c8e8 Update to 1.9.1.0
Remove no longer necessary workaround for user/group creation

PR:		ports/157414
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by:	bapt (mentor)
2011-06-14 22:12:01 +00:00
Pav Lucistnik
d5a7137983 - Update to 1.7.5.7
- Move maintainership to submitter

PR:		ports/149445
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	J.R. Oldroyd <fbsd@opal.com> (old maintainer)
2010-09-02 13:51:46 +00:00
Jimmy Olgeni
78e1f3cbee Fix default assp.cfg file creation and log file path.
Use assp_args rather than assp_flags in assp.in, according to the man page (before, assp_flags used to override user settings in assp_args).

Remove SIMPLE option ("Use procedural Web Page interfaces", defaults to ON).

Obtained from:	maintainer
2009-08-08 12:45:24 +00:00
Dmitry Marakasov
adda500cd9 - Update to 1.5.1.2
PR:		133852
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-05-22 01:43:29 +00:00
Beech Rintoul
2020db80ee - Update to 1.4.3.1
PR:		ports/131145
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2009-01-31 00:23:12 +00:00
Beech Rintoul
48bd66ae6c - Update to 1.3.3.10
PR:		ports/126363
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2008-08-16 18:12:15 +00:00
Beech Rintoul
134d13eb71 - Update to 1.3.3.8
PR:		ports/117940
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
Approved by:	linimon (mentor)
2007-12-14 00:44:54 +00:00
Thomas Abthorpe
1916504598 - Update to 1.3.3.1
PR:		ports/116867
Submitted by:	J.R. Oldroyd (maintainer)
Approved by:	miwi (co-mentor)
2007-10-12 00:32:21 +00:00
Martin Wilke
4677503827 - Update to 1.2.6
PR:		ports/107013
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2006-12-21 19:14:10 +00:00
Martin Wilke
4ce7ccd8a4 - Update to 1.2.5.2
PR:		ports/106092
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2006-12-01 08:10:20 +00:00
Rong-En Fan
b54b2ee691 - Update to 1.2.2
- Use new style rc script name (no .sh suffix)
- Add more OPTIONS

PR:		ports/100233
Submitted by:	maintainer
2006-07-18 03:08:23 +00:00
Pav Lucistnik
e13427c27b Minor changes:
- suppressed two messages logged to stdout when ASSP first starts up
- changed nightly 510.assp periodic script to redirect rebuildspamdb.pl
  messages to a file in ASSP dir (nightly.log), thereby suppressing them from
  the nightly email
- added rc.conf variable:
  assp_logexpire="45"
  used by nightly 510.assp periodic script to expire old YY-MM-DD.maillog.txt
  files from ASSP dir
- changed the assp(8) manual page to document the new assp_logexpire
  configuration variable

PR:		ports/90118
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
2005-12-09 09:04:29 +00:00
Jean-Yves Lefort
6b9e5c9ab2 Add assp.
Anti-Spam SMTP Proxy is a spam filter that sits on port 25 in front of your
regular SMTP server (sendmail, postfix, qmail, etc).

ASSP performs a number of configurable spam checks, and on detecting a spam
message, provides an immediate 5xx SMTP error code back to the client.
Non-spam messages are passed to your regular SMTP server for further
processing and delivery.

ASSP offers:
	- a whitelist of known good senders
	- Bayesian checks on message headers and contents
	- recipient address validation using LDAP and RFC822 conformance
	- relay denial
	- HELO checking
	- SPF (Sender Policy Framework) checking
	- DNSBL (DNS Block List) checking using many DNSBL services
	- Virus detection

ASSP is a single script with a web-based configuration tool.

WWW: http://assp.sourceforge.net/

PR:		ports/81570
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
2005-05-28 09:56:27 +00:00