Re: Re[2]: [Dbmail] Urgent - Relay e Unknow User

2003-02-27 Thread Alexey Portnov
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.

[Dbmail] dbmail + sm mail

2003-02-27 Thread Robert L. Tom
Anybody here using dbmail with squirrel mail who doesn't have problems creating folders? what version of SM mail are you using? Thanks. Robert

[Dbmail] dbmail + squirrelmail

2003-02-27 Thread Robert L. Tom
Anybody here using dbmail with squirrel mail who doesn't have problems creating folders? what version of SM mail are you using? Thanks. Robert

[Dbmail] PATCH: dbmail_configure_check_os.patch

2003-02-27 Thread Ryan Butler
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

[Dbmail] [Fwd: Your message to Dbmail awaits moderator approval]

2003-02-27 Thread armin langhofer
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

RE: [Dbmail] PATCH: dbmail_configure_check_os.patch

2003-02-27 Thread Jesse Norell
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