<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.mail.squirrelmail.imapproxy">
    <title>gmane.mail.squirrelmail.imapproxy</title>
    <link>http://blog.gmane.org/gmane.mail.squirrelmail.imapproxy</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/69"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/65"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/62"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/61"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/57"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/52"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/45"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/42"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/39"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/37"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/36"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/31"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/26"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/21"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/17"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/15"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/11"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/9"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/4"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/3"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/69">
    <title>request info on SquirrelMail</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/69</link>
    <description>&lt;pre&gt;Hi,

My name is Francesco, I do not know if this is the right place to ask this kind of information,
but I didn't find other way to ask information and support on SquirrelMail.

We use SqurrelMail as email addresses for our firm and we work a lot with emails, we have a question:

Is't possible to add to email message more attached files in 1 time, and not just one by one?
Should we use some plug-in, or could You please suggest some other way to do it?

Really Thank You, and sorry if this is not the right place to ask it.

Francesco





------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>La Principessa customer service ITALIA</dc:creator>
    <dc:date>2012-02-16T21:55:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/65">
    <title>SSL initialization logic error</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/65</link>
    <description>&lt;pre&gt;in main.c the logic for for SSL CA init is incorrect:

--- squirrelmail-imap_proxy-1.2.7/src/main.c.sslinit    2010-07-26 
01:21:19.000000000 -0600
+++ squirrelmail-imap_proxy-1.2.7/src/main.c    2011-12-30 
20:25:31.495721931 -0700
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -490,10 +490,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; int main( int argc, char *argv[] )
             /* Work around all known bugs */
             SSL_CTX_set_options( tls_ctx, SSL_OP_ALL );

