1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

489 Commits

Author SHA1 Message Date
Edwin Groothuis
47846c1bfe mail/p3scan is a fork of mail/pop3vscan, a transparent POP3 virusscanner
P3Scan is a transparent POP3-Proxy with virus-scanning
	capabilities.  This means that all your POP3-Clients in the
	Network can't fetch mails from the internet without that
	P3Scan have scanned it. If a virus has been found the mail
	is replaced with a notification and the original (infeceted)
	version is stored on the harddisc. Transparent means, that
	neither the client nor any of the used POP3-servers has to
	be configured.

	This port is based on mail/pop3vscan, but the development
	for that port seems to have ceased.

	WWW: http://p3scan.sourceforge.net/
2004-02-18 02:00:30 +00:00
Doug Barton
aa89e0730e Remove the p5-Mail-SpamAssassin-snapshot port. At the time it was created
it served a useful purpose, but this is no longer the case, and it's
still a cause of needless confusion.
2004-02-15 01:24:49 +00:00
Joe Marcus Clarke
82d2c4fd00 mozilla-thunderbird is now just thunderbird. 2004-02-14 22:37:27 +00:00
Tilman Keskinoz
b3488a98cb Remove ksig, it is now included in kdeaddons
PR:		62586
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2004-02-09 19:20:20 +00:00
Pav Lucistnik
1e35438288 Add Net::Server::Mail, perl modules implementing SMTP/ESMTP/LMTP protocol.
Sponsored by:	Czech On Line
2004-02-06 15:46:07 +00:00
Pav Lucistnik
ce13e96bb7 Add hashcash, a tool used to sign email with a token guaranteeing that
it took some computation to send.

PR:		ports/62138
Submitted by:	David Bremner <bremner@unb.ca>
2004-02-01 17:31:20 +00:00
Alex Dupre
b276bd5cbe Add enigmail-thunderbird 0.83.1, a GnuPG extension for the Thunderbird
mail client.

Approved by:	nork (mentor)
2004-01-28 18:05:39 +00:00
Alex Dupre
3793d28dee Add enigmail 0.83.1, a GnuPG extension for the Mozilla mail client.
Approved by:	nork (mentor)
2004-01-28 18:04:32 +00:00
Pav Lucistnik
48c3b91e10 Add popcheck, a small curses based POP3 mailbox viewer.
PR:		ports/61961
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-01-26 18:41:09 +00:00
Josef Karthauser
2d213f9ce6 Repocopy the MailScanner-devel port to mailscanner-devel, so as to retain
the status quo of low case directory names.
2004-01-18 22:04:06 +00:00
Josef Karthauser
fd921b2e5e Revive mailscanner/ in favour of MailScanner/ (which was repocopied
from mailscanner and updated, but then frowned upon because of the
capitals in the directory name).
2004-01-18 21:58:39 +00:00
Clement Laforet
50f0202212 Add qsf 0.9.18, a small fast spam filter intended to be used with
procmail.
Quick Spam Filter (qsf) is a lightweight statistical spam filter written in C.
It is designed to be small, fast, reliable, easy to install, and simple to use
in a procmail recipe

WWW: http://www.ivarch.com/programs/qsf.shtml

PR:		61486
Submitted by:	liamfoy@sepulcrum.org
Approved by:    erwin (mentor) (implicitly)
2004-01-18 01:48:17 +00:00
Martin Blapp
846af8e936 Add smtp-vilter 2004-01-17 15:55:44 +00:00
Michael Haro
2fdb9f3359 Add the p5-Mail-SPF-Query port
The SPF protocol relies on sender domains to publish a DNS whitelist of
their designated outbound mailers.

Given an envelope sender, Mail::SPF::Query determines the legitimacy of an
SMTP client IP.
2004-01-16 21:20:15 +00:00
Peter Pentchev
1c3d5ea87c Add vodmr 0.13, an ODMR/ATRN server for vpopmail/qmail.
PR:		47002
Submitted by:	James Raftery <james@now.ie>
2004-01-15 08:44:31 +00:00
Dirk Meyer
12c098aa05 Suggested by: Martyn Hill, Diana Eichert
Prayer is yet another Webmail interface for IMAP servers on Unix systems.

It exists because we weren't terribly happy about the characteristics of
existing Webmail interfaces: in particular scalability problems with common
open source Webmail packages and the lack of flexibility that commercial
packages would give us. This doesn't mean that Prayer is trying to compete
with existing Webmail packages. It just means that Prayer is better suited
to our particular environment.

