from index.php:

list.php0100644000000000000000000000513307455607517011263 0ustar  rootroot<?
session_start();
    mysql_connect("localhost", "dbmail", "DBmail");
    $query = "SELECT a.messageidnr as messageidnr, a.messageblk as
messageblk, b.messagesize as messagesize, c.maxmail_size FROM
messageblk a, message b, user c WHERE a.messageblk like 'From%' and
a.messageidnr = b.messageidnr and b.mailboxidnr = c.useridnr and
c.userid = '$SESSION_USER_NAME'";
    $result = mysql_db_query("dbmail", $query);

Is there another dbmail-webmail? Maybe simplest if you just give us the
url to d/l yours. I d/l this one about 2 days ago from "somewhere."

Thank you,

- April


>> I downloaded dbmail webmail and it seemed to be mysql specific. Has
>> someone done a version for pg? Sorry to sound stupid but my background
>> is
>> CF so it was not immediately clear to me how to edit the php to work
>> with
>> pg.
>
> This was actually developed for PostgreSQL, what made you think
> otherwise?
>
> ... John
>
> _______________________________________________
> Dbmail mailing list
> Dbmail@dbmail.org
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>


Reply via email to