On Thu, 02 Sep 2010 21:46:24 +0200, pete <p...@teamlupus.hu> wrote: > Nice, i will give it a shot. Fortunately, i am planning to deploy clapf to > a webui+ldap environment.
Great! > A short question on this: if i use some db in --with-store=fs, instead of > fs, then do i have to permit the webui to access clapf files on the > machine? Well, actually you cannot specify a 'db' (eg. sqlite3, mysql, ...) for '--with-store=' only 'fs' (recommended) or 'nfs'. The reason is performance: it's much easier to create a hard link to the created temp file than to push it to a database. If your users want to login to the webui, then yes, the webui (ie. www-data or a similar user) needs read access to the clapf queue directories. > > On Thu, 02 Sep 2010 15:25:56 +0200, Janos SUTO <s...@acts.hu> wrote: >> Dear clapf-users, >> >> I have almost released the final 0.4.5 a few weeks ago, however some >> ldap issuses popped up. So I was working on some ldap related webui > issues. >> >> webui changes: >> >> - heavy LDAP related fixes >> - added an array ($ldap_user_DNs) to the config.php. If you have >> multiple LDAP containers (eg. o, ou, ...) where you keep your user >> objects, you can enumerate them to this array, and the webui will know >> about them >> - improved setup utility >> - added 'realname' field to the user table >> - you can disable the password changer field with >> PASSWORD_CHANGE_ENABLED (see config.php) >> - highlight the selected messages in the quarantine >> >> clapf daemon changes: >> >> - fixed a memcached issue >> >> other: >> >> - enhanced the maillog.pl script >> >> You can access the latest rc at > http://clapf.acts.hu/clapf-0.4.5-rc3.tar.gz >> >> If you find no problems, then I will release the stable 0.4.5 next week. >> >> Best regards, >> Janos