<?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://permalink.gmane.org/gmane.mail.automx.user">
    <title>gmane.mail.automx.user</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user</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://permalink.gmane.org/gmane.mail.automx.user/77"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/76"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/75"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/74"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/73"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/72"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/71"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/70"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/69"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/68"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/67"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/66"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/65"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/64"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/63"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/62"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/61"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/60"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/59"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.automx.user/58"/>
      </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://permalink.gmane.org/gmane.mail.automx.user/77">
    <title>Re: updated INSTALL</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/77</link>
    <description>&lt;pre&gt;Hi,



Thank you very much :) I have read through this document and I really like it. I will replace the existing one with your version. I also think that I am going to use this as the README document for github.

Kind regards

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-04-22T19:32:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/76">
    <title>Re: updated INSTALL</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/76</link>
    <description>&lt;pre&gt;

Commited and README.md has been created. Thanks again

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-04-22T19:38:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/75">
    <title>updated INSTALL</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/75</link>
    <description>&lt;pre&gt;Hi everyone!

Since I couldn't find an up-to-date INSTALL-file while getting
automx to work, I provide you with an updated file, that should
do the trick on debian (and most other systems if you use the
tar.gz instead of packages).

Any feedback (from the developers too) would be welcome :-)

regards
Chris
INSTALL

   This document contains step by step instructions to install automx.

automx download

   If you haven't done so yet download automx from its website:
   
   $ wget http://automx.org/download/latest.tar.gz

   Unpack the tar archive and change into the newly created directory:
   
   $ tar xzf latest.tar.gz
   $ cd automx-VERSION

Software Requirements

   automx is a Python application. You must install a few extra modules to
   handle frontend and backend communication as well to deal with XML
   data.

   frontend
          Install mod_wsgi for the Apache web server and the python-wsgi
          module.

   backend (optional)
          If you plan to use either LDAP &lt;/pre&gt;</description>
    <dc:creator>Christian Sudec</dc:creator>
    <dc:date>2013-04-22T13:25:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/74">
    <title>Re: ANN: 0.9.2 released</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/74</link>
    <description>&lt;pre&gt;Hi,


Thank you very much for your feedback. Indeed we thought about contacting somebody from Debian to get automx into Debian (and this way into Ubuntu).


That's great. Mark and I had created a debin/* hierarchy. I had tested that for 0.9.0. You can find all the files in my PPA under:

https://launchpad.net/~christian-roessner-net/+archive/automx