WWW: http://www-uxsup.csx.cam.ac.uk/~dpc22/prayer/
2004-01-06 10:01:22 +00:00
Sergei Kolobov
0d2acd9252 Add yadda 1.0, Yet Another Damn Delivery Agent.
Yadda - Yet Another Damn Delivery Agent is a
fully featured mail delivery agent, with support for Maildir++
and softquotas. It also supports filtering, and SQL-usage.
It's written entirely in Perl and uses Mail::Audit which is
available from CPAN. It's compatible with RFC2033 (LMTP)
and works great with postfix, and other LHLO/LMTP-fluent MTA's.

Author:	Jesper Noehr <jesper@noehr.org>
WWW:	http://code.printf.dk/~decius/yadda/

PR:		60802
Submitted by:	Jesper Noehr <jesper@noehr.org>
2004-01-06 09:57:15 +00:00
Dirk Meyer
66a65607eb Sendmail milter wich uses Mcafee Virus Scan
The milter recives messages from sendmail, and saves them as a file in
a directory. The directory name and the file name are the "$i" (queue
identifier) from Sendmail, making it easier to identify them. Once the
entire message has been received, the milter runs "ripmime" on the file
to extract any attachments. If rupmime returns without an error then it
will run "uvscan" on the diretory to scan all the files in it. If uvscan
returns an error, then the milter will look for viruses output from
uvscan, and reject the message reporting which viruses were found. If
viruses were found then the entire directory is moved to quarantine,
otherwise it is deleted.

The milter also does extention checks. Certain extentions are blocked
completely. In specific, extenions of .scr, .vbs, .pif, and .com are
blocked.

Author gave permission to distribute it with BSD-License.

WWW: http://www.nmt.edu/~wcolburn/antivirus/
2004-01-05 17:51:18 +00:00
Edwin Groothuis
7d2918ee10 New port mail/postfixadmin
A tool to manage virtual domains via a PHP interface

	Postfix Admin is a Web Based Management tool for Postfix
	when you are dealing with Postfix Style Virtual Domains and
	Virtual Users that are store in MySQL. Written in PHP.

PR:		ports/54984, ports/58417
Submitted by:	SIN-HSIUNG CHANG <sexbear@tmu.edu.tw>, Rob Evers <rob@debank.tv>
2004-01-03 06:56:12 +00:00
Erwin Lansing
c6839a1a73 Add p5-Mail-CheckUser 1.21,
This Perl module provides routines for checking validity of email address

WWW: http://search.cpan.org/search?dist=Mail-CheckUser

PR:		60841
Submitted by:	Attila Nagy <bra@fsn.hu>
2004-01-02 23:15:40 +00:00
Kirill Ponomarev
b8804d6529 Add a new bogofilter slave port that uses the QDBM data base
manager.

PR:		60814
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-01-02 12:33:34 +00:00
Sergei Kolobov
101d4c7301 Add annoyance-filter 1.0b, Adaptive Bayesian Junk Mail Filter.
annoyance-filter uses Bayesian statistics to determine the probability
an E-mail message is junk based on an analysis of its contents compared
to collections of known junk and legitimate E-mail.

Suggested by:	phk
2004-01-02 00:31:57 +00:00
Dmitry Sivachenko
87bbdf6d7f New port: An electronic mailing list manager with elixus.org patches
Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-12-30 13:24:29 +00:00
Pav Lucistnik
3ab2c6e7e1 Add mail-notification, an icon for the GNOME Notification Area that
informs users if they have new mail.

* multiple folder support
* mbox, MH, Maildir and Sylpheed support
* POP3 support (if the GNet library is available)
* automatic folder format detection
* responsive UI (multi-threaded application)
* HIG-compliant user interface
* themeable stock icons

PR:		ports/56969
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-12-25 19:45:11 +00:00
Sergei Kolobov
f3997b938e Add relay-ctrl 3.1.1, SMTP Relaying Control for qmail & tcpserver.
This set of programs controls access to relaying for users that
authenticate using either POP3 using the qmail-popup/qmail-pop3d
or pop3front servers, or IMAP using Courier IMAP.

Author:	Bruce Guenther <bruceg@em.ca>
WWW:	http://untroubled.org/relay-ctrl/

PR:		60471
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp>
2003-12-24 10:42:36 +00:00
Clement Laforet
6b61a25ebe Add teapop-devel port, developement version of teapop POP3 server.
Teapop is yet another RFC1939 compliant POP3 server.  It includes
flexible virtual domain support that distinguishes it from all other
POP3 servers.

WWW:    http://www.toontown.org/teapop/

PR:             55333
Approved by:    erwin (mentor)
2003-12-22 11:07:07 +00:00
Joe Marcus Clarke
f25d399415 Add gdesklets-sensor-psi_popmail, a mail check backend Sensor for gDesklets
from the PSI project.