-           if ( ! SSL_CTX_load_verify_locations( tls_ctx,
+           if ( ! ( SSL_CTX_load_verify_locations( tls_ctx,
                                                   PC_Struct.tls_ca_file,
                                                   PC_Struct.tls_ca_path 
) ||
-                ! SSL_CTX_set_default_verify_paths( tls_ctx ) )
+                    SSL_CTX_set_default_verify_paths( tls_ctx ) ) )
             {
                 syslog(LOG_ERR, "%s: Failed to load CA data. 
Exiting.", fn);
                 exit( 1 );


If SSL_CTX_load_verify_locations fails (returns 0) you want to try 
SSL_CTX_set_default_verify_paths.  Then if both fail you want to error 
out.  In the current code, if no tls_ca_file or tls_ca_path is specified 
it never calls SSL_CTX_set_default because one half of the or succeeded.

&lt;/pre&gt;</description>
    <dc:creator>Orion Poplawski</dc:creator>
    <dc:date>2011-12-31T03:38:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/62">
    <title>[PATCH] Makefile cleanup</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/62</link>
    <description>&lt;pre&gt;Here is a small diff to cleanup the Makefile variables handling a bit.
I noticed because of the current CFLAGS handling CFLAGS was picked up
from both autoconf and make instead of just autoconf as expected.


Index: Makefile.in
===================================================================
--- Makefile.in(revision 14153)
+++ Makefile.in(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -23,11 +23,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 mandir = $(prefix)/man/man3
 
 CC = &amp;lt; at &amp;gt;CC&amp;lt; at &amp;gt;
-CPPFLAGS = &amp;lt; at &amp;gt;CPPFLAGS&amp;lt; at &amp;gt; 
+CPPFLAGS = &amp;lt; at &amp;gt;CPPFLAGS&amp;lt; at &amp;gt;
+CFLAGS = &amp;lt; at &amp;gt;CFLAGS&amp;lt; at &amp;gt;
 LDFLAGS = &amp;lt; at &amp;gt;LDFLAGS&amp;lt; at &amp;gt;
 LIBS = &amp;lt; at &amp;gt;LIBS&amp;lt; at &amp;gt;
 DEFINES = &amp;lt; at &amp;gt;DEFINES&amp;lt; at &amp;gt;
-FLAGS = $(CPPFLAGS) &amp;lt; at &amp;gt;CFLAGS&amp;lt; at &amp;gt; -I. -I./include
+FLAGS = -I. -I./include
 
 INSTALL = &amp;lt; at &amp;gt;INSTALL&amp;lt; at &amp;gt;
 EBIN = $(sbindir)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -63,7 +64,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $(XYD_OBJ) $(TAT_OBJ): $(MAKEFILE) ./include/common.h ./include/imapproxy.h
 
 .c.o:
-$(CC) $(CFLAGS) $(FLAGS) -c -o $&amp;lt; at &amp;gt; $&amp;lt;
+$(CC) $(CFLAGS) $(FLAGS) $(CPPFLAGS) -c -o $&amp;lt; at &amp;gt; $&amp;lt;
 
 $(XYD_BIN): $(XYD_OBJ)
 $(CC) -o $&amp;lt; at &amp;gt; $(XYD_OBJ) $(LDFLAGS) $(XYD_LIB)

&lt;/pre&gt;</description>
    <dc:creator>Brad</dc:creator>
    <dc:date>2011-12-02T09:14:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/61">
    <title>[PATCH] header fix for config.h</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/61</link>
    <description>&lt;pre&gt;Here is a header fix for config.h which includes sys/mman.h and on OpenBSD
you have to include sys/types.h before sys/mman.h


Index: config.h.in
===================================================================
--- config.h.in(revision 14153)
+++ config.h.in(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -89,6 +89,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 
+#if HAVE_SYS_TYPES_H
+#include &amp;lt;sys/types.h&amp;gt;
+#endif
+
 #if HAVE_SYS_MMAN_H
 #include &amp;lt;sys/mman.h&amp;gt;
 #endif

&lt;/pre&gt;</description>
    <dc:creator>Brad</dc:creator>
    <dc:date>2011-12-02T09:11:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/57">
    <title>[PATCH] Add DESTDIR support for Makefile</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/57</link>
    <description>&lt;pre&gt;The following diff adds DESTDIR support to imapproxy's Makefile.


Index: imapproxy.spec
===================================================================
--- imapproxy.spec(revision 14151)
+++ imapproxy.spec(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -50,7 +50,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 install -d $RPM_BUILD_ROOT/etc/init.d
 install -d $RPM_BUILD_ROOT/%{prefix}/sbin
 
-make prefix=$RPM_BUILD_ROOT%{prefix} rpm_prefix=$RPM_BUILD_ROOT  rpm-install
+make DESTDIR=$RPM_BUILD_ROOT rpm-install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
Index: Makefile.in
===================================================================
--- Makefile.in(revision 14151)
+++ Makefile.in(working copy)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -21,7 +21,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 infodir = $(prefix)/info
 libdir = $(prefix)/lib/gnudl
 mandir = $(prefix)/man/man3
-rpm_prefix = &amp;lt; at &amp;gt;rpm_prefix&amp;lt; at &amp;gt;
 
 CC = &amp;lt; at &amp;gt;CC&amp;lt; at &amp;gt;
 CPPFLAGS = &amp;lt; at &amp;gt;CPPFLAGS&amp;lt; at &amp;gt; 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -79,21 +78,21 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 rm -f config.cache config.log config.h Makefile
 
 install: $(XYD_BIN) $(TAT_BIN)
-mkdir -p $(EBIN)
-$(INSTALL) -o bin -g bin -m 0755 $(XYD_BIN) $(EBIN)
-$(INSTALL) -o bin -g bin -m 0755 $(TAT_BIN) $(EBIN)
+mkdir -p $(DESTDIR)$(EBIN)
+$(INSTALL) -o bin -g bin -m 0755 $(XYD_BIN) $(DESTDIR)$(EBIN)
+$(INSTALL) -o bin -g bin -m 0755 $(TAT_BIN) $(DESTDIR)$(EBIN)
 
 install-init-linux:
-$(INSTALL) -o root -g sys -m 0755 ./scripts/imapproxy-linux.init $(ETC)/init.d/imapproxy
-ln -s ../init.d/imapproxy /etc/rc2.d/S99imapproxy
-ln -s ../init.d/imapproxy /etc/rc0.d/K10imapproxy
+$(INSTALL) -o root -g sys -m 0755 ./scripts/imapproxy-linux.init $(DESTDIR)$(ETC)/init.d/imapproxy
+ln -s ../init.d/imapproxy $(DESTDIR)/etc/rc2.d/S99imapproxy
+ln -s ../init.d/imapproxy $(DESTDIR)/etc/rc0.d/K10imapproxy
 
 install-conf:
-$(INSTALL) -o root -g bin -m 0644 ./scripts/imapproxy.conf $(ETC)
+$(INSTALL) -o root -g bin -m 0644 ./scripts/imapproxy.conf $(DESTDIR)$(ETC)
 
 rpm-install: install 
-$(INSTALL) -o root -g sys -m 0644 ./scripts/imapproxy.conf $(rpm_prefix)/etc
-$(INSTALL) -o root -g sys -m 0755 ./scripts/imapproxy-linux.init $(rpm_prefix)/etc/init.d/imapproxy
+$(INSTALL) -o root -g sys -m 0644 ./scripts/imapproxy.conf $(DESTDIR)/etc
+$(INSTALL) -o root -g sys -m 0755 ./scripts/imapproxy-linux.init $(DESTDIR)/etc/init.d/imapproxy
 
 pkg:
 pkgmk -o -r .

&lt;/pre&gt;</description>
    <dc:creator>Brad</dc:creator>
    <dc:date>2011-11-20T02:26:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/52">
    <title>imap proxy working?</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/52</link>
    <description>&lt;pre&gt;Hi,

I installed imap proxy and I am testing it and I just can't tell what I 
am supposed to be looking for or if I need to start troubleshooting. I 
have the following in my /var/log/maillog and anytime I login to my 
webmail client I don't see any transactions it only displays the 
following when I start up imapproxy.

Nov  8 09:44:26 webmail  in.imapproxyd[1459]: No syslog priority mask 
specified.
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: main(): SELECT caching is 
disabled
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: main(): Internal admin 
commands are disabled
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: main(): Allocating 3072 
IMAP connection structures.
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: ServerInit(): Using 
'/var/log/imapproxy_protocol.log' for global protocol logging file.
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: ServerInit(): proxying to 
IMAP server 'imap.server.com'.
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: ServerInit(): Proxying to 
IMAP port 143
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: main(): Binding to tcp 
127.0.0.1:143
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: main(): Using global 
statistics file '/var/run/pimpstats'
Nov  8 09:44:26 webmail  in.imapproxyd[1459]: Daemonize(): Configured to 
run in background mode.
Nov  8 09:44:26 webmail  in.imapproxyd[1462]: BecomeNonRoot(): Process 
will run as uid 99 (nobody) and gid 99 (nobody).
Nov  8 09:44:26 webmail  in.imapproxyd[1462]: main(): Launched ICC 
recycle thread with id -1376848128
Nov  8 09:44:26 webmail  in.imapproxyd[1462]: main(): imapproxy version 
1.2.7 normal server startup.

Thanks.



------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
&lt;/pre&gt;</description>
    <dc:creator>Laura McCord</dc:creator>
    <dc:date>2011-11-08T16:05:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/45">
    <title>Russian characters</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/45</link>
    <description>&lt;pre&gt;Hi,
we're using SqurrelMail, we asked to our provider but they answer just
"that's impossible" so we try to ask You.

We have a form in our website, we're in Italy, it's in more language, and
sometimes we get email in Russian language, but we can't read the text,
just we see something like that:

Ð~Ð¼Ñ :
ÐoÑ&amp;lt; Ð¾Ñ,Ð²ÐµÑ,Ð¸Ð¼ Ð¿Ð¾-Ð ÑfÑÑÐºÐ¸
Ð¡Ð¾Ð¾Ð±Ñ?ÐµÐ½Ð¸Ðµ :
Ð¯ Ð»ÑZÐ±Ð»ÑZ Ð¢ÐµÐ±Ñ

Should we add something, a plugin or something else to read Russian text?

We tried to send email from our form in website to one Russian email
address, and it's possible to read just some character:

&amp;amp;#65533;"&amp;amp;#1085;&amp;amp;#1080; &amp;amp;#1073;&amp;amp;#1077;&amp;amp;#1079;
&amp;amp;#65533;,&amp;amp;#1077;&amp;amp;#1073;&amp;amp;#1103;
&amp;amp;#1087;&amp;amp;#1086;&amp;amp;#1083;&amp;amp;#1085;&amp;amp;#1086;&amp;amp;#65533;?&amp;amp;#1085;&amp;amp;#1086;&amp;amp;#1081;

Other information, in file of form configuration we read:

&amp;lt;!--A server script type which will process sending e-mails.
It depends on your hosting and in the current version of the contact form
it is allowed to use two types:  php (Apache, PHP Hosting); asp (IIS web
server, ASP).

&amp;lt;serverProcessorType&amp;gt;asp&amp;lt;/serverProcessorType&amp;gt;

If we put "php" the form doesn't work in every language, so we are forced
to use "asp".

Could You please help us?

Do You have some information how to resolve this issue?



Sorry if we're asking to You.

Thank you in advance for Your support.




Francesco De Cuia



------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning&amp;lt; at &amp;gt;Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>agent&lt; at &gt;laprincipessa.biz</dc:creator>
    <dc:date>2011-10-26T18:30:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/42">
    <title>OUTGOING SERVER NAME</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/42</link>
    <description>&lt;pre&gt;Dear Sir,

I am using squirrelmail webmail to receive/sending my mails for
bsbhut&amp;lt; at &amp;gt;gnfc.in. Now I am using Samsung tab android and when I am going to
configure setting for email, it is asking for incoming and outgoing mail
server name, I am using mail.gnfc.in as incoming mail server(IMAP) but I
don't know the outgoing mail server name, kindly inform me the outgoing
mailserver name so that I can configure my webmail account on samsung tab
android.

&lt;/pre&gt;</description>
    <dc:creator>B S BHUT</dc:creator>
    <dc:date>2011-10-19T02:43:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/39">
    <title>two imap front ends</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/39</link>
    <description>&lt;pre&gt;I been using improxy for months now without any issue. Recently we have
upgraded our mail server and now we have two imap front-end. Can I add both
front end server in imapproxy.conf file ? what would be the syntax.

imap.test.com, imap1.test.com ??

K
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct&lt;/pre&gt;</description>
    <dc:creator>Khapare Joshi</dc:creator>
    <dc:date>2011-10-18T19:39:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/37">
    <title>plugin to duplicate all the emails</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/37</link>
    <description>&lt;pre&gt;Hi,
we're using SqurrelMail, we asked to our provider but they answer just "that's impossible" so we
try to ask You.
We're looking for a plugin to duplicate all the emails in our INBOX folder and in SENT folder,
is't possible to do it?

Example:
we have email_1&amp;lt; at &amp;gt;example.it and email_2&amp;lt; at &amp;gt;example.it;

we need that all incoming and outgoing messages that are in folders in the first e-mail address
(email_1&amp;lt; at &amp;gt;example.it) are automatically duplicated and sent in the second e-mail address
(email_2&amp;lt; at &amp;gt;example.it).

We need it to control the activities of our employees who work with us.

Do You have plugin to duplicate all the emails?

Sorry if we're asking to You.

Thank you in advance for Your support.




Francesco De Cuia



------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
&lt;/pre&gt;</description>
    <dc:creator>La Principessa customer service ITALIA</dc:creator>
    <dc:date>2011-04-29T13:38:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/36">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/36</link>
    <description>&lt;pre&gt;

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
&lt;/pre&gt;</description>
    <dc:creator>Peter Yiallouris</dc:creator>
    <dc:date>2011-05-02T19:41:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/31">
    <title>imapproxy configuration</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/31</link>
    <description>&lt;pre&gt;
hello all,

Fist time poster here. Just needed bit of more info with imapprxy server. I just installed the imapproxy on my redhat 6 by following README doc .. configure, make and make install. That all worked. 

I have a webclient on test0
then imapproxy is installed on test0 too

then imapserver is on test1

here is the /etc/imapproxy.conf looks like :
## imapproxy.conf
##
server_hostname test1
#connect_retries 10
#connect_delay 5
cache_size 80
listen_port 143
listen_address 127.0.0.1
server_port 143
cache_expiration_time 300
proc_username imapproxy
proc_groupname imapproxy
stat_filename /var/run/pimpstats
protocol_log_filename /var/log/imapproxy_protocol.log
syslog_facility LOG_MAIL
send_tcp_keepalives no
enable_select_cache no 
foreground_mode no
force_tls no
enable_admin_commands no

port 143 is opened on test0 so as on test1 then here is the netstat output
tcp        0      0 127.0.0.1:143               0.0.0.0:*                   LISTEN

how can I make sure my imappoxy server is caching or is there a way to see if my imapproxy is in effect ?

I do not see any logs in /var/log/imapproxy_protocol.log 
but
/var/log/messages I see :
Apr 18 14:27:48 test0 in.imapproxyd: main(): Using default configuration file '/etc/imapproxy.conf'.
Apr 18 14:27:48 test0 in.imapproxyd: Using syslog facility 'LOG_MAIL' for logging.

Any help or hint on this would be great.

Madal



       ------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev&lt;/pre&gt;</description>
    <dc:creator>madal 30</dc:creator>
    <dc:date>2011-04-18T22:15:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/26">
    <title>TCP connection destroyed during load balancer failover, IMAP proxy connections hang</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/26</link>
    <description>&lt;pre&gt;Hello all,

We're seeing an issue during a network event where tcp connections 
cached in IMAP proxy, after becoming no longer valid, simply hang for 
the user. It looks like this is actually expected given the current 
code... are other folks dealing with this when their IMAP server's 
dispatched address fails over to another node?

Does anyone have other solutions? I haven't caught it fast enough to 
just bounce the proxy &amp;amp; clear it out.

Thanks in advance!
&lt;/pre&gt;</description>
    <dc:creator>Martin B. Smith</dc:creator>
    <dc:date>2011-01-31T22:15:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/21">
    <title>imapproxy not starting on QNAP NAS</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/21</link>
    <description>&lt;pre&gt;Hi there,

I have installed imapproxy using ipkg on my QNAP TS209II, but unfortunately it won't start up at all (I've left the config file as is it just to test for now) and there are no entries in the process log and I cannot see the process using ps -ef

Could someone give me some pointers as to how I can find out why it's not starting please?

Many thanks,

Marc.



      ------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl &lt;/pre&gt;</description>
    <dc:creator>A A</dc:creator>
    <dc:date>2011-01-02T16:00:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/17">
    <title>Your session has expired, but will be resumed after logging in again</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/17</link>
    <description>&lt;pre&gt;I receive this error:
"Your session has expired, but will be resumed after logging in again"

and click the link to log back in and am allowed. So logging in twice
after one logout. The first attempt to login fails every time. Second one
is successful every time.

Version 1.4.8-5.el5.centos.10
Pluggins
    1. squirrelspellv 1.14.2
    2. newmailv 1.10.2.7
    3. folder_sizesv 1.5
    4. sasqlv 3.1.1
    5. user_infov 1.0
    6. calendarv 1.13.2.2
    7. show_ssl_linkv 2.2
    8. mail_fetchv 1.5.2.5
    9. delete_move_nextunk
    10. compatibilityv 1.3
    11. change_passv 4.0
php-5.1.6-27.el5RPM
httpd-2.2.3-43.el5.centos.3RPM
uw imap-2007ecompiled
sendmail-8.13.8-8.el5RPM
Firefox 3.6.9
IE 8

configtest.php results:
SquirrelMail configtest

This script will try to check some aspects of your SquirrelMail
configuration and point you to errors whereever it can find them. You need
to go run conf.pl in the config/ directory first before you run this
script.

SquirrelMail version:1.4.8-5.el5.centos.10
Config file version:1.4.0
Config file last modified:12 November 2010 15:45:08
Checking PHP configuration...
    PHP version 5.1.6 OK.
    PHP extensions OK.
Checking paths...
    Data dir OK.
    Attachment dir OK.
    Plugins OK.
    Themes OK.
    Default language OK.
    Base URL detected as: http://spark/src (location base autodetected)
Checking outgoing mail service....
    sendmail OK
Checking IMAP service....
    IMAP server ready (* OK [CAPABILITY IMAP4REV1 I18NLEVEL=1 LITERAL+
SASL-IR LOGIN-REFERRALS STARTTLS] thor.tconl.com IMAP4rev1 2007e.404
at Fri, 12 Nov 2010 15:46:28 -0600 (CST))
    Capabilities: * CAPABILITY IMAP4REV1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS
NAMESPACE CHILDREN MAILBOX-REFERRALS BINARY UNSELECT ESEARCH WITHIN
SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND SASL-IR
LOGIN-REFERRALS STARTTLS
Checking internationalization (i18n) settings...
     gettext - Gettext functions are available. You must have appropriate
system locales compiled.
     mbstring - Mbstring functions are available.
     recode - Recode functions are unavailable.
     iconv - Iconv functions are available.
     timezone - Webmail users can change their time zone settings.
Checking database functions...
    not using database functionality.

Congratulations, your SquirrelMail setup looks fine to me!



Config.php file:
&amp;lt;?php

/**
 * SquirrelMail Configuration File
 * Created using the configure script, conf.pl
 */

global $version;
$config_version = '1.4.0';
$config_use_color = 1;

$org_name      = "MailOnLine";
$org_logo      = SM_PATH . 'images/our.gif';
$org_logo_width  = '270';
$org_logo_height = '90';
$org_title     = " $version";
$signout_page  = '';
$frame_top     = '_top';

$provider_uri     = 'http://www.our.com/';

$provider_name     = 'Our OnLine';

$motd = "";

$squirrelmail_default_language = 'en_US';
$default_charset       = 'iso-8859-1';
$lossy_encoding        = false;

$domain                 = 'tconl.com';
$imapServerAddress      = '10.3.0.12';
$imapPort               = 143;
$useSendmail            = true;
$smtpServerAddress      = 'localhost';
$smtpPort               = 25;
$sendmail_path          = '/usr/sbin/sendmail';
$sendmail_args          = '-i -t';
$pop_before_smtp        = false;
$imap_server_type       = 'uw';
$invert_time            = false;
$optional_delimiter     = 'detect';
$encode_header_key      = '';

$default_folder_prefix          = 'mail/';
$trash_folder                   = 'Trash';
$sent_folder                    = 'Sent';
$draft_folder                   = 'Drafts';
$default_move_to_trash          = true;
$default_move_to_sent           = true;
$default_save_as_draft          = true;
$show_prefix_option             = true;
$list_special_folders_first     = true;
$use_special_folder_color       = true;
$auto_expunge                   = true;
$default_sub_of_inbox           = false;
$show_contain_subfolders_option = true;
$default_unseen_notify          = 2;
$default_unseen_type            = 1;
$auto_create_special            = true;
$delete_folder                  = true;
$noselect_fix_enable            = false;

$data_dir                 = '/var/lib/squirrelmail/prefs/';
$attachment_dir           = '/var/spool/squirrelmail/attach/';
$dir_hash_level           = 0;
$default_left_size        = '150';
$force_username_lowercase = false;
$default_use_priority     = true;
$hide_sm_attributions     = false;
$default_use_mdn          = true;
$edit_identity            = true;
$edit_name                = true;
$hide_auth_header         = false;
$allow_thread_sort        = true;
$allow_server_sort        = true;
$allow_charset_search     = true;
$uid_support              = true;

$plugins[0] = 'squirrelspell';
$plugins[1] = 'newmail';
$plugins[2] = 'folder_sizes';
$plugins[3] = 'sasql';
$plugins[4] = 'user_info';
$plugins[5] = 'calendar';
$plugins[6] = 'show_ssl_link';
$plugins[7] = 'mail_fetch';
$plugins[8] = 'delete_move_next';
$plugins[9] = 'compatibility';
$plugins[10] = 'change_passwd';

$theme_css = '';
$theme_default = 0;
$theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php';
$theme[0]['NAME'] = 'Default';
$theme[1]['PATH'] = SM_PATH . 'themes/plain_blue_theme.php';
$theme[1]['NAME'] = 'Plain Blue';
$theme[2]['PATH'] = SM_PATH . 'themes/sandstorm_theme.php';
$theme[2]['NAME'] = 'Sand Storm';
$theme[3]['PATH'] = SM_PATH . 'themes/deepocean_theme.php';
$theme[3]['NAME'] = 'Deep Ocean';
$theme[4]['PATH'] = SM_PATH . 'themes/slashdot_theme.php';
$theme[4]['NAME'] = 'Slashdot';
$theme[5]['PATH'] = SM_PATH . 'themes/purple_theme.php';
$theme[5]['NAME'] = 'Purple';
$theme[6]['PATH'] = SM_PATH . 'themes/forest_theme.php';
$theme[6]['NAME'] = 'Forest';
$theme[7]['PATH'] = SM_PATH . 'themes/ice_theme.php';
$theme[7]['NAME'] = 'Ice';
$theme[8]['PATH'] = SM_PATH . 'themes/seaspray_theme.php';
$theme[8]['NAME'] = 'Sea Spray';
$theme[9]['PATH'] = SM_PATH . 'themes/bluesteel_theme.php';
$theme[9]['NAME'] = 'Blue Steel';
$theme[10]['PATH'] = SM_PATH . 'themes/dark_grey_theme.php';
$theme[10]['NAME'] = 'Dark Grey';
$theme[11]['PATH'] = SM_PATH . 'themes/high_contrast_theme.php';
$theme[11]['NAME'] = 'High Contrast';
$theme[12]['PATH'] = SM_PATH . 'themes/black_bean_burrito_theme.php';
$theme[12]['NAME'] = 'Black Bean Burrito';
$theme[13]['PATH'] = SM_PATH . 'themes/servery_theme.php';
$theme[13]['NAME'] = 'Servery';
$theme[14]['PATH'] = SM_PATH . 'themes/maize_theme.php';
$theme[14]['NAME'] = 'Maize';
$theme[15]['PATH'] = SM_PATH . 'themes/bluesnews_theme.php';
$theme[15]['NAME'] = 'BluesNews';
$theme[16]['PATH'] = SM_PATH . 'themes/deepocean2_theme.php';
$theme[16]['NAME'] = 'Deep Ocean 2';
$theme[17]['PATH'] = SM_PATH . 'themes/blue_grey_theme.php';
$theme[17]['NAME'] = 'Blue Grey';
$theme[18]['PATH'] = SM_PATH . 'themes/dompie_theme.php';
$theme[18]['NAME'] = 'Dompie';
$theme[19]['PATH'] = SM_PATH . 'themes/methodical_theme.php';
$theme[19]['NAME'] = 'Methodical';
$theme[20]['PATH'] = SM_PATH . 'themes/greenhouse_effect.php';
$theme[20]['NAME'] = 'Greenhouse Effect (Changes)';
$theme[21]['PATH'] = SM_PATH . 'themes/in_the_pink.php';
$theme[21]['NAME'] = 'In The Pink (Changes)';
$theme[22]['PATH'] = SM_PATH . 'themes/kind_of_blue.php';
$theme[22]['NAME'] = 'Kind of Blue (Changes)';
$theme[23]['PATH'] = SM_PATH . 'themes/monostochastic.php';
$theme[23]['NAME'] = 'Monostochastic (Changes)';
$theme[24]['PATH'] = SM_PATH . 'themes/shades_of_grey.php';
$theme[24]['NAME'] = 'Shades of Grey (Changes)';
$theme[25]['PATH'] = SM_PATH . 'themes/spice_of_life.php';
$theme[25]['NAME'] = 'Spice of Life (Changes)';
$theme[26]['PATH'] = SM_PATH . 'themes/spice_of_life_lite.php';
$theme[26]['NAME'] = 'Spice of Life - Lite (Changes)';
$theme[27]['PATH'] = SM_PATH . 'themes/spice_of_life_dark.php';
$theme[27]['NAME'] = 'Spice of Life - Dark (Changes)';
$theme[28]['PATH'] = SM_PATH . 'themes/christmas.php';
$theme[28]['NAME'] = 'Holiday - Christmas';
$theme[29]['PATH'] = SM_PATH . 'themes/darkness.php';
$theme[29]['NAME'] = 'Darkness (Changes)';
$theme[30]['PATH'] = SM_PATH . 'themes/random.php';
$theme[30]['NAME'] = 'Random (Changes every login)';
$theme[31]['PATH'] = SM_PATH . 'themes/midnight.php';
$theme[31]['NAME'] = 'Midnight';
$theme[32]['PATH'] = SM_PATH . 'themes/alien_glow.php';
$theme[32]['NAME'] = 'Alien Glow';
$theme[33]['PATH'] = SM_PATH . 'themes/dark_green.php';
$theme[33]['NAME'] = 'Dark Green';
$theme[34]['PATH'] = SM_PATH . 'themes/penguin.php';
$theme[34]['NAME'] = 'Penguin';

$default_use_javascript_addr_book = false;
$abook_global_file = '';
$abook_global_file_writeable = false;

$addrbook_dsn = '';
$addrbook_table = 'address';

$prefs_dsn = '';
$prefs_table = 'userprefs';
$prefs_user_field = 'user';
$prefs_key_field = 'prefkey';
$prefs_val_field = 'prefval';
$addrbook_global_dsn = '';
$addrbook_global_table = 'global_abook';
$addrbook_global_writeable = false;
$addrbook_global_listing = false;

$no_list_for_subscribe = false;
$smtp_auth_mech = 'none';
$imap_auth_mech = 'login';
$use_imap_tls = false;
$use_smtp_tls = false;
$session_name = 'SQMSESSID';
$only_secure_cookies     = true;
$disable_security_tokens = false;
$check_referrer          = '';

$config_location_base    = '';

&amp;lt; at &amp;gt;include SM_PATH . 'config/config_local.php';

/**
 * Make sure there are no characters after the PHP closing
 * tag below (including newline characters and whitespace).
 * Otherwise, that character will cause the headers to be
 * sent and regular output to begin, which will majorly screw
 * things up when we try to send more headers later.
 */
?&amp;gt;


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>john&lt; at &gt;tconl.com</dc:creator>
    <dc:date>2010-11-12T21:52:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/15">
    <title>Your session has expired, but will be resumed after logging in again</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/15</link>
    <description>&lt;pre&gt;I receive this error:
"Your session has expired, but will be resumed after logging in again"

and click the link to log back in and am allowed. So logging in twice
after one logout. The first attempt to login fails every time. Second one
is successful every time.

Version 1.4.8-5.el5.centos.10
Pluggins
    1. squirrelspell        v 1.14.2
    2. newmail                v 1.10.2.7
    3. folder_sizes        v 1.5
    4. sasql                v 3.1.1
    5. user_info        v 1.0
    6. calendar                v 1.13.2.2
    7. show_ssl_link        v 2.2
    8. mail_fetch        v 1.5.2.5
    9. delete_move_next        unk
    10. compatibility        v 1.3
    11. change_pass        v 4.0
php-5.1.6-27.el5                        RPM
httpd-2.2.3-43.el5.centos.3                RPM
uw imap-2007e                                compiled
sendmail-8.13.8-8.el5                        RPM
Firefox 3.6.9
IE 8

configtest.php results:
SquirrelMail configtest

This script will try to check some aspects of your SquirrelMail
configuration and point you to errors whereever it can find them. You need
to go run conf.pl in the config/ directory first before you run this
script.

SquirrelMail version:        1.4.8-5.el5.centos.10
Config file version:        1.4.0
Config file last modified:        12 November 2010 15:45:08
Checking PHP configuration...
    PHP version 5.1.6 OK.
    PHP extensions OK.
Checking paths...
    Data dir OK.
    Attachment dir OK.
    Plugins OK.
    Themes OK.
    Default language OK.
    Base URL detected as: http://spark/src (location base autodetected)
Checking outgoing mail service....
    sendmail OK
Checking IMAP service....
    IMAP server ready (* OK [CAPABILITY IMAP4REV1 I18NLEVEL=1 LITERAL+
SASL-IR LOGIN-REFERRALS STARTTLS] thor.tconl.com IMAP4rev1 2007e.404
at Fri, 12 Nov 2010 15:46:28 -0600 (CST))
    Capabilities: * CAPABILITY IMAP4REV1 I18NLEVEL=1 LITERAL+ IDLE UIDPLUS
NAMESPACE CHILDREN MAILBOX-REFERRALS BINARY UNSELECT ESEARCH WITHIN
SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND SASL-IR
LOGIN-REFERRALS STARTTLS
Checking internationalization (i18n) settings...
     gettext - Gettext functions are available. You must have appropriate
system locales compiled.
     mbstring - Mbstring functions are available.
     recode - Recode functions are unavailable.
     iconv - Iconv functions are available.
     timezone - Webmail users can change their time zone settings.
Checking database functions...
    not using database functionality.

Congratulations, your SquirrelMail setup looks fine to me!



Config.php file:
&amp;lt;?php

/**
 * SquirrelMail Configuration File
 * Created using the configure script, conf.pl
 */

global $version;
$config_version = '1.4.0';
$config_use_color = 1;

$org_name      = "MailOnLine";
$org_logo      = SM_PATH . 'images/our.gif';
$org_logo_width  = '270';
$org_logo_height = '90';
$org_title     = " $version";
$signout_page  = '';
$frame_top     = '_top';

$provider_uri     = 'http://www.our.com/';

$provider_name     = 'Our OnLine';

$motd = "";

$squirrelmail_default_language = 'en_US';
$default_charset       = 'iso-8859-1';
$lossy_encoding        = false;

$domain                 = 'tconl.com';
$imapServerAddress      = '10.3.0.12';
$imapPort               = 143;
$useSendmail            = true;
$smtpServerAddress      = 'localhost';
$smtpPort               = 25;
$sendmail_path          = '/usr/sbin/sendmail';
$sendmail_args          = '-i -t';
$pop_before_smtp        = false;
$imap_server_type       = 'uw';
$invert_time            = false;
$optional_delimiter     = 'detect';
$encode_header_key      = '';

$default_folder_prefix          = 'mail/';
$trash_folder                   = 'Trash';
$sent_folder                    = 'Sent';
$draft_folder                   = 'Drafts';
$default_move_to_trash          = true;
$default_move_to_sent           = true;
$default_save_as_draft          = true;
$show_prefix_option             = true;
$list_special_folders_first     = true;
$use_special_folder_color       = true;
$auto_expunge                   = true;
$default_sub_of_inbox           = false;
$show_contain_subfolders_option = true;
$default_unseen_notify          = 2;
$default_unseen_type            = 1;
$auto_create_special            = true;
$delete_folder                  = true;
$noselect_fix_enable            = false;

$data_dir                 = '/var/lib/squirrelmail/prefs/';
$attachment_dir           = '/var/spool/squirrelmail/attach/';
$dir_hash_level           = 0;
$default_left_size        = '150';
$force_username_lowercase = false;
$default_use_priority     = true;
$hide_sm_attributions     = false;
$default_use_mdn          = true;
$edit_identity            = true;
$edit_name                = true;
$hide_auth_header         = false;
$allow_thread_sort        = true;
$allow_server_sort        = true;
$allow_charset_search     = true;
$uid_support              = true;

$plugins[0] = 'squirrelspell';
$plugins[1] = 'newmail';
$plugins[2] = 'folder_sizes';
$plugins[3] = 'sasql';
$plugins[4] = 'user_info';
$plugins[5] = 'calendar';
$plugins[6] = 'show_ssl_link';
$plugins[7] = 'mail_fetch';
$plugins[8] = 'delete_move_next';
$plugins[9] = 'compatibility';
$plugins[10] = 'change_passwd';

$theme_css = '';
$theme_default = 0;
$theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php';
$theme[0]['NAME'] = 'Default';
$theme[1]['PATH'] = SM_PATH . 'themes/plain_blue_theme.php';
$theme[1]['NAME'] = 'Plain Blue';
$theme[2]['PATH'] = SM_PATH . 'themes/sandstorm_theme.php';
$theme[2]['NAME'] = 'Sand Storm';
$theme[3]['PATH'] = SM_PATH . 'themes/deepocean_theme.php';
$theme[3]['NAME'] = 'Deep Ocean';
$theme[4]['PATH'] = SM_PATH . 'themes/slashdot_theme.php';
$theme[4]['NAME'] = 'Slashdot';
$theme[5]['PATH'] = SM_PATH . 'themes/purple_theme.php';
$theme[5]['NAME'] = 'Purple';
$theme[6]['PATH'] = SM_PATH . 'themes/forest_theme.php';
$theme[6]['NAME'] = 'Forest';
$theme[7]['PATH'] = SM_PATH . 'themes/ice_theme.php';
$theme[7]['NAME'] = 'Ice';
$theme[8]['PATH'] = SM_PATH . 'themes/seaspray_theme.php';
$theme[8]['NAME'] = 'Sea Spray';
$theme[9]['PATH'] = SM_PATH . 'themes/bluesteel_theme.php';
$theme[9]['NAME'] = 'Blue Steel';
$theme[10]['PATH'] = SM_PATH . 'themes/dark_grey_theme.php';
$theme[10]['NAME'] = 'Dark Grey';
$theme[11]['PATH'] = SM_PATH . 'themes/high_contrast_theme.php';
$theme[11]['NAME'] = 'High Contrast';
$theme[12]['PATH'] = SM_PATH . 'themes/black_bean_burrito_theme.php';
$theme[12]['NAME'] = 'Black Bean Burrito';
$theme[13]['PATH'] = SM_PATH . 'themes/servery_theme.php';
$theme[13]['NAME'] = 'Servery';
$theme[14]['PATH'] = SM_PATH . 'themes/maize_theme.php';
$theme[14]['NAME'] = 'Maize';
$theme[15]['PATH'] = SM_PATH . 'themes/bluesnews_theme.php';
$theme[15]['NAME'] = 'BluesNews';
$theme[16]['PATH'] = SM_PATH . 'themes/deepocean2_theme.php';
$theme[16]['NAME'] = 'Deep Ocean 2';
$theme[17]['PATH'] = SM_PATH . 'themes/blue_grey_theme.php';
$theme[17]['NAME'] = 'Blue Grey';
$theme[18]['PATH'] = SM_PATH . 'themes/dompie_theme.php';
$theme[18]['NAME'] = 'Dompie';
$theme[19]['PATH'] = SM_PATH . 'themes/methodical_theme.php';
$theme[19]['NAME'] = 'Methodical';
$theme[20]['PATH'] = SM_PATH . 'themes/greenhouse_effect.php';
$theme[20]['NAME'] = 'Greenhouse Effect (Changes)';
$theme[21]['PATH'] = SM_PATH . 'themes/in_the_pink.php';
$theme[21]['NAME'] = 'In The Pink (Changes)';
$theme[22]['PATH'] = SM_PATH . 'themes/kind_of_blue.php';
$theme[22]['NAME'] = 'Kind of Blue (Changes)';
$theme[23]['PATH'] = SM_PATH . 'themes/monostochastic.php';
$theme[23]['NAME'] = 'Monostochastic (Changes)';
$theme[24]['PATH'] = SM_PATH . 'themes/shades_of_grey.php';
$theme[24]['NAME'] = 'Shades of Grey (Changes)';
$theme[25]['PATH'] = SM_PATH . 'themes/spice_of_life.php';
$theme[25]['NAME'] = 'Spice of Life (Changes)';
$theme[26]['PATH'] = SM_PATH . 'themes/spice_of_life_lite.php';
$theme[26]['NAME'] = 'Spice of Life - Lite (Changes)';
$theme[27]['PATH'] = SM_PATH . 'themes/spice_of_life_dark.php';
$theme[27]['NAME'] = 'Spice of Life - Dark (Changes)';
$theme[28]['PATH'] = SM_PATH . 'themes/christmas.php';
$theme[28]['NAME'] = 'Holiday - Christmas';
$theme[29]['PATH'] = SM_PATH . 'themes/darkness.php';
$theme[29]['NAME'] = 'Darkness (Changes)';
$theme[30]['PATH'] = SM_PATH . 'themes/random.php';
$theme[30]['NAME'] = 'Random (Changes every login)';
$theme[31]['PATH'] = SM_PATH . 'themes/midnight.php';
$theme[31]['NAME'] = 'Midnight';
$theme[32]['PATH'] = SM_PATH . 'themes/alien_glow.php';
$theme[32]['NAME'] = 'Alien Glow';
$theme[33]['PATH'] = SM_PATH . 'themes/dark_green.php';
$theme[33]['NAME'] = 'Dark Green';
$theme[34]['PATH'] = SM_PATH . 'themes/penguin.php';
$theme[34]['NAME'] = 'Penguin';

$default_use_javascript_addr_book = false;
$abook_global_file = '';
$abook_global_file_writeable = false;

$addrbook_dsn = '';
$addrbook_table = 'address';

$prefs_dsn = '';
$prefs_table = 'userprefs';
$prefs_user_field = 'user';
$prefs_key_field = 'prefkey';
$prefs_val_field = 'prefval';
$addrbook_global_dsn = '';
$addrbook_global_table = 'global_abook';
$addrbook_global_writeable = false;
$addrbook_global_listing = false;

$no_list_for_subscribe = false;
$smtp_auth_mech = 'none';
$imap_auth_mech = 'login';
$use_imap_tls = false;
$use_smtp_tls = false;
$session_name = 'SQMSESSID';
$only_secure_cookies     = true;
$disable_security_tokens = false;
$check_referrer          = '';

$config_location_base    = '';

&amp;lt; at &amp;gt;include SM_PATH . 'config/config_local.php';

/**
 * Make sure there are no characters after the PHP closing
 * tag below (including newline characters and whitespace).
 * Otherwise, that character will cause the headers to be
 * sent and regular output to begin, which will majorly screw
 * things up when we try to send more headers later.
 */
?&amp;gt;



------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>john&lt; at &gt;tconl.com</dc:creator>
    <dc:date>2010-11-12T22:14:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/11">
    <title>Outbound IP configuration</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/11</link>
    <description>&lt;pre&gt;Hello,

I'm using imapproxy on a FreeBSD machine setup with a couple of IP
aliases. My problem is that outbound connections from the proxy to my
actual IMAP server are being sent via one of my alias addresses rather
than its parent/actual IP.

Is there a way to bind imapproxy to a particular address to use for
outbound connections?



&lt;/pre&gt;</description>
    <dc:creator>Joe Auty</dc:creator>
    <dc:date>2010-10-27T08:22:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/9">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/9</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev&lt;/pre&gt;</description>
    <dc:creator>Jonathan Wayne Wooten</dc:creator>
    <dc:date>2010-09-20T22:56:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/4">
    <title>I-Proxy returns wrong IMAP error</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/4</link>
    <description>&lt;pre&gt;------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd&lt;/pre&gt;</description>
    <dc:creator>Arminas</dc:creator>
    <dc:date>2010-09-07T12:16:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/3">
    <title>IMAP Proxy Downloads and Code Repository Access</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/3</link>
    <description>&lt;pre&gt;Hello all,

  I'm happy to announce that IMAP Proxy downloads are now available on
the regular SquirrelMail download page[1].  The imapproxy.org
website's[2] download link now points to this new location.

  Download packages are henceforth available in several different
archive/compression formats: .tar.bz2, .tar.gz, and .zip, and since
the IMAP Proxy code has been added to the SquirrelMail code
repository, it is now possible to access IMAP Proxy's developmental
state.  We provide nightly snapshot builds of the newest IMAP Proxy
code as well as direct, up-to-the-minute access to the code repository
via any Subversion[3] client.

  If you'd like to keep an eye on IMAP Proxy's development yourself,
there is a mailing list[4] that you can subscribe to that
automatically sends out notifications for each and every change to the
source code repository.  The only catch is that this mailing list will
also carry code updates for our other SquirrelMail products (notably,
the webmail client).  If you'd rather take a peek from time to time at
this mailing list's archives, we suggest using Gmane.org[5] to do so.

  Finally, as even just regular maintenance of projects like IMAP
Proxy involves non-trivial time and effort, we'd like to humbly
encourage you to help us maintain our momentum by donating[6] to our
cause.  Your gracious help allows us to keep as much of our time
focused on SquirrelMail as possible.  Thank you in advance.

  - Paul Lesniewski for the SquirrelMail Project Team

[1] http://www.squirrelmail.org/download.php#imap_proxy
[2] http://imapproxy.org/index.html
[3] http://subversion.apache.org/
[4] https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
[5] http://dir.gmane.org/gmane.mail.squirrelmail.cvs
[6] http://squirrelmail.org/donations.php

&lt;/pre&gt;</description>
    <dc:creator>Paul Lesniewski</dc:creator>
    <dc:date>2010-08-25T18:22:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/1">
    <title>[SM-imapproxy] Welcome, to the SquirrelMail IMAP Proxy community</title>
    <link>http://comments.gmane.org/gmane.mail.squirrelmail.imapproxy/1</link>
    <description>&lt;pre&gt;To the imapproxy community --

You should already have received an email with the subject "Welcome to
the "squirrelmail-imapproxy" mailing list" to which this is a followup
to let you know that you were subscribed to this list due to the
adoption of imapproxy by the SquirrelMail project.  I'll be asking
Dave to shut down subscriptions and posting to the old list,
imapproxy-info&amp;lt; at &amp;gt;lists.andrew.cmu.edu (although its archives[1] should
remain online indefinitely as far as I know), so please send further
posts to this new address,
squirrelmail-imapproxy&amp;lt; at &amp;gt;lists.sourceforge.net

Of course, if you didn't want to be included in the email list
migration, we apologize and will gladly remove you from the list if
you either send me an email requesting such, or you can go to the
membership management page and do it yourself:

https://lists.sourceforge.net/lists/listinfo/squirrelmail-imapproxy

Thanks for your understanding, and again, huge thanks go out to Dave
McMurtrie for all his hard work building such a great tool.  We hope
we can do it justice.

[1] http://lists.andrew.cmu.edu/pipermail/imapproxy-info/

&lt;/pre&gt;</description>
    <dc:creator>Paul Lesniewski</dc:creator>
    <dc:date>2010-08-07T23:50:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.squirrelmail.imapproxy">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.squirrelmail.imapproxy</link>
  </textinput>
</rdf:RDF>