The only thing that seems to be wrong is a folder /usr/lib/automx. If you look at the debian/* files, there should be one file containing this path. I guess if you take this as a first attempt and modify it for 0.9.2, it should work.

Do you like to test this and give us feedback? :) You can also contact me directly off-list (in German) if you like.


Thanks for this information. I will have a closer look at it soon.

Kind regards

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc S&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-03-31T21:18:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/73">
    <title>Re: ANN: 0.9.2 released</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/73</link>
    <description>&lt;pre&gt;Hi,

On Sun, Mar 31, 2013 at 06:51:23PM +0200, Christian Rößner wrote:

Please don't cause different packaging efforts at Ubuntu and Debian.
This would be an unnecessary duplication of work, as Debian packages
will be integrated by Ubuntu very likely, too, after the next Ubuntu
release.


I would help with an official Debian package (see also
http://bugs.debian.org/662168), but I likely won't do it alone as I'm
not so much into Python packaging.

The Debian Python Applications Packaging Team is also a potential
place to look for Debian packagers:
http://wiki.debian.org/Teams/PythonAppsPackagingTeam

Kind regards, Axel
&lt;/pre&gt;</description>
    <dc:creator>Axel Beckert</dc:creator>
    <dc:date>2013-03-31T18:20:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/72">
    <title>ANN: 0.9.2 released</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/72</link>
    <description>&lt;pre&gt;Hi,

we finally released automx version 0.9.2. This release adds minor bug fixes and fixes to the documentation. At his point we thank you very much for pointing out problems and for your feedback!

With this release, we have dropped packaging support as we believe that this should be done by main distributions. For this purpose we plan on contacting people from Debian, Ubuntu and CentOS. If you know people from these distributions, feel free to contact us.

You can download the latest tarball from here:

https://github.com/sys4/automx/archive/v0.9.2.tar.gz

For Gentoo, there should be an ebuild (soon).

We apologize for the very late release.

Kind regards

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-03-31T16:51:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/71">
    <title>Re: Some observations with the 0.9 .deb package</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/71</link>
    <description>&lt;pre&gt;Hi,

Christian Rößner schrieb am Fri, Mar 29, 2013 at 10:57:47AM +0100:

Sure. I rather wanted to point out that the .deb package lacks
package-specific documentation.


Well, I started with what I expected to be a minimal LDAP config and
looked what it did. With the following, it's clear that there must be
a filter statement, but I somehow expected that there is a basic
filter (mail=%s) already in there by default.


Yeah.


A little bit more explicit documentation should already help here. (As
soon as you got it working, it's obvious, yes, but not necessarily
before. :-)


Maybe these blanks after the commata are required. Didn't try that.


Yeah, it gave me some more ideas of how it works and what can be done.
Thanks.


Some more hints about how to use that in the docs would be helpful.
(Haven't checked GitHub if there's already more documentation for
that.)


Will have a look. Sounds sufficient.


Yes. That's a point I thought about already, too. Actually I already
tested what happens if I use e-mail a&lt;/pre&gt;</description>
    <dc:creator>Axel Beckert</dc:creator>
    <dc:date>2013-03-29T11:22:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/70">
    <title>Re: Some observations with the 0.9 .deb package</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/70</link>
    <description>&lt;pre&gt;Hi,

first of all thanks for your nice feedback! :)


One of the problems is that paths differ from distribution to distribution. The one in the INSTALL file refers to /usr/local/*, which ensures not to have conflicts with system paths. So I always put things to /usr/local or even /opt, when installing manually.


I need to look at this. At the other hand, automx starting with version 0.9 also runs perfectly on Nginx. I still hope to have a Wiki soon, for putting lots of examples there and give the users an idea, what scenario could be achieved with certain kinds of examples.


This seems to be a bug :) I will investigate this later.


Ok, never tried to suppress this option :) Needs investigation.


filter should be any kind of filter that is allowed with LDAP. Think of the ldapsearch command.


Yes, that's quite clear. The backend needs no no, which result attributes you want. And those are mapped to the variables.


This is, what I mean with examples for a Wiki. Of course with a description, what it does.&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-03-29T09:57:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/69">
    <title>Some observations with the 0.9 .deb package</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/69</link>
    <description>&lt;pre&gt;Hi,

I rebuilt the package from Christian's PPA for Debian Squeeze and it
seems to work fine so far.

I though made some observations which could result in improvements:

* INSTALL shows paths for manual installation. They differ a lot from
  a package based installation. (/usr/local/lib/automx vs.
  /usr/share/pyshared/automx/, etc.) A README.Debian in the .deb would
  help there.

* INSTALL: The &amp;lt;Directory&amp;gt; blocks in the Apache config seem to be
  irrelevant. Works fine without for me. (Not sure if that's
  .deb-specific.)

* The "debug" setting is mandatory. Just commenting out "debug = yes"
  doesn't suffice and causes 500 server errors. IMHO "debug = no"
  should be a default set in the code while the config should still
  contain "debug = yes" for the start.

* The LDAP backend could need some more hints about the relation
  between features and how to use it:

  - "filter" is more or less mandatory, otherwise you get a "too many
    results" error.

  - "filter" is not only a filter to filter objects &lt;/pre&gt;</description>
    <dc:creator>Axel Beckert</dc:creator>
    <dc:date>2013-03-27T12:18:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/68">
    <title>Broke rpm?</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/68</link>
    <description>&lt;pre&gt;Hello

I think the automx rpm on the site is broken:


Examining ./automx-0.9-1.el6.noarch.rpm: automx-0.9-1.el6.noarch
Marking ./automx-0.9-1.el6.noarch.rpm to be installed
Resolving Dependencies
--&amp;gt; Running transaction check
---&amp;gt; Package automx.noarch 0:0.9-1.el6 will be installed
--&amp;gt; Processing Dependency: python-memcache for package: 
automx-0.9-1.el6.noarch
--&amp;gt; Finished Dependency Resolution
Error: Package: automx-0.9-1.el6.noarch (/automx-0.9-1.el6.noarch)
            Requires: python-memcache


But, as I know, the required package is named python-memcached

Am I wrong?

Installed on centos 6.4 x64 from source with python-memcached work great.

Thanks
Levi



&lt;/pre&gt;</description>
    <dc:creator>Birta Levente</dc:creator>
    <dc:date>2013-03-26T13:02:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/67">
    <title>ANN: services are back</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/67</link>
    <description>&lt;pre&gt;Hi,

thanks for your patience. The systems are back.

Kind regards

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-03-12T12:50:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/66">
    <title>ANN: moving services</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/66</link>
    <description>&lt;pre&gt;Hello,

we are going to move services from one location to another. For this reason, we will have a downtime for the mailing list and for the test server. We will start moving services later today. I keep you informed when the services will be back.

Thanks

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-03-11T09:28:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/65">
    <title>firefox os email app test</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/65</link>
    <description>&lt;pre&gt;Hallo , ich habe einen kurzen test
mit der email app des neuen Handy Betriebssystems firefox os durchgefuehrt

die autoconfig des clients funktioniert derzeit nur fuer SSL Ports
993 465, nicht mit STARTTLS

d.h der test account des automx.org funktioniert damit derzeit nicht !

ausserdem muss die autoconfig url auch ohne https gehostet werden
( meine Interpretation des codes )

kurzer blog darueber

http://sys4.de/de/blog/2013/02/28/firefox-os-mobile-mail-autoconfig-automx/


bug report

https://bugzilla.mozilla.org/show_bug.cgi?id=847032
https://bugzilla.mozilla.org/show_bug.cgi?id=784816

mit den "richtigen" Parametern laeuft die autoconfig "mozilla" variante
aber problemlos, die autodiscover Outlook variante habe ich nicht
getestet, da mein activesync setup verschieden ist,
und ich die  derzeit vorhandene lookup Prozedur noch nicht fuer sehr
ausgereift ansehe

wer selber testen will, hier ist eine Anleitung fuer den emulator in  ubuntu

http://ubuntuguide.net/install-firefox-mobile-os-b2g-in-ubuntu-deskto&lt;/pre&gt;</description>
    <dc:creator>Robert Schetterer</dc:creator>
    <dc:date>2013-03-04T18:52:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/64">
    <title>Re: Mail.app and iOS configuration</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/64</link>
    <description>&lt;pre&gt;Hi,


I already had looked at the plist stuff and I am planning do include this into automx. But thanks for digging into this topic!

What I would like to have is a Django frontend that connects to automx. Not sure in detail, yet :)

Thanks

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-02-13T13:31:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/63">
    <title>Mail.app and iOS configuration</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/63</link>
    <description>&lt;pre&gt;Some time ago, I saw mention of auto-configuration of other mail clients
discussed on this list that never seemed to be resolved. I recently came
across an email provider Website that offers an auto-configuration for
each. For Mail.app, it creates a downloadable configurator that you
execute, enter your name and password and it configures your IMAP/SMTP
account in Apple Mail. For iOS it creates a downloadable profile. I started
looking into this further and found that indeed Apple uses an XML-style
configuration that can be wrapped up into a file (Mail.app) or signed with
a certificate and downloaded as a profile to the device (iOS). Obviously,
you would have to create a different file for each user, however, it seems
that you could use something like PHP to pull the necessary information
from LDAP or such (like the rest of automx) and then package it up on the
server for user download. I found the simplest example at
http://www.rootmanager.com/iphone-ota-configuration/iphone-ota-setup-with-signed-mobileconf&lt;/pre&gt;</description>
    <dc:creator>Stephen Ingram</dc:creator>
    <dc:date>2013-02-12T06:53:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/62">
    <title>ANN: Switching Maintainer</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/62</link>
    <description>&lt;pre&gt;All,

we will soon release version 0.9.1 of automx. The version will include
documentation updates and a few fixes.

At the same time Christian will become maintainer of automx to bring back
the responsiveness you asked for.

I once was the driving force behind automx, but ever since we've founded sys4
&amp;lt;http://sys4.de&amp;gt; I've become short on time and to automx this means I've
become the projects brake shoe. That, of course, is not how it should be!

Christian suggested to take over and I am glad he asked. I can't think of
anyone suited better for automx maintenance.

p&amp;lt; at &amp;gt;rick

&lt;/pre&gt;</description>
    <dc:creator>Patrick Ben Koetter</dc:creator>
    <dc:date>2013-02-01T22:09:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/61">
    <title>Re: Documentation fixes, again!</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/61</link>
    <description>&lt;pre&gt;* Achim J. Latz &amp;lt;achim+automx-VpGZoEYp12Emp8TqCH86vg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:

Fixed.


Fixed in the upcoming release.



Fixed in the upcoming release.


Christian will take care of this.

p&amp;lt; at &amp;gt;rick

&lt;/pre&gt;</description>
    <dc:creator>Patrick Ben Koetter</dc:creator>
    <dc:date>2013-02-01T21:10:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/60">
    <title>Cosmetic error</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/60</link>
    <description>&lt;pre&gt;Hello list:

Just saw this error:

Traceback (most recent call last):
File "/usr/share/pyshared/automx_wsgi.py", line 146, in application
   emailaddress = d.get("emailaddress")[0]
TypeError: 'NoneType' object is unsubscriptable
mod_wsgi (pid=14817): Exception occurred processing WSGI script 
'/usr/share/pyshared/automx_wsgi.py'.

When d.get("emailaddress") returns None, the index [0] is not valid, 
causing the error. It seems to appear only with iOS requests (that works 
just fine despite the error).

Perhaps some error checking is in place?

Best regards, Achim

&lt;/pre&gt;</description>
    <dc:creator>Achim J. Latz</dc:creator>
    <dc:date>2013-01-23T17:00:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/59">
    <title>Re: Documentation fixes, again!</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/59</link>
    <description>&lt;pre&gt;Hi Achim,

Am 07.01.2013 21:22, schrieb Achim J. Latz:

Thanks for the hint - I found missing dependencies and got my server 
running.

Bye,
Michael

&lt;/pre&gt;</description>
    <dc:creator>Michael Koehler</dc:creator>
    <dc:date>2013-01-23T15:10:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/58">
    <title>Re: Problem with phyton module</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/58</link>
    <description>&lt;pre&gt;Hello Christian,

Am 23.01.2013 13:39, schrieb Christian Rößner:
Are there no solution to get simple IMAP with iOS devices working? 
Z-Push is working on my server but I don´t like it.
Right, it´s working. I thought that I could use "/var/log/apache2" but 
with default permissions it doesn´t work.

Bye,
Michael


&lt;/pre&gt;</description>
    <dc:creator>Michael Koehler</dc:creator>
    <dc:date>2013-01-23T13:20:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.automx.user/57">
    <title>Re: Problem with phyton module</title>
    <link>http://permalink.gmane.org/gmane.mail.automx.user/57</link>
    <description>&lt;pre&gt;
iOS5/6 does do ActiveSync. You will need z-push or sogosync (or similar), too.


Create a folder /var/log/automx and give that folder permissions from your webserver, i.e. www-data:www-data with 750 permissions (and don't forget a logrotate script). Modify your "logfile=" parameter as well. That should work for you.

-Christian Rößner

--
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich


&lt;/pre&gt;</description>
    <dc:creator>Christian Rößner</dc:creator>
    <dc:date>2013-01-23T12:39:19</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.automx.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.automx.user</link>
  </textinput>
</rdf:RDF>
