[Dbmail] Is dbmail running on Cygwin?

2003-10-17 Thread Gerrit P. Haase
Hallo, I try to get dbmail up and running with Cygwin, but it doesn't work:-( The pop3d and the imapd are exiting immediately and the injection of mail into the postgresql database doesn't work. Have you dbmail up and running on Cygwin? And if so, how did you compile it? Gerrit -- =^..^=

[Dbmail] 2.0alpha1: configure script problems

2003-10-23 Thread Gerrit P. Haase
Hallo, I'm having problems with the configure script: $ ./configure \ --prefix=/usr \ --with-pgsql This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD compatible install... /usr/

Re: [Dbmail] 2.0alpha1: configure script problems

2003-10-23 Thread Gerrit P. Haase
Ilja schrieb: > Hi, > On Thursday, Oct 23, 2003, at 13:33 Europe/Amsterdam, Gerrit P. Haase > wrote: >> Hallo, >> >> I'm having problems with the configure script: >> >> $ ./configure \ >> --prefix=/usr \ >> --with-pgsql > [sni

Re: [Dbmail] 2.0alpha1: configure script problems

2003-10-23 Thread Gerrit P. Haase
Ilja schrieb: > Could you please download a new source-snapshot from www.dbmail.org, > and try again with that? Instead of looking for the headers and > libraries itself, the configure script in the latest CVS versions use > pg_config (PostgreSQL) and mysql_config (MySQL) for finding headers > and

[Dbmail] XMail forward to dbmail (was: Re: Help with corrupted Messages in Database)

2004-09-29 Thread Gerrit P. Haase
Hello Stuart, you wrote: Dear all, i am using XMailServer with DBMail v1.0 and am having a problem with all messages appearing corrupted. [db stores them corrupted..] The mail[s] gets delivered to the database, but get an extra snip of information at the beginning of the message gets appended

[Dbmail] Re: Anyone interested in SPF for their Postfix/DbMail Setup?

2004-10-08 Thread Gerrit P. Haase
Hallo Mike, Am Freitag, 8. Oktober 2004 um 03:16 schriebst du: > FYI: > Anyone interested in enabling SPF (plus MS CALLER-ID if desired) for > their Postfix MTA / DbMail system? > This is not intended as a recommendation but if you have considered > implementing the new SPF I have been running

[Dbmail] Insert archive, what is fastest?

2004-10-11 Thread Gerrit P. Haase
Hi, how do I insert archived mail fastest? Using my Client (Mozilla) to import mailboxes, or use some script and let dbmail-smtp insert the mails? Gerrit -- =^..^=

[Dbmail] dbmail specific SQL snippet collection somewhere available?

2004-10-11 Thread Gerrit P. Haase
Hi, i.e. I'm looking for a script that deletes any duplicated messages on a per folder basis. Unfortunately is this not supported by Mozilla Mail. I'm not sure yet if it is a problem with dbmail or with dspam or mozilla which I'm testing to filter the mail, but I get lot of duplicates. Since I

Re: [Dbmail] dbmail specific SQL snippet collection somewhere available?

2004-10-12 Thread Gerrit P. Haase
Ilja schrieb: > On Mon, 11 Oct 2004 23:19:37 +0200, Gerrit P. Haase <[EMAIL PROTECTED]> wrote: >> Hi, >> >> i.e. I'm looking for a script that deletes any duplicated >> messages on a per folder basis. Unfortunately is this not >> supported by Mozi

[Dbmail] Fix for sort/Makefile.am

2004-10-13 Thread Gerrit P. Haase
Hi, gwetting this error now: sort/Makefile.am:23: AM_CFLAGS must be set with `=' before using `+=' autoreconf: automake failed with exit status: 1 * remove + from AM_CFLAGS definition. diff -Nurp dbmail.orig/sort/Makefile.am dbmail/sort/Makefile.am --- dbmail.orig/sort/Makefile.am2004-1

[Dbmail] [PATCH] enable build outside from the source directory

2004-10-14 Thread Gerrit P. Haase
Makefile.am:* Add top_srcdir include flag. auth/Makefile.am: * dito mysql/Makefile.am: * dito pgsql/Makefile.am: * dito sort/Makefile.am: * dito Patch attached. Gerrit -- =^..^= diff -Nurp dbmail.orig/Makefile.am dbmail/Makefile.am --- dbmail.orig/Makefile.am

[Dbmail] mailbox2dbmail alternative?

2004-11-24 Thread Gerrit P. Haase
Hi, I have problems running mailbox2dbmail on Cygwin. Probably I could rebase all the DLLs, however, I don't want to do this, I don't like Python anyway. Is there another possibilty to import mail from an mbox? Has someone the same script written in Perl, maybe? Is the C implementation mbox2db

Re: [Dbmail] mailbox2dbmail alternative?

2004-11-26 Thread Gerrit P. Haase
Doug Stanley wrote: If you can get a copy of procmail installed on cygwin, it should come with another program called formail. Actually procmail was the reason for my trouble, so I uninstalled it;) If you can find that, a command line like this : cat somemailbox.mbx | formail -e -f -s /usr/l