1pop3p(8) Universal proxy server pop3p(8)
2
3
4
6 pop3p - POP3 proxy gateway service
7
9 pop3p [-d] [-l[[@]logfile]] [-pport] [-iinternal_ip] [-eexternal_ip]
10 [-hdefault_ip[:port]]
11
13 pop3p is POP3 gateway service to allow internal users to access exter‐
14 nal POP3 servers.
15
17 -I Inetd mode. Standalone service only.
18
19 -d Daemonise. Detach service from console and run in the back‐
20 ground.
21
22 -t Be silenT. Do not log start/stop/accept error records.
23
24 -u Never look for username authentication.
25
26 -e External address. IP address of interface proxy should initiate
27 connections from. By default system will deside which address
28 to use in accordance with routing table.
29
30 -i Internal address. IP address proxy accepts connections to. By
31 default connection to any interface is accepted. It´s usually
32 unsafe.
33
34 -p Port. Port proxy listens for incoming connections. Default is
35 110.
36
37 -h Default destination. It's used if targed address is not speci‐
38 fied by user.
39
40 -l Log. By default logging is to stdout. If logfile is specified
41 logging is to file. Under Unix, if ´@´ preceeds logfile, syslog
42 is used for logging.
43
45 You can use any MUA (Mail User Agent) with POP3 support. Set client to
46 use internal_ip and port as a POP3 server. Address of real POP3 server
47 must be configured as a part of POP3 username. Format for username is
48 username@server, where server is address of POP3 server and username is
49 user´s login on this POP3 server. Login itself may contain ´@´ sign.
50 Only cleartext authentication is supported, because challenge-response
51 authentication (APOP, CRAM-MD5, etc) requires challenge from server
52 before we know which server to connect.
53
55 Report all bugs to 3proxy@security.nnov.ru
56
58 3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), sys‐
59 logd(8),
60 http://3proxy.ru/
61
63 3proxy is designed by 3APA3A (3APA3A@security.nnov.ru), Vladimir
64 Dubrovin (vlad@sandy.ru)
65
66
67
683proxy 0.6 July 2009 pop3p(8)