]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-config.patch
- commented out all
[packages/stunnel.git] / stunnel-config.patch
1 --- stunnel-4.05/tools/stunnel.conf-sample.in.orig      2004-05-09 02:40:26.000000000 +0200
2 +++ stunnel-4.05/tools/stunnel.conf-sample.in   2004-05-09 02:42:32.000000000 +0200
3 @@ -2,12 +2,12 @@
4  # Copyright by Michal Trojnara 2002
5  
6  # Comment it out on Win32
7 -cert = @prefix@/etc/stunnel/mail.pem
8 -chroot = @prefix@/var/run/stunnel/
9 +#cert = /etc/stunnel/mail.pem
10 +#chroot = @prefix@/var/run/stunnel/
11  # PID is created inside chroot jail
12 -pid = /stunnel.pid
13 -setuid = nobody
14 -setgid = nogroup
15 +pid = /var/run/stunnel/stunnel.pid
16 +setuid = stunnel
17 +setgid = stunnel
18  
19  # Workaround for Eudora bug
20  #options = DONT_INSERT_EMPTY_FRAGMENTS
21 @@ -33,26 +33,26 @@
22  
23  # Service-level configuration
24  
25 -[pop3s]
26 -accept  = 995
27 -connect = 110
28 -
29 -[imaps]
30 -accept  = 993
31 -connect = 143
32 -
33 -[ssmtp]
34 -accept  = 465
35 -connect = 25
36 -
37 -[s1]
38 -accept  = 5000
39 -connect = mail.osw.pl:110
40 -# delay = yes
41 -
42 -[s2]
43 -accept  = 5001
44 -connect = mail.osw.pl:25
45 +#[pop3s]
46 +#accept  = 995
47 +#connect = 110
48 +
49 +#[imaps]
50 +#accept  = 993
51 +#connect = 143
52 +
53 +#[ssmtp]
54 +#accept  = 465
55 +#connect = 25
56 +
57 +#[s1]
58 +#accept  = 5000
59 +#connect = mail.osw.pl:110
60 +#delay = yes
61 +
62 +#[s2]
63 +#accept  = 5001
64 +#connect = mail.osw.pl:25
65  
66  #[https]
67  #accept  = 443
This page took 0.077836 seconds and 4 git commands to generate.