[Citadel Development] Re: systemd: socket activation

2012-04-17 Thread Stefan
Mon Apr 02 2012 19:17:40 EDT from IGnatius T Foobar @ Uncensored Subject: Re: systemd: socket activation Looks like a nice idea. Will we server software developers have to account for this if distribution vendors adopt it? The software developers can implement socket activation if they

[Citadel Development] Re: Please don't drop sieve

2012-02-27 Thread Stefan
Hi Mon Feb 27 2012 07:24:37 ESTfrom IGnatius T Foobar @ Uncensored Subject: Re: Please don't drop sieve Ok, well in any case you don't have to worry about losing mail. The way our implementation works is that Sieve runs *after* a message arrives in the user's inbox. The absolute worst case

[Citadel Development] Warnings

2011-11-24 Thread Stefan
Hi, while building the 8.02 RPMS in OBS I got the following warnings: Webcit: W: incorrect-fsf-address /usr/share/citadel-webcit/static/wclib.js The Free Software Foundation address in this file seems to be outdated or misspelled.  Ask upstream to update the address, or if this is a license

[Citadel Development] Re:

2011-11-15 Thread Stefan
Sun Nov 13 2011 10:52:31 ESTfrom jame @ Rocasa Mail System Subject: Re:  What does the "-D" option show for that? Strange. I can not reproduce the problem. Forget it.

[Citadel Development] systemd and citadel-setup

2011-11-15 Thread Stefan
Hi, With systemd there is no need for a init file or links to it in the rc? directories. As citadel-setup doesn't know anything about systemd it will create the init file (that's fatal) and/or suggest to create the links and will fail with: Error failed to set system V init links that's not

[Citadel Development] systemd

2011-11-15 Thread Stefan
Hi devs, I attached a systemd service file. If you think that file is OK, then add it to the source tarball, please. There is a small problem with systemd: As far as I know it's not possible to print a message to stdout/stderr while starting a service. A user who is starting an unconfigured

[Citadel Development] (no subject)

2011-11-11 Thread Stefan
Hi, there seams to be a bug with the citserver's "-h homedir" option. When calling: # citserver -d -h /my/dir I get the log message: unable to change into directory [/var/run/citadel/my/dir/]: No such file or directory The /var/run/citadel prefix seams wrong. RegardsStefan

[Citadel Development] (no subject)

2011-11-11 Thread Stefan
Hi, is citserver's "-t trace_file" option still supported? When calling: # citserver -d -t/tmp/test -lmail -x3 then the file "/tmp/test" is created, but is empty and stays empty. Regards Stefan

[Citadel Development] Re: webcit logging questions

2011-10-27 Thread Stefan
The documentation for the following option is missing in webcit/READMEtxt: -h home_dir-d-D path-T val The default http_port is 2000 and not 80 as mentioned.

[Citadel Development] (no subject)

2011-10-23 Thread Stefan
I have build a 8.0 version from git a few minutes ago. And it worked. I will update the official repo as soon as the 8.0 version is officially announced. For Fedora 16 and openSUSE 12.1 (both will be released in November) systemd support is needed. That's the next task after fixing the MTA

[Citadel Development] (no subject)

2011-10-23 Thread Stefan
With the latest git version I found two bugs: 1) Two lines of "View/edit server-side mail filters" in section "your info" on "Advanced" page. 2) "Advanced - Enter your bio" doesn't work.

[Citadel Development] undefined reference to `XML_StopParser'

2011-08-26 Thread Stefan
': modules/xmpp/serv_xmpp.c:78: undefined reference to `XML_StopParser' collect2: ld returned 1 exit status make: *** [citserver] Error 1 I would guess that the expat library in RHEL4 is too old (it's probably expat-1.95). Can someone confirm that? Or is it an other problem? Thanks Stefan

[Citadel Development] Re: undefined reference to `XML_StopParser'

2011-08-26 Thread Stefan
Fr Aug 26 2011 08:34:41 EDT von Stefan @ Uncensored Betreff: undefined reference to `XML_StopParser' I would guess that the expat library in RHEL4 is too old (it's probably expat-1.95). Can someone confirm that? The build works with RHEL5 which uses the same expat version. So that's

[Citadel Development] Re: undefined reference to `XML_StopParser'

2011-08-26 Thread Stefan
The attached patch fixes that error. (see also: https://bugzilla.redhat.com/show_bug.cgi?id=700390) Thank you for the quick support. diff -urb citadel-7.87.orig//modules/xmpp/serv_xmpp.c citadel-7.87/modules/xmpp/serv_xmpp.c --- citadel-7.87.orig//modules/xmpp/serv_xmpp.c 2011-08-24

[Citadel Development] (no subject)

2011-08-25 Thread Stefan
Hello, Mi Aug 24 2011 13:00:51 EDT von dothebart @ Uncensored If I get that correctly, generate_nonce() is gone in master, and probably wasn't used in stable either, but yes, the build is correct, thats a bug in the memset useage. as for the other warning, cutuserkey() is probably a little

[Citadel Development] (no subject)

2011-08-24 Thread Stefan
, please review. W: citadel arraysubscript user_ops.h:75 I: There are likely swapped arguments in a memset Check that the function arguments match: memset(ptr,BYTEVALUE,LENGTH) W: citadel memset-with-zero-length citserver.c:881:8 W: citadel memset-with-zero-length citserver.c:883:8 Stefan

[Citadel Development] CONF GETSYS

2011-08-08 Thread Stefan
Hi, I was playing a little bit with the sendcommand tool and discovered that the commands CONF GETSYS and CONF PUTSYS are not documented in http://www.citadel.org/doku.php/documentation:appproto:start. Stefan

[Citadel Development] Attachments

2011-06-14 Thread Stefan
Hi, I just replied to a message in this room which had attachments. The "reply to message dialog" (that one with the editor) didn't show the attachments ("Anhänge: 0"), but the final replied message had the attachments. I think the "reply to message dialog" should show the attachments or better

[Citadel Development] Re: Attachments

2011-06-14 Thread Stefan
  Di Jun 14 2011 09:40:22 EDT von Stefan @ Uncensored Betreff: Attachments Hi, I just replied to a message in this room which had attachments. The "reply to message dialog" (that one with the editor) didn't show the attachments ("Anhänge: 0"), but the final

[Citadel Development] Re: Citadel RPM repository

2011-06-07 Thread Stefan
Do Jun 02 2011 09:32:58 EDTvon IGnatius T Foobar @ Uncensored Betreff: Re: Citadel RPM repository If it is your intention to keep these RPM's up to date, I would love to designate your repo as the official one. I will keep them up to date. And I guess it will be OK with Holger Mueller

[Citadel Development] Citadel RPM repository

2011-06-01 Thread Stefan
Hi, I created a new package citadel-repo which contains the apt, yum and zypper configuration. I got that idea from Dag Wieërs rpmforge-release package. I also wrote a small howto (see appendix). There's one disadvantage: The howto uses an URL to the package which changes if the release number

[Citadel Development] bugs and inconsistencies

2011-05-15 Thread Stefan
Hi, one more: The command "ARTV" is not documented on http://www.citadel.org/doku.php/documentation:appproto:start Regards Stefan

[Citadel Development] Re: bugs and inconsistencies

2011-05-15 Thread Stefan
  So Mai 15 2011 10:19:24 EDTvon IGnatius T Foobar @ Uncensored Betreff: Re: bugs and inconsistencies The command "ARTV" is not documented on http://www.citadel.org/doku.php/documentation:appproto:start ARTV is deprecated. It has been replaced by MIGR. That one isn't documented as