Ports 搜索

共有990项符合/mail/的查询结果,以下是第271280项(搜索用时0.006秒)
mail/Horde_Smtp-1.9.3 (Score: 0.12994269)
Horde SMTP Client
This Horde package provides interfaces for connecting to a SMTP (RFC 5321) server to send e-mail messages.
mail/libgmail-0.1.11 (Score: 0.12994269)
Library to provide access to Gmail via Python
The libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service.
mail/dkimproxy-1.4.1 (Score: 0.1296693)
DKIM filter for Postfix
This is an implementation of DomainKeys Identified Mail (DKIM) draft standard for the Postfix mail transfer agent. DKIM is a scheme to sign and verify e-mail messages on a per-domain basis. Details regarding the protocol and other issues related to the draft standard can be found at http://mipassoc.org/dkim/.
mail/mbox2mdir-1.4 (Score: 0.1296693)
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/spambayes-1.1b2 (Score: 0.1296693)
Bayesian anti-spam filter written in Python
SpamBayes is a tool used to segregate unwanted mail (spam) from the mail you want (ham). Before SpamBayes can be your spam filter of choice you need to train it on representative samples of email you receive. After it's been trained, you use SpamBayes to classify new mail according to its spamminess and hamminess qualities.
mail/smfsav-1.4.0 (Score: 0.12883158)
Sendmail Sender Address Validator
It's a lightweight, fast and reliable Sendmail milter that implements a real-time Sender e-Mail Address Verification technology. This technology can stop some kinds of SPAM with a spoofed sender's e-Mail address. Also it implements a real-time Recipient e-Mail Address Verification technology. It can be useful if your machine is a backup MX for the recipient's domains or if your machine forwards all e-Mail messages as a relay host for your domains to another internal or external e-Mail servers. It's a lite alternative for the spamilter, milter-sender and milter-ahead milters.
mail/spampd-2.42 (Score: 0.12883158)
Spamassassin SMTP Proxy
spampd is a program used within an e-mail delivery system to scan messages for possible Unsolicited Commercial E-mail (UCE, aka spam) content. It uses an excellent program called SpamAssassin (SA) to do the actual message scanning. spampd acts as a transparent SMTP/LMTP proxy between two mail servers, and during the transaction it passes the mail through SA. If SA decides the mail could be spam, then spampd will ask SA to add some headers and a report to the message indicating it's spam and why. spampd is written in Perl and should theoretically run on any platform supported by Perl and SpamAssassin.
archivers/innoextract-1.6 (Score: 0.12800464)
Program to extract Inno Setup files
Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-windows systems without running the actual installer using Wine.
audio/icegenerator-0.5.5.p2 (Score: 0.12800464)
Direct streaming generator for Icecast/Shoutcast
IceGenerator is a direct streaming generator for Icecast/Shoutcast. It runs as a daemon.Three child processes handle all the stuff. A fourth (optional) child cares about telnet communication. Main idea for this program is radio automation on a Icecast/Shoutcast server. If you have many server processes and CPU saving is your priority, u can use IceGenerator. Obviously mp3s/oggs will be already resampled to allow their streaming on your bandwidth capability. For more information see share/doc/icegenerator/README.
devel/Class-OOorNO-0.011 (Score: 0.12800464)
Perl module that give your module classic AND OO interfaces
Class::OOorNO Class::OOorNO helps your module handle the input for its subroutines whether called in object-oriented style (as object methods or class methods with the arrow syntax ->), or in functional programming style (as subroutines imported to the caller's namespace via Exporter).