]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- commented out all
authortwittner <twittner@pld-linux.org>
Sun, 9 May 2004 01:00:44 +0000 (01:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-config.patch -> 1.1

stunnel-config.patch [new file with mode: 0644]

diff --git a/stunnel-config.patch b/stunnel-config.patch
new file mode 100644 (file)
index 0000000..3ff5cda
--- /dev/null
@@ -0,0 +1,67 @@
+--- stunnel-4.05/tools/stunnel.conf-sample.in.orig     2004-05-09 02:40:26.000000000 +0200
++++ stunnel-4.05/tools/stunnel.conf-sample.in  2004-05-09 02:42:32.000000000 +0200
+@@ -2,12 +2,12 @@
+ # Copyright by Michal Trojnara 2002
+ # Comment it out on Win32
+-cert = @prefix@/etc/stunnel/mail.pem
+-chroot = @prefix@/var/run/stunnel/
++#cert = /etc/stunnel/mail.pem
++#chroot = @prefix@/var/run/stunnel/
+ # PID is created inside chroot jail
+-pid = /stunnel.pid
+-setuid = nobody
+-setgid = nogroup
++pid = /var/run/stunnel/stunnel.pid
++setuid = stunnel
++setgid = stunnel
+ # Workaround for Eudora bug
+ #options = DONT_INSERT_EMPTY_FRAGMENTS
+@@ -33,26 +33,26 @@
+ # Service-level configuration
+-[pop3s]
+-accept  = 995
+-connect = 110
+-
+-[imaps]
+-accept  = 993
+-connect = 143
+-
+-[ssmtp]
+-accept  = 465
+-connect = 25
+-
+-[s1]
+-accept  = 5000
+-connect = mail.osw.pl:110
+-# delay = yes
+-
+-[s2]
+-accept  = 5001
+-connect = mail.osw.pl:25
++#[pop3s]
++#accept  = 995
++#connect = 110
++
++#[imaps]
++#accept  = 993
++#connect = 143
++
++#[ssmtp]
++#accept  = 465
++#connect = 25
++
++#[s1]
++#accept  = 5000
++#connect = mail.osw.pl:110
++#delay = yes
++
++#[s2]
++#accept  = 5001
++#connect = mail.osw.pl:25
+ #[https]
+ #accept  = 443
This page took 0.033137 seconds and 4 git commands to generate.