Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第2,7812,790项(搜索用时0.007秒)
games/gnugo-3.8 (Score: 0.0022613276)
The game of Go
This plays a competent beginner's game of Go (the development line has achieved a rating of 17 kyu on the No Name Go Server, nngs.cosmic.org 9696), and operates both in plain ASCII and using the Go Modem Protocol. For a nice graphical interface, cgoban's Go Modem feature can operate as a front-end for gnugo (cgoban is available as a port/package). -Steve Coltrin- spcoltri@code.cs.unm.edu
mail/imapfilter-2.6.7 (Score: 0.0022613276)
IMAP mail filtering utility
IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server and processes mailboxes based on the results. It can be used to delete, copy, move, flag, etc. messages residing in mailboxes at the same or different mail servers. IMAPFilter uses the Lua programming language as a configuration and extension language.
mail/jwsmtp-1.32.15 (Score: 0.0022613276)
C++ library for sending email
jwSMTP is a GPL-licensed C++ library to facilitate sending email programmatically. All you need to worry about is who the mail is from, who to send it to and the message itself, no network coding necessary. It is able to send mail in html or plain format. jwSMTP can send attachments, send to multiple recipients including Cc/Bcc recipients. LOGIN and PLAIN SMTP authentication. Do an MX lookup or send direct via an smtp server. Supported platforms are BSD, Linux and Windows.
mail/mreport-0.9 (Score: 0.0022613276)
Sendmail logfile summary tool
mreport is a simple C program that processes /var/log/maillog (or whatever you specify as the mail log). What is probably its only limitation is that it can only process sendmail logs. Nevertheless, it makes very nice summaries of the mail logs, and can be useful for system administrators that are tired of poring through sendmail's copious logs trying to figure out how well their mail server configuration is holding up.
mail/displayquota-0.3.6 (Score: 0.0022613276)
Displays your IMAP quota in statusbar
This extension will display the current status of your IMAP quota in thunderbird's statusbar and will warn you when you reach a configurable limit. It only works with IMAP quotas and servers advertizing the quota status via IMAP (the IMAP GETQUOTA command). Some mail servers have disk quotas and will send email when your mailbox reach its quota. That's not a real IMAP quota system and the imap server might not advertize it.
net/scribe-2.2.2013.04.15 (Score: 0.0022613276)
Aggregating log data streamed in real time
Scribe is a server for aggregating log data streamed in real time from a large number of servers. It is designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine. This is an archived project and is no longer supported or updated by Facebook. Please do not file issues or pull-requests. If you wish to continue to develop this code yourself, we recommend you fork it.
security/fl0p-0.0.2.b (Score: 0.0022613276)
Passive L7 flow fingerprinting tool
The tool is a simple flow-analyzing passive L7 fingerprinter. It examines the sequence of client-server exchanges, their relative layer 7 payload sizes, and transmission intervals (as opposed to inspecting the contents, which is what most passive fingerprinters and "smart" sniffers would do to analyze transmissions). This is then matched against a database of traffic pattern signatures to infer some interesting facts about the traffic.
security/passivedns-1.1.3.60 (Score: 0.0022613276)
Network sniffer that logs DNS replies for use in passive DNS setups
A tool to collect DNS records passively to aid Incident handling, Network Security Monitoring (NSM) and general digital forensics. PassiveDNS sniffs traffic from an interface or reads a pcap-file and outputs the DNS-server answers to a log file. PassiveDNS can cache/aggregate duplicate DNS answers in-memory, limiting the amount of data in the logfile without losing the essense in the DNS answer.
security/net-scp-1.2.1 (Score: 0.0022613276)
Non-interactive SCP processing
Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to copied to and from a remote server. * Transfer files or entire directory trees to or from a remote host via SCP * Can preserve file attributes across transfers * Can download files in-memory, or direct-to-disk * Support for SCP URI's, and OpenURI
security/stunnel-5.35 (Score: 0.0022613276)
SSL encryption wrapper for standard network daemons
The stunnel program is designed to work as SSL encryption wrapper between remote client and local (inetd-startable) or remote server. The concept is that having non-SSL aware dae- mons running on your system you can easily setup them to communicate with clients over secure SSL channel. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code.