Hi,
I would like to ask some questions which I have not been able to find
answers for. I admit I have not installed DBMail but I did see the site
and the README files in the source code.
1. What are the differences between 1.x versions and the new 2.0 alpha1?
2. I finally twigged that DBMail does
ubject: Re: [Dbmail] DBMail: diff between 1.x and 2.x and
> other questions
>
>
> On Wed, 2003-11-05 at 13:04, Chris Carter wrote:
> > Hi,
> >
> > I would like to ask some questions which I have not been
> able to find
> > answers for. I admit I have not
> Hmmm ADODB? That way someone else maintians compability.
Query statements are potentially still different between SQL server
platforms.
Cheers!
Chris
MySQL just does not support some features:
"SELECT Max(people.version) AS Lastversion, addr.name FROM people RIGHT
JOIN addr ON people.ID = addr.ID GROUP BY addr.name;"
Will not work in Mysql; this sql statement I used in M$SQLServer
required creating a temporary table in Mysql and then running an
> i'm runing SuSE 8.1 with kernel 2.4.18 and dbmail version
> 1.2.1 ! and from time to time the pop3d and/or imapd process
> hangs itself up and uses 99% of the CPU ! even tried to
> recompile with different CFLAGS options as mentioned in
> another thread by ming-wei
Becki,
The standard
> can you try to compile a stable 2.4.22 kernel and give it a
> shot first? I think its faster than to upgrade the whole suse
> box to see if its a bug
> in the kernel.
There is no need to either upgrade the whole system or recompile the
kernel. Only download updated kernel from
ftp.gwdg.de/pub
Hi,
I'm trying to build from CVS, however there seems to be a file missing:
cc -o mysql/dbauthmysql.o -c mysql/dbauthmysql.c -L/usr/local/lib/mysql/
-I/usr/include/mysql/ -I.
gcc: mysql/dbauthmysql.c: No such file or directory
gcc: no input files
make: *** [mysql/dbauthmysql.o] Error 1
Sorry, Mak
Humm. Problem fixed off-list. Used:
./configure --with-mysql
make
su
make install
Working now.
Cheers!
Chris
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris Carter
> Sent: 26 November 2003 10:20
> To: dbmail@dbmail.org
>
Hi,
I know the shared mailbox functionality in 2.0 is still in development,
but I started to toy with it. However I could not find a way to
associate an email address to a shared mailbox. Is this possible?
Cheers!
Chris
Ilja Booij wrote:
> However, I found a flaw in my shared mailbox implementation. Quite a
> stupid, but fundamental, flaw. I gave the shared mailboxes an
> owner_id
> of '0', but this violates foreign key constraints, as there
> is no user
> with user_idnr '0'.
>
> I've not devoted time to f
Simon Gray wrote:
> Just make an alias to it? as you would with an other mailbox?
Yes. I thought so too. However I must be missing something because I do
not fully understand how to point the alias (from the aliases table) to
the shared mailbox (in the shared_mailbox table - as opposed to the
mail
> Well, Aaron has been working on an LMTP daemon, it is in his
> big patch. Since i forgot about that i've been working on one
> also and that one is
> sitting
> here on my laptop :) I've done some testing and in stead of 4 - 8
> messages (dbmail-smtp)
> per second it can do over 300 messages p
Roel wrote:
> Regarding spamfilters: you can use spamassassin very easily.
Very true; spamassassin is a great product. Another option is ASSP,
which will drop the incoming smtp connection when it recognises the
sender is spam (usually within the first 10k of the connection). This
helps to save re
>Is anyone on this list? I am getting so confuzed by the smtp bit of
dbmail-mysql, and if anyone >could maybe help me out here, I would
>R E A L L Y appretiate it !!!
Marc, DBMail is not an MTA (SMTP server). On its own it is not capable
of sending any mail. You need an MTA. In a nutshell, DBMail
Paul J Steves wrote:
> innodb_data_file_path = ibdata1:10M:autoextend
> innodb_data_home_dir = /var/lib/mysql/
> innodb_log_group_home_dir = /var/lib/mysql/
> innodb_log_arch_dir = /var/lib/mysql/ set-variable =
> innodb_mirrored_log_groups=1 set-variable =
> innodb_log_files_in_group=3 set-va
15 matches
Mail list logo