Re: [Dbmail] Ready for prime time?

2002-09-20 Thread Mike Watkins
No problems with speed on my side either; I am running a version from CVS some time ago, your mileage may vary. I also only support POP, am writing a simple web client - no IMAP, no folder management - just read, reply, forward, send and delete. For my purposes I have no need nor desire to prov

Re: [Dbmail] Imapd is slow as hell

2002-09-24 Thread Mike Watkins
Parsing is definitely the issue. I wrote a very simple Python application to parse headers in my dbmail inbox - a run against 50 messages takes about 4 seconds on a very fast box, using standard Python libraries. The question is, what's more important - message insertion or subsequent processi

Re: [Dbmail] Unaliased email addresses

2002-07-15 Thread Mike Watkins
You can set up a default mail alias @yourdomain.com that is associated with a real account. At 08:45 PM 7/14/2002 -0500, you wrote: I've had a look through the list and through the dbmail doco (for rc3) and can't seem to get the exact answer I want. I often get a few subscription email (like

Re: [Dbmail] messages on stdout

2002-07-16 Thread Mike Watkins
The version I have checked out from CVS has the level setting code in main.c commented out. You can hard code the levels and recompile for now... At 12:05 PM 7/16/2002 +0200, you wrote: I've installed Dbmail according to the docs, I put a tracelevel of 5 and verbose messaging everything worked

Re: [Dbmail] OpenBSD & DBMail

2002-08-03 Thread Mike Watkins
On FreeBSD, and probably other *BSD systems, what lives in crypt.h on other systems, lives in unistd.h Quick and dirty method, cp unistd.h crypt.h At 07:23 AM 8/3/2002 -0400, kerberus wrote: So how did you manage to get passed this error cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -

Re: [Dbmail] Re-filter messages

2002-08-16 Thread Mike Watkins
You could just run fetchmail against their pop id for them... ;) in .fetchmailrc poll their.pop.server proto pop3 user "username" pass "password" is [EMAIL PROTECTED] At 09:38 AM 8/16/2002 -0700, you wrote: Is there an easy way to resend the messages in a mai

Re: [Dbmail] Company References for DbMail ?

2002-08-21 Thread Mike Watkins
Sam - or anyone - have you incorporated a web based mail client in conjunction with DBMail? If so: - was it native DBMail access or via IMAP ? - what where the important factors in your decision ? Mike At 01:36 PM 8/21/2002 +, you wrote: We have installed DBmail+Postfix+MySQL for an ISP m

[Dbmail] Again: TODO

2002-09-11 Thread Mike Watkins
My variation on mail headers - make this optional. It adds no value for packaged mail clients; offers terrific value for purpose built dbmail (probably web mail) clients. Since I'm writing a webmail client in Python right now, its on my mind. Re-parsing the headers is a minor pain but a major p