Re: Re[2]: [Dbmail] Suggestion: SQLite backend

2002-12-08 Thread Richard Barrington
Steve, On Sun, 2002-12-08 at 06:03, Steve Howe wrote: > Because they are slow, many are buggy, require too much work for setup, etc. > Dbmail is so much nicer... don't you think ? > The idea behind SQLite is having a quick and easy setup; a version > working out of the box and that would be just o

[Dbmail] New on dbmail

2002-12-08 Thread A C Mirand
Hi EveryOne, I just Download the dbmail, compil, follow the install instructions.. but.. I can't read the emails by imap or pop3d, the messages are stored in the db, 'cause i can check the headers on my mysql. I create a test user with this command line: dbmail-adduser a test clean 0 2500 [

Re: [Dbmail] New on dbmail

2002-12-08 Thread Philip Warner
At 02:19 AM 8/12/2002 -0300, A C Mirand wrote: Where I can Start checking? You need to start dbmail-pop3d (and dbmail-imapd) manually. Philip Warner| __---_ Albatross Consulting Pty. Ltd. |/

Re: [Dbmail] New on dbmail

2002-12-08 Thread A C Mirand
That is obvius.. :D Both are already running.. Alvaro. Thanks for the FAST reply. - Original Message - From: Philip Warner To: dbmail@dbmail.org ; dbmail@dbmail.org Sent: Sunday, December 08, 2002 2:23 AM Subject: Re: [Dbmail] New on dbmail At 02:19 AM 8/12/2002 -0300, A

Re: [Dbmail] New on dbmail

2002-12-08 Thread Philip Warner
At 02:33 AM 8/12/2002 -0300, A C Mirand wrote: Both are already running.. Can you telnet to port 110? Philip Warner| __---_ Albatross Consulting Pty. Ltd. |/ - \ (A.B.N. 75 008 659 498)

Re: [Dbmail] New on dbmail

2002-12-08 Thread A C Mirand
bash-2.05a# telnet localhost 110 Trying 127.0.0.1... Connected to localhost (127.0.0.1). Escape character is '^]'. +OK DBMAIL pop3 server ready <[EMAIL PROTECTED]> Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ ) 80/tcp openhttp 110/tcpopenpop-3 111/tcpopen

Re: [Dbmail] New on dbmail

2002-12-08 Thread Philip Warner
At 02:19 AM 8/12/2002 -0300, A C Mirand wrote: I can't read the emails by imap or pop3d So what did this actually mean? Do you have error messages from a client running on local host? Philip Warner| __

[Dbmail] dbmail make failed

2002-12-08 Thread David A. Bandel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And the pertinent text: cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE main.c -o dbmail-smtp list.o debug.o pipe.o mime.o pgsql/dbpgsql.o dbmd5.o md5.o bounce.o forward.o memblock.o pgsql/dbauthpgsql.o config.o - -L/usr/lib/postgresql/lib/ -I/usr/incl

Re: [Dbmail] dbmail make failed

2002-12-08 Thread Richard Barrington
looks like you need to link against your kerberos library. Possibly, adding something like -lkrb5 should do it. >And the pertinent text: >: undefined reference to `krb5_cc_close' >/usr/lib/postgresql/lib//libpq.a(fe-auth.o)(.text+0x1c7): In function >`pg_krb5_init': >: undefined reference to `krb

Re: [Dbmail] dbmail make failed

2002-12-08 Thread David A. Bandel
On Mon, 09 Dec 2002 05:54:21 +1200 begin Richard Barrington <[EMAIL PROTECTED]> spewed forth: > looks like you need to link against your kerberos library. Possibly, > adding something like -lkrb5 should do it. > > >And the pertinent text: > >: undefined reference to `krb5_cc_close' > >/usr/lib/p

Re: [Dbmail] New on dbmail

2002-12-08 Thread A C Mirand
Means.. Mi postfix recives messages, dbmail store in the database, but I Can't read by imapd or pop3d. I don't get any error or something, postfix get the email.. but, i can't read them.. If i look in the database, i can see the headers of the emails, i can see the the folder for my user.. If I

Re: [Dbmail] dbmail make failed

2002-12-08 Thread Richard Barrington
Sorry... I haven't have my coffee this morning. Nothing else springs to mind. >On Mon, 09 Dec 2002 05:54:21 +1200 >begin Richard Barrington <[EMAIL PROTECTED]> spewed forth: > >> looks like you need to link against your kerberos library. Possibly, >> adding something like -lkrb5 should do it. >>

[Dbmail] imap speed comparison ?

2002-12-08 Thread Soeren Sonnenburg
Hi! Does someone know how fast dbmail works in comparison to cyrus or courier ? I ask because I often have to query my whole 10^5 mails for certain keywords and such a search takes ages on courier... Thanks, Soeren.

[Dbmail] Re: Process title patch

2002-12-08 Thread Klas Handel
Hi Roel, Sorry that I wasn't more clear on the drawbacks of the 'proctitleutils'... The big BAD thing is that it messes up the argv and envp memory space. All environment variables are copied to the external 'environ' array... The command line arguments are not copied so they are gone... if they a