Doug Kozar writes:
> Does anyone know why the following script will not rebuild one of my
> sendmail databases?
>
> <?
> exec('/usr/sbin/makemap hash /etc/mail/virtusertable.db <
> /etc/mail/virtusertable');
> exit;
> ?>
> Check your httpd logs. I'd be willing to bet it's a permissions issue as httpd's usually aren't run as root (unless you're crazy ;) -jesse -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

