> i have a problem when configure vacation, qmail-ldap version 0.2. it
> throws errors as such
>
> *Warning*: Unknown(): Your script possibly relies on a session
> side-effect which existed until PHP 4.2.3. Please be advised that the
> session extension does not consider global variables as a source of
> data, unless register_globals is enabled. You can disable this
> functionality and this warning by setting session.bug_compat_42 or
> session.bug_compat_warn to off, respectively. in *Unknown* on line *0
>
> what should i do? if i turn off the register_globals = On, then, i wont
> get the error message, but, squirrel mail throw me out of the session.
> please advise. thanks
> *
>

Attached plugin should work with qmail-ldap 20030901 or newer. Sample
plugin configuration is in config.php. Other configuration options are
documented in README. If you don't want to store administrator's password
in configuration, you need ACLS that allow users to modify own
deliveryMode and mailReplyText attributes.

access to attrs=mailReplyText
  ... other access limits ...
  by self write

access to attrs=deliveryMode
  ... other access limits ...
  by self write

Plugin should detect other headers in mailReplyText attribute and keep
them. Users can use %SUBJECT% tag.

Minimal required SquirrelMail version - 1.4.3. Tested on OpenLDAP 2.2.23, 
QmailLDAP 20041201 and 20050401, Linux Debian Sarge.

-- 
Tomas

Attachment: config.php
Description: application/php

Attachment: squirrel_autorespond-1.0cvs-1.4.3.tar.gz
Description: GNU Zip compressed data

Reply via email to