mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
be8168529b
It appears to have been heavily audited (at least as far as string format paranoia goes, and optimizes: snprintf() -> strlcpy()). PR: 22123 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> Obtained from: OpenBSD
12 lines
567 B
Plaintext
12 lines
567 B
Plaintext
This program is an application-level gateway, or proxy, designed to allow
|
|
mail retrieval from POP3 servers by systems that either:
|
|
|
|
(a) are behind a firewall or screening router OR
|
|
(b) do not have an assigned IP number OR
|
|
(c) must share a SLIP/PPP connection on another system
|
|
|
|
It connects to the POP3 server on behalf of the client, performs the login
|
|
and then passes data both ways until either the client or the server shut
|
|
down the connection. In the meanwhile, the connection will appear to have
|
|
originated on the host running the proxy.
|