On Wed, 26 Feb 2003 17:00:03 -0300
"Nataniel Klug" <[EMAIL PROTECTED]> wrote:
I've got postfix-1.1.1 compiled from source on Linux Mandrake 8.1
Before I started use MySQL tables for transport, I used hash tables.
And it worked just fine:
/etc/postfix/transport:
trado.nnov.ru dbmail:
deep.nnov.
Anybody here using dbmail with squirrel mail who doesn't have problems
creating folders?
what version of SM mail are you using? Thanks.
Robert
Anybody here using dbmail with squirrel mail who doesn't have problems
creating folders?
what version of SM mail are you using? Thanks.
Robert
Adds support for checking what OS you're using, and adding a -DLINUX if
its linux. In the future it will also help for adding os specific
checks for other things.
Addresses Dave and Jesse's need for -DLINUX for right now. This patch
also has the autoconf/automake reran, which updates the paths f
hi
i'm suscribed to the dbmail mailinglist. since a couple a days ago i
receive messages like "Your mail to 'Dbmail' with the subject ..." (see
below). i havn't ever got such messages. does anyone know what's wrong?
best regars, armin.
Ursprüngliche Nachricht
Betreff: Your
Thanks for that patch, Ryan. I changed it to define __LINUX__
instead of LINUX (as that's what md5.c is checking), and also added
a check to build.sh to define that as well. I tested both build.sh
and ./configure build methods, and APOP/md5 works on our Sparc when
built both ways. This patch