Ports Search

Results 5,1815,190 of 5,827 for /net-mgmt/.(0.005 seconds)
mail/perdition-2.1 (Score: 0.0052506765)
POP3 & IMAP4 proxy that can map users to multiple backend servers
Perdition is a mail retrieval proxy that allows users to connect to a content-free POP3 or IMAP4 server that will redirect them to their real POP3 or IMAP4 server. This enables mail retrieval for a domain to be split across multiple backend servers on a per user basis. It can also be used as a POP3 or IMAP4 proxy in firewall applications. Perdition supports arbitrary library based map access to determine the server for each user - POSIX regex, GDBM, PostgreSQL, MySQL, NIS and OpenLDAP libraries ship with the distribution. The use of perditon to scale mail services beyond a single box is discussed in a paper the author wrote on high capacity email, so be sure to check the web page.
mail/mailx-12.4 (Score: 0.0052506765)
BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions
Heirloom mailx (formerly known as "nail") is derived from Berkeley Mail and provides the functionality of the System V and POSIX mailx commands. Additional features include support for MIME, IMAP (including caching and disconnected use), POP3, SMTP, S/MIME, international character sets, maildir folders, message threading, powerful search methods, scoring, and a Bayesian junk mail filter. Mailx can be used as a mail batch language in nearly the same way as it is used interactively. It can thus act as a mailbox filter, can fetch mail from remote accounts, and can send files as attachments.
mail/mailparse-2.1.6 (Score: 0.0052506765)
PECL extension to create and decode MIME messages
Mailparse is an extension for parsing and working with email messages. It can deal with rfc822 and rfc2045 (MIME) compliant messages. Mailparse is stream based, which means that it does not keep in-memory copies of the files it processes - so it is very resource efficient when dealing with large messages.
mail/mailmgr-1.2.3 (Score: 0.0052506765)
Sendmail Analysis Report Generator
Mailmgr is a Sendmail Analisys Report Generator. The html reports contain the following informations: Username messages sent messages received bytes sent bytes received Messages from with date, time and bytes per user Messages to with date, time and bytes per user
mail/mbox2mdir-1.4 (Score: 0.0052506765)
Mbox to qmail's Maildir converter written in C++
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.
mail/mls-1.3 (Score: 0.0052506765)
Program for generating various statistics on emails
mls will read mailbox file in MBOX format and display various statistical data about it. You can specify input and ouput files (can be stdin/stdout), language used for output (in this version Slovak/English/Italian/Francais/Deutsch/Spanish/Serbian), error and diagnostic msgs are always printed in english. You can also specify text which will be displayed instead of standart title in output (can be used for automatic mailing of produced output). It also supports cache file for faster re-generation of stats from the same input file. It is useful when you want to show statistics on web - you can use HTML output & PHP wrapper.
mail/msgconvert-20060330 (Score: 0.0052506765)
Convert .MSG files to multipart MIME messages (mbox)
Convert .MSG files to multipart MIME messages (mbox).
mail/nullpop-0.3 (Score: 0.0052506765)
POP3 server that allows logins, but never returns any email
NullPop is a POP3 server that allows logins, but never returns any email. This is useful for certain setups where the user needs an 'account' setup in their mail client, but no real mail will ever be received.
mail/Sendmail-Milter-0.18 (Score: 0.0052506765)
Module to write mail filters in Perl using sendmail's mail filter API
Sendmail::Milter provides users with the ability to write mail filters in Perl that tightly integrate with sendmail's mail filter API. With this module, you can define and register Perl callbacks with the Milter engine. This module calls your perl callbacks using interpreters from a threaded persistent interpreter pool. Milter contexts are presented using an object-oriented style interface for performing operations on a Milter context.
mail/proxsmtp-1.10 (Score: 0.0052506765)
Flexible SMTP filter which can act also as transparent proxy
ProxSMTP is a flexible tool that allows you to reject, change or log email based on arbitrary criteria. 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.