Thx for your answer. I have done that and the the file does not get created!
The ldap search in global book is included in webmail cgi because if I edit the
ldapaddressbook file and add a new server it gets displayed in sqwebmail
interface! But I dont know what know.

I have compiled the sqwebmail from courier sources btw.

Regards

Uros

Replace the script with

#!/bin/sh
date >> /tmp/ldapsearch.out
echo "$@" >> /tmp/ldapsearch.out
set >> /tmp/ldapsearch.out

(remember to chmod +x) and see if it creates a file. If so, see if it
contains what you expect.

Regards,

Brian.


Reply via email to