PR:		59821
Submitted by:	Franz Klammer <klammer@webonaut.com>
2003-12-17 20:45:54 +00:00
Sergei Kolobov
9cf370ec2f - Add MailScanner and MailScanner-devel, remove mailscanner after repo-copy 2003-12-16 21:19:59 +00:00
Sergei Kolobov
a289327ceb Add p5-Email-Filter 1.0, library for creating easy email filters.
This is another module produced by the "Perl Email Project", a reaction
against the complexity and increasing bugginess of the "Mail::*"
modules. It replaces Mail::Audit, and allows you to write programs
describing how your mail should be filtered.

WWW:	http://search.cpan.org/dist/Email-Filter

PR:		59617
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-12-13 00:42:15 +00:00
Sergei Kolobov
a110ceccb6 Add vqregister 2.6, an extremely admin-configurable email user signup CGI.
vQregister is a CGI which allows new email users to signup on your system.
It is extremely configurable, and has many methods of operation.
 * Configurable to allow random generation of passwords, which are
   emailed to users.
 * Redirect your users (ie, SqWebmail) after the signup process is complete.
 * Fully templacized HTML, and email output.

WWW:	http://www.inter7.com/vqregister.html

PR:		59525
Submitted by:	Dan Caescu <daniel@freebsd.ro>
2003-12-12 14:23:53 +00:00
Sergei Kolobov
04de5e37c4 Add anomy-sanitizer 1.63, sanitize and clean incoming/outgoing mail.
The Anomy sanitizer is what most people would call
"an email virus scanner". The most important jobs that the sanitizer
can do for you - it can scan email attachments for viruses.

Other things it can do:
- Disable potentially dangerous HTML code, such as javascript,
  within incoming email.
- Protect you from email-based break-in attempts which exploit
  bugs in common email programs (Outlook, Eudora, Pine, ...).
- Block or "mangle" attachments based on their file names.
  This way if you don't need to recieve e.g. visual basic scripts,
  then you don't have to worry about the security risk they imply
  (the ILOVEYOU virus was a visual basic program).
  This lets you protect yourself and your users from whole
  classes of attacks, instead of blocking individual exploits.

Author:	Bjarni R. Einarsson <bre@netverjar.is>
WWW:	http://mailtools.anomy.net/

PR:		59869
Submitted by:	janos.mohacsi@bsd.hu
2003-12-11 17:25:34 +00:00
Sergei Kolobov
46a4563118 Add qmail-scanner 1.20.r4, Content/Anti-virus Scanner for qmail.
Qmail-Scanner is e-mail content scanner that enables a qmail server to
scan all messages it receives for certain characteristics (normally viruses),
and react accordingly.

If you have a commercial virus scanner (eg, Sophos sweep, McAfee
uvscan, etc) installed when you build qmail-scanner, qmail-scanner
will configure itself to use that.  Otherwise, it will only use its
internal content filter which only allows you to block mail based
on text in the subject/body, general types of attachments, etc.

WWW:	http://qmail-scanner.sourceforge.net/

PR:		55941
Submitted by:	moeti <freebsd@simplerezo.com>
2003-12-11 11:40:35 +00:00
Dmitry Sivachenko
c41147feae New port: sympa.
SYMPA is an electronic mailing list manager. It is used to automate list
management functions such as subscription, moderation and management of
archives. SYMPA also manages sending of messages to the lists, and
makes it possible to reduce the load on the system. Provided that you
have enough memory on your system, Sympa is especially well adapted for big
lists. For a list with 20 000 subscribers, it takes 5 minutes to send a
message to 90% of subscribers, of course considering that the network is
available.

WWW: http://www.sympa.org/

PR:		46615
Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-12-09 09:07:37 +00:00
Mathieu Arnold
33ee3df06d Add p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner.
PR:		59639
Submitted by:	Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
2003-12-04 17:23:28 +00:00
Joe Marcus Clarke
c7f32dceca Add gdesklets-imapmail, a gdesklets display that show new/total email in an
IMAP mailbox.

PR:		59512
Submitted by:	Franz Klammer <klammer@webonaut.com>
2003-11-20 16:12:04 +00:00
Kiriyama Kazuhiko
dda6d83051 Add Mew3 ports:
mew3
mew3-emacs20
mew3-xemacs21
mew3-xemacs21-mule

with which repositry copied from mail/mew2*[1].

PR:		ports/46008
Submitted by:	ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
Approved by:	portmgr(marcus@marcuscom.com)[1]
2003-11-20 08:16:02 +00:00
Sergei Kolobov
bed0260f04 Add spamguard 1.6, MTA spam prevention program for qmail/postfix/sendmail.
Nearly all of today's mail system administrators face spam as their
first threat. Because of this, EnderUNIX team has written this small
application to automagically monitor malicious spammer activity in
your mail server logs.

