> No it was not.
> But Now i gave permission 777  but still no success.
> where would i find vhost specific logs.

Check your httpd.conf. You may find something like this:

<VirtualHost *>
ServerName foobar.de
ServerAlias www.foobar.de
DocumentRoot /var/www/foobar/htdocs
ScriptAlias /cgi-bin/ /var/www/foobar/htdocs/cgi-bin/
CustomLog /var/www/foobar/logs/access_log combined
ErrorLog /var/www/foobar/logs/error_log
#CUSTOM
</VirtualHost>


> Have I followed correctly (the invoking the sendmail.py)

Normaly you would set a symbolic link from /usr/sbin/sendmail to
your Python-Skript and leave the setting in php.ini untouched.

But wait - I remember I deleted the "-i"-Option because sendmail.py
didn't like it... Try this.

lotk


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to