- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
and complete migration to optionsNG framework [2]
PR: ports/168906
Submitted by: maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by: maintainer
- use ports framework to create user/group
- add pkg-install script to create links and directories
so they are created during package install
- use COPYTREE_SHARE instead of fix permissions and use INSTALL_DATA
- fix order of pkg-plist
- bump PORTREVISION
PR: [1] ports/152365 [2] ports/153350 (maintainer)
Submitted by: [1] Marco Walraven [2] Rusty Nejdl (maintainer)
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple
- Adjust dependencies
Reported by: pointyhat
With hat: portmgr
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
- 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)
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>