/[smeserver]/rpms/stunnel-tls/sme7/pop3-redirect.xinetd
ViewVC logotype

Contents of /rpms/stunnel-tls/sme7/pop3-redirect.xinetd

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 17:44:40 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: stunnel-tls-3_22-4_el4_sme, HEAD
Import on branch sme7 of package stunnel-tls-3.22-4.el4.sme.src.rpm

1 # default: off
2 # description: The POP3 redirector allows client software which does not have \
3 # native support for SSL to connect to the local machine's POP3 \
4 # port and have the connection forwarded over the network using \
5 # SSL. You will need to modify /etc/xinetd.d/pop3-redirect to \
6 # specify the server to connect to in order for this to be useful.
7 service pop3
8 {
9 disable = yes
10 socket_type = stream
11 wait = no
12 user = root
13 server = /usr/sbin/stunnel
14 server_args = -c -r pop3s-server.example.com:pop3s
15 log_on_success += USERID
16 log_on_failure += USERID
17 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed