Re: [Dbmail] Does DBmail support spam-, virus-filter, SPF, tar pitting and sorting into folders?

2004-02-06 Thread Joby Walker
http://assp.sourceforge.net/ Rene Bartsch wrote: Chris Carter schrieb: 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

Re: [Dbmail] Documentation project for dbmail?

2003-06-18 Thread Joby Walker
Another option is to setup a wiki so that the entire dbmail community can easily collaberate on developing comprehensive documentation. PhpWiki (PHP): http://phpwiki.sourceforge.net/phpwiki/ TWiki (Perl): http://twiki.org/ jbw Micah Stevens wrote: I think this is a fine idea, I have quite a

Re: [Dbmail] Piping problem

2003-05-14 Thread Joby Walker
Try adding as a first line to your php script: #!/usr/local/bin/php -q And make the script executable. Then use: '[EMAIL PROTECTED]' -> '| /home/raincross-tech/testmail.php' Don't know if it will work, but worth a try. jbw Micah Stevens wrote: Nope. That didn't work either. Thanks though.

Re: [Dbmail] Stopping dbmail-imapd and dbmail-pop3d

2003-05-06 Thread Joby Walker
cense, v2 or later # by Joseph B (Joby) Walker -- [EMAIL PROTECTED] depend() { need } start() { ebegin "Starting dbmail-impad" start-stop-daemon --start --quiet --exec /usr/local/sbin/dbmail-imapd eend $? } stop() { ebegin "Stopping dbmail-imapd"

Re: [Dbmail] Query on Database Stability in DB Mail

2003-04-25 Thread Joby Walker
copyright holders. Curtis On Wednesday 23 April 2003 14:27, Joby Walker wrote: Curtis Maurand wrote: Novell can't distribute PostgreSQL as part of the Netware distribution. That would be a violation of the BSD license. However, they've licensed MySQL in such a way as to be able to

Re: [Dbmail] Query on Database Stability in DB Mail

2003-04-23 Thread Joby Walker
Curtis Maurand wrote: Novell can't distribute PostgreSQL as part of the Netware distribution. That would be a violation of the BSD license. However, they've licensed MySQL in such a way as to be able to include it with Netware. That leads me to believe that MySQL would be the preferred SQL

Re: [Dbmail] Sorry for the new thread (I'm a newbie) but how can I reply to a thread here

2003-04-16 Thread Joby Walker
Threading for non-Microsoft products is determined by the "In-reply-to:" header. Microsoft products (Outlook, Outlook Express, Hotmail) all break this functionality by eliminating the header and adding their own threading headers --- which no one else supports. jbw BoBo BoBo wrote: Sorry fo

Re: [Dbmail] Two DBMail bugs?

2003-04-10 Thread Joby Walker
I disagee. I use client side filters to drop emails from my inbox into one of many folders. If db_movemsg knocked out the "recent" then I would never know if I have new email. jbw Aaron Stone wrote: A stupid but simple way to handle this might be to always set recent_flag=0 in every query t

Re: [Dbmail] Hierarctical Mail Folders

2003-04-03 Thread Joby Walker
And you can store mail in all folders not just at the end of the tree. jbw Mark Mackay wrote: You can have many, many levels of nested folders using dbmail -- up to the limit of the column constraints for mailbox name (which you can alter as needed). Eg. INBOX INBOX/subfolderofinbox INBOX/subf

[Dbmail] Database integrity.

2003-03-29 Thread Joby Walker
I had a kernel panic today that brought my system down hard. When I brought things up everything works fine except for dbmail-imapd(was rc4). Hoping that an upgrade might help I installed 1.1, and it didn't help at all. Eventually, I traced the problems down to two entries in the message table th

Re: [Dbmail] postfix+dbmail+spamassassin+antivirus

2003-03-25 Thread Joby Walker
Hm... very troubling... I have automated the download so I haven't been paying attention. Are there any other free projects? jbw Paul J Stevens wrote: Joby Walker wrote: Yes I am using amavisd-new with SpamAssassin, Razor, and OpenAntivirus's Scannerdaemon. Isn't th

Re: [Dbmail] postfix+dbmail+spamassassin+antivirus

2003-03-24 Thread Joby Walker
Yes I am using amavisd-new with SpamAssassin, Razor, and OpenAntivirus's Scannerdaemon. http://www.ijs.si/software/amavisd/ jbw lou wrote: Hello guys, Is there anyone who tried any of these postfix+dbmail+{smapssassin, antivirus} options? cheers, -lou

Re: [Dbmail] mysql or postgresql

2003-03-07 Thread Joby Walker
If you are familar with the proper maintenance of pgsql, you should be able to do quite well. Although my installation is the opposite of yours (few users, large content), I have had no problems using pgsql. Joby Walker [EMAIL PROTECTED] wrote: Hi all.. In this day, i have played with

Re: [Dbmail] Postfix, Majordomo, DBMail, Mysql....?

2003-01-07 Thread Joby Walker
Ryan Butler wrote: On Tue, 2003-01-07 at 10:33, atack wrote: What i have now is... Postfix --> Spamassassin -> Amavis-Postfix --> DBMail --> Mysql. I'd like to know if it's possible to install Majordomo mailinglist software to postfix,dbmail,mysql installation. (postfix-mysql is installed)

Re: [Dbmail] Postfix, Majordomo, DBMail, Mysql....?

2003-01-07 Thread Joby Walker
Not answering your question but you might want to check out Amavisd-new since it will handle the Spamassassin step rather than having to rely on a seperate step. http://www.ijs.si/software/amavisd/ jbw atack wrote: What i have now is... Postfix --> Spamassassin -> Amavis-Postfix --> DBMail

Re: [Dbmail] Still waiting for bug resolutions

2002-12-13 Thread Joby Walker
Andreas, Please kill whatever is resending your email over and over and over... Received: from [192.168.1.160] (localhost.localdomain [127.0.0.1]) by serv0r.modul.us (Postfix) with ESMTP id 4E66B741B0 for ; Fri, 13 Dec 2002 08:36:47 -0800 (PST) Received: from [192.168.1.160] (lo

Re: [Dbmail] redundant smtp/pop3 with: dbmail + db [postgres] + postfix

2002-12-05 Thread Joby Walker
armin langhofer wrote: hi roel thanx for info; do you know if mysql4 supports what i want? i need the mysql4 configured on 2 hosts with master-master databases. both dbs should sync their data [replication] but it should be possible to write in both dbs. armin. Doesn't look like it: ht

Re: [Dbmail] Migration of user details?

2002-12-05 Thread Joby Walker
Sounds like PAM to me. jbw Chris Nolan wrote: Hi again all! I've been doing some thinking, and was hoping to pass this by everyone. Currently, almost every mail system out there supports some means or another of authentication. If you change systems, things can suck majorly. I am looking at

Re: [Dbmail] redundant smtp/pop3 with: dbmail + db [postgres] + postfix

2002-12-04 Thread Joby Walker
You are looking at two different capabilities: Replication, Fallover. The Replication would be done with the database. Then Fallover would be done through some other system which would redirect the smtp or pop request to an available service. You might want to check out Wackamole: http://ww

Re: [Dbmail] redundant smtp/pop3 with: dbmail + db [postgres] + postfix

2002-12-04 Thread Joby Walker
PostgreSQL does not currently support replication. There are a couple trigger based solutions that provide master-slave or peer-peer operation, but these all provide Lazy syncronization. The few integrated solutions only work in Master-Slave operation now. The project that I am following is P

[Dbmail] PostgreSQL tuning for dbmail

2002-12-03 Thread Joby Walker
Philip Warner wrote: Most benchmarks show that MySQL is substantially superior for one or a few clients, but that for high concurrency/high load PG wins. This of course assumes that both databases were configured and tuned properly... Again, this is almost certainly tuning parameters. I had

Re: [Dbmail] Spam Assassin + postfix + dbmail

2002-12-02 Thread Joby Walker
I'm curious if anyone has found a solution to make Spam Assassin work with dbmail. I saw a few messages in the dbmail mailing list archive but a solution wasn't found. If you're not using Spam Assassin, I'd like to hear what solution you are using to filter spam to your users. I am using Amavi

Re: [Dbmail] Problems with initial config of DBmail, postfix fails to start w/ no errors

2002-11-28 Thread Joby Walker
I have a line in main.cf: mailbox_transport = dbmail jbw Eli Stair wrote: Jesse, thanks for your response... That worked and postfix is accepting and delivering mail again, but not to DBmail. Mail is still going into my /var/spool/mail/ It seems to be not calling dbmail-smtp for some reason

Re: [Dbmail] Sub-Folders

2002-11-22 Thread Joby Walker
Sub-Folders works for me. jbw John Ruff wrote: Will DBMail support sub-folder creation through IMAP? Or did I not configure something correctly, b/c I'm only able to create folders directly at the root (same level as INBOX). -Thanks

Re: [Dbmail] Starting POP3 and IMAP deamon

2002-11-21 Thread Joby Walker
Public License, v2 or later # by Joseph B (Joby) Walker -- [EMAIL PROTECTED] depend() { need } start() { ebegin "Starting dbmail-impad" start-stop-daemon --start --quiet \ --exec /usr/local/sbin/dbmail-imapd eend $? } stop() { ebegin

Re: [Dbmail] IMAP APPEND command / literal strings

2002-11-19 Thread Joby Walker
I can confirm that this resolves the IMAP to IMAP copying problems I had seen in Mozilla and Outlook Express. jbw Armin Groesslinger wrote: Hello, it has been reported to this list earlier that moving messages from local mailboxes into DBMail using IMAP does not work properly (even when not u

Re: [Dbmail] Anon CVS access

2002-11-13 Thread Joby Walker
Woops. I swear I looked... thanks, jbw Ryan Butler wrote: On Wed, 2002-11-13 at 12:15, Joby Walker wrote: Is anonymous CVS access available for us to play with that version? jbw Yes, and the instructions are available on www.dbmail.org Ryan Butler ADI Internet Solutions [EMAIL

[Dbmail] Anon CVS access

2002-11-13 Thread Joby Walker
Is anonymous CVS access available for us to play with that version? jbw