mbox2mdir is a small program to convert mail stored in UNIX mbox format to
qmail's Maildir format. It can (optionally) also truncate the source mbox file
upon successful conversion. I use it to move mail delivered by /bin/mail or
sendmail to qmail Maildir folders, but of course there are many other possible
uses for it.
WWW: http://sageshome.net/oss/mbox2mdir.php
PR: ports/88245
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
CSS2 standards. This webmail is an IMAP client and it has support for
mysql, postgresql and sqlite database. Although it is a development version,
it is working quite well.
up-to-the-second blackhole list server designed to monitor global network
activity and make decisions based on network spread and infection rate -
that is, abuse from an address which has been reported by a number of
participating networks. This is in far contrast to how most other
blacklists function, where fallable humans (many with political agendas) must
process thousands of reports and make decisions - many times after the fact.
The RABL is fully reactive to new threats and can block addresses within
seconds of widespread infection - good to know in this world of drone PCs
and stolen accounts. The RABL server blacklists addresses until they have
cleared a minimum duration (an hour by default) without any additional
reporting, making the appeals process as simple as "fix your junk". The RABL
is designed to function via automated machine-learning spam filters, such as
Bayesian filters. Each participating network is granted write authentication
in the blackhole list, to prevent abuse. A client tool is also provided.
The RABL client is the lookup and reporting component of the RABL. It is
necessary for performing streaming connection lookups and writing to the RABL
(assuming you have an account).
PR: 87096
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
The libgmail project is a pure Python binding to provide access to Google's
Gmail web-mail service.
PR: 86622
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: pav (mentor)
- Copy py-mimelib to py-email2 and update to 2.5.6
- Both: update WWW, MASTER_SITES
PR: ports/83742
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: Gerhard Schmidt <estartu@augusta.de> (maintainer)
Repocopied by: marcus
consists of a POP3 proxy, a storage server and lots of utility programs. Note
that this program is intended to be used in large email systems and is
therefore quite complex to configure. If you only have a few thousand
mailboxes, you are probably better of with a different POP3 server.
deprecation date several months ago.
From the maintainer:
The next (pending) update to the master port will drop TDB support in any case.
A poll in the bogofilter@ mailing list didn't turn up with any FreeBSD
bogofilter-tdb users.
This was previously discussed with portmgr (linimon).
PR: ports/85419
Submitted by: former maintainer
Spfval validates SPF records. It does not check them via the network, this was
intentionally omitted in favour of focusing purely on syntactically validating
SPF records. Simply pass the validator a string and it will see if it validates
as an SPFv1 or SPF-Classic record.
If an error is found, it tries its best to report the error in question and the
specific location in the record where the error occured.
WWW: http://spfval.codeshare.ca/
PR: ports/83899
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
written for some squirrelmail plugins.
About the Plugin: It provides a standard API for other plugins and has no
functionality in and of itself.
PR: ports/83606
Submitted by: Alexander Wittig <alexander@wittig.name>
to write their own email processing tools.
Whether you want to process incoming and outgoing emails,
or just analyze a message,
this package is intended to aid in that endeavor.
Features
* Written in C
* API is documented
* Fast and efficient
Usage
How we use EPS and how others use EPS
* Tracking incoming and outgoing email messages based on threads
* Archiving and searching against threads
* Demographics collection via email
* Email client
* Create custom autoresponders
* We even used it to parse simple LDIF files!
WWW: http://www.inter7.com/index.php?page=eps
PR: ports/83818
Submitted by: Ismail YENIGUL <ismail@enderunix.org>
Approved by: flz (mentor)
by Google, it is written in Python and provides an attractive and simple way to
check for new mail messages.
PR: ports/81998
Submitted by: David <djulien.bsd@gmail.com>
are used to consolidate code for sending out forgotten passwords, welcoming
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de>
It supports:
* Antivirus executing
* body filtering
* subject filtering
* attachment blocking
* quarantine
* white/black list
* single line logging for qmail and many features.
PR: ports/83590
Submitted by: Ozkan KIRIK <ozkan@enderunix.org>
Approved by: flz (mentor)
command processing.
It has the same function as rblsmtpd, but the messages are checked at local
delivery time.
PR: ports/82488
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: flz (mentor)
Convert a single mailbox from Cyrus-Imap into the Maildir++
format used by the Courier-IMAP and Dovecot IMAP servers.
PR: 82478
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
A list of features unique to mutt-ng:
* Better view support for format=flowed attachments.
* Message IDs are configurable.
* User can set signoff_string just like in slrn.
* User can call up the "last folder" when saving attachments.
* IMAP reconnecting: when the connection to the IMAP server dies,
mutt-ng attempts reconnecting.
* User can set the umask with which all the files shall be created
(was hard-coded before, and caused huge problems for shared
mailboxes to some people).
* Support for NNTP, i.e. mutt-ng can be used as a newsreader.
* A sidebar similar to other (graphical) MUAs where you can directly
jump to a certain mailbox.
PR: ports/82235
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
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>
It can be restored from Attic easily when new development version comes out.
PR: ports/81270
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)