spamGuard is written purely in C, to stop spammers hanging around.
The program supports nearly all mostly used MTAs; qmail (both
multilog and splogger), sendmail and Postfix.

WWW: http://www.enderunix.org/spamguard

PR:		58499
Submitted by:	Omer Faruk Sen <ofsen@enderunix.org>
2003-11-18 21:56:41 +00:00
Pav Lucistnik
6e39ea69d2 Add mboxcheck-applet, a GNOME 2 panel applet for checking new mail
in local mailbox.

PR:		ports/57668
Submitted by:	me
Approved by:	adamw (mentor)
2003-11-15 23:49:12 +00:00
Vanilla I. Shu
edc503ea71 Add p5-Mail-Graph 0.12,
perl module for drawing graphical stats for
mails/spams.

PR:		58890
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-11-04 16:36:53 +00:00
Yen-Ming Lee
6411e6556a add mboxstats-1.3
mboxstats creates several top-10 lists from a file containing message
in mbox-format.  List of top10 lists:

o Top writes
o Top receivers
o Top subjects
o Top cc'ers
o Top top-level-domain
o Top timezones
o Top organisations
o Top useragents (mailprograms)
o Top month/day-of-month/day-of-week/hour
o Average number of lines per message
o All kinds of per-user statistics

And much more!

WWW: http://vanheusden.com/mboxstats/

PR:		58748
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-31 10:29:56 +00:00
Vanilla I. Shu
969e492757 Add p5-Mail-Mbox-MessageParser 1.12,
a fast and simple mbox folder
reader.

PR:		58674
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-30 17:48:29 +00:00
Max Khon
e1f0088cb7 This port is superseded by ports/news/husky-smapi. 2003-10-29 09:01:26 +00:00
Kirill Ponomarev
1ab2b4e360 New port: mail/kshowmail
KShowmail is a POP3 mail checker for KDE.

Main features:
 o load mail headers from pop3 servers
 o display relevant header fields in a list view
 o display headers of selected mails
 o display complete mails
 o delete selected mails on servers
 o launch external programs like fetchmail or sendmail
   via configurable menu entries
 o support multiple accounts
 o sound support
 o send complain mails to postmaster

PR:		58203
Submitted by:	Markus Brueffer <brueffer@phoenix-systems.de>
2003-10-22 08:03:39 +00:00
Vanilla I. Shu
688e50dcd0 Add p5-Mail-GnuPG 0.06,
perl5 interface to process and/or create
PGP email.

PR:		58083
Submitted by:	clsung@dragon2.net
2003-10-17 07:22:40 +00:00
Vanilla I. Shu
1031a583b8 Add p5-Net-QMTP 0.05,
perl module to provide a Quick Mail Transfer
Protocol (QMTP) client.

PR:		58070
Submitted by:	James Raftery <james@now.ie>
2003-10-17 04:51:38 +00:00
Alexander Leidinger
90a942eacb VMailMgr (short for Virtual MAIL ManaGeR) is a package of programs
designed to manage multiple domains of mail addresses and mailboxes
on a single host. It co-operates with qmail for mail delivery and
program control.

Submitted by:	Patrick Rinke <patrick@rinke-bochum.de>
2003-10-14 15:04:01 +00:00
Vanilla I. Shu
9fa1a8ca1e Add p5-Mail-Procmail, it's module to provide procmail-like tools. 2003-10-13 10:24:06 +00:00
Edwin Groothuis
d6fe64e86b New port: UebiMiau PHP Webmail
UebiMiau is a simple yet efficient WebMail system written
	in PHP. It features folders, View and Send attachments,
	Preferences, Quota Limit, Search, and more. It does not
	require a database or IMAP server.

	WWW: http://www.uebimiau.sili.com.br

PR:		ports/55594
Submitted by:	Francisco Gomez <francisco@gomezmarin.com>
2003-10-12 10:37:38 +00:00
Edwin Groothuis
a928f1a1ae New port: mb2md - Converts mbox mailboxes to Maildir
This is a Perl script that reads a directory of Mbox format
	mailboxes and converts them to Maildir format.

	Some details of this are to suit Courier IMAP's naming
	conventions for Maildir mailboxes.

PR:		ports/53537
Submitted by:	Andy Gilligan <andy@evo6.org>
2003-10-10 06:09:21 +00:00
Edwin Groothuis
235efa454d new port: mail/mls
mls is that basic mbox number-crunching software to extract
	juicy stats about those packs of emails you have gathered
	from mailing lists...

PR:		ports/51264
Submitted by:	The Anarcat <anarcat@anarcat.ath.cx>
2003-10-08 11:26:08 +00:00