]> git.pld-linux.org Git - packages/up-imapproxy.git/commitdiff
- PLD config
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Mar 2006 14:10:38 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    up-imapproxy-config.patch -> 1.1

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

diff --git a/up-imapproxy-config.patch b/up-imapproxy-config.patch
new file mode 100644 (file)
index 0000000..13c36b7
--- /dev/null
@@ -0,0 +1,55 @@
+--- up-imapproxy-1.2.4/scripts/imapproxy.conf~ 2005-08-31 19:32:24.000000000 +0300
++++ up-imapproxy-1.2.4/scripts/imapproxy.conf  2006-03-20 16:08:51.000000000 +0200
+@@ -11,7 +11,7 @@
+ ##
+ ## This setting controls which imap server we proxy our connections to.
+ #
+-server_hostname your.imap.server.com
++server_hostname 127.0.0.1
+ #
+@@ -31,7 +31,7 @@
+ ## This setting specifies which port the proxy server will bind to and
+ ## accept incoming connections from.
+ #
+-listen_port 143
++listen_port 1143
+ #
+@@ -41,7 +41,7 @@
+ ## accept incoming connections to.  If undefined, bind to all.
+ ## Must be a dotted decimal IP address.
+ #
+-#listen_address 127.0.0.1
++listen_address 127.0.0.1
+ #
+@@ -67,14 +67,14 @@
+ ## This setting controls which username the imap proxy process will run as.
+ ## It is not allowed to run as "root".
+ #
+-proc_username nobody
++proc_username imapproxy
+ #
+ ## proc_groupname
+ ##
+ ## This setting controls which groupname the imap proxy process will run as.
+ #
+-proc_groupname nobody
++proc_groupname imapproxy
+ #
+@@ -117,7 +117,7 @@
+ ## By default, I've left this commented out so you will see all possible
+ ## log messages.
+ #
+-#syslog_prioritymask LOG_WARNING
++syslog_prioritymask LOG_WARNING
+ #
This page took 0.0343 seconds and 4 git commands to generate.