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)
daemon. It lets users run messages through filters like ClamAV and
SpamAssassin during SMTP transactions, so the server can reject mail
before assuming responsibility for its delivery. Other unique features
include TCP SYN fingerprint and network route recording, verification
of sender addresses through SMTP callbacks, SPF (sender policy
framework) as a general policy language, qmail-style control over both
SMTP-level behavior and local delivery of extension addresses,
mail-bomb protection, integration with kernel firewalls, and more.
WWW: http://www.mailavenger.org/
PR: ports/80800
Submitted by: David Mazieres <dm+bugs+avenger@mailavenger.org>
the Ports Collection. The author specifically insists that no patches
be distributed for his software.
Please do not contact portmgr about this policy, it is the author's sole
choice.
Hat: portmgr
email based on arbitrary critera. It accepts SMTP connections and
forwards the SMTP commands and responses to another SMTP server. You
need to be able to write the filtering scripts that integrate it with
your particular needs.
PR: ports/80596
Submitted by: Dario Freni <saturnero@gufi.org>