* Thus wrote Robert Covell ([EMAIL PROTECTED]):
> I am trying to write data to a db3 alias file that sendmail uses (made a
> copy for testing). When I read the file using:
>
> $id = dba_open ("aliaseswww.db", "r", "db3");
>
> It works. But when I try to change it to:
>
> $id = dba_open ("alias
I am trying to write data to a db3 alias file that sendmail uses (made a
copy for testing). When I read the file using:
$id = dba_open ("aliaseswww.db", "r", "db3");
It works. But when I try to change it to:
$id = dba_open ("aliaseswww.db", "w", "db3");
I get:
dba_open(aliaseswww.db,w): Driv
2 matches
Mail list logo