[Dbmail] Convert spool files

2004-05-25 Thread Angus Jordan
Hi there, I'm currently running an Exim+Amavisd+QPopper w/ MySQL users/policy backend. This of course is all dependent on spool files. I would like to convert all of these spool files into the dbmail database without too much hassle. Is there currently a tool available for this? Could someo

[Dbmail] Re: Convert spool files / mailbox2dbmail

2004-05-28 Thread Angus Jordan
st > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > contrib/mailbox2dbmail is a tool I wrote. It should work and > documentation is provided. > > Dan Weber > > Angus Jordan wrote: > > >Hi there

[Dbmail] Microsoft Exchange Outlook plugin

2004-06-11 Thread Angus Jordan
Hello, I remember reading about the possible development of a plugin to interface to dbmail using Outlook configured in the same way as if it was communicating with an Exchange server. Is this project still alive? Thanks, Angus -- Open WebMail Project (http://openwebmail.org)

[Dbmail] Two MX servers updating/inserting into 1 dbmail database

2004-07-22 Thread Angus Jordan
Hello All, I would like to setup a redundant mail setup using DBMAIL as the mailstore, and Exim as the MTA. I currently have 2 dbmail MX's, one hosts the database and the other just does mail relay. What I would like to have is the following: - Two mail servers, both with the dbmail applicati

[Dbmail] segmentation fault in dbmail-users

2004-12-10 Thread Angus Jordan
Hello there, I recently upgraded my dbmail installation from 1.2.11 to 2.0.1. Since that time I can no longer add aliases to users, if the user already exists. Here is the output I get: su-2.05b# dbmail-users -c username -s [EMAIL PROTECTED] Opening connection to database... Opening connection

Re: [Dbmail] segmentation fault in dbmail-users

2004-12-14 Thread Angus Jordan
Hi Paul, Here is the output from MySQL: mysql> select 1=1 from dbmail_physmessage limit 1 offset 0; +-+ | 1=1 | +-+ | 1 | +-+ 1 row in set (0.02 sec) mysql> Any other ideas? This is on MySQL 4.1.7...could that be an issue at all? Thanks, Angus Jordan Message: 5 Date: F

[Dbmail] DB questions

2004-12-16 Thread Angus Jordan
Hi All, I would like to have squirrelmail run on a different server than my main database server. The web server SM will be on is not located geographically near the dbmail DB server, therefore it's extremely inefficient to point the web server to this remote IMAP server (which is also the DB ser

Re: [Dbmail] DB questions

2004-12-16 Thread Angus Jordan
mand will insert new messages. For example, my mail > client will put messages into my "Sent" folder on the IMAP server once > I've sent them. > > --- > Date: Thu, 16 Dec 2004 08:31:30 -0800 > From: Angus Jordan <[E

Re: [Dbmail] Re: segmentation fault in dbmail-users

2004-12-19 Thread Angus Jordan
gus On Sun, 19 Dec 2004 01:14:20 +0100, tonton1664 <[EMAIL PROTECTED]> wrote: > Angus Jordan wrote: > > Hello there, > > > > I recently upgraded my dbmail installation from 1.2.11 to 2.0.1. Since that > > time I can no longer add aliases to users, if the user already

Re: [Dbmail] Re: segmentation fault in dbmail-users

2004-12-20 Thread Angus Jordan
Ok. Does anyone else have any ideas, please? Thank you, Angus On Sun, 19 Dec 2004 14:03:51 +0100, tonton1664 <[EMAIL PROTECTED]> wrote: > Angus Jordan wrote: > > Hmm... > > > > I'm not even sure if I have libgmime installed at all. Is this > > r

Re: [Dbmail] Re: segmentation fault in dbmail-users

2004-12-20 Thread Angus Jordan
ell tested around here. > I don't use it, and I don't > think Aaron and Ilja use it. > > But it could be all kind of other issues as well. No way to tell without a > backtrace. > > Really though, supporting these kind of issues would become much simpler if > w

Re: [Dbmail] determining which version of dbmail is installed

2005-01-14 Thread Angus Jordan
I've also wondered this. I see that -V on the newer version of dbmail daemons/utils show the version. Although it would be better if it also showed the minor version, it currently only shows 2.0 in the dbmail-users -V output, even though I just installed 2.0.3 in my test environment. I wouldn't

Re: [Dbmail] dbMail with MySQL Replication...

2005-01-19 Thread Angus Jordan
Has anybody thought of running dbmail in an ndbcluster type database? I have not had the time to try this out, but from what I've read this would (if it is compatible with dbmail) solve these "multimaster" database replication issues. Just my 2 cents. Angus On Wed, 19 Jan 2005 07:40:06 -0800,

Re: [Dbmail] still can't compile dbmail 2.0.4

2005-03-23 Thread Angus Jordan
Hello all, I am getting the exact same messages as stated below. I am in FreeBSD 5.3, gcc v3.4.2, on a PIII 1G. Any help would be much appreciated.. Thanks, Angus On Tue, 22 Mar 2005 16:41:35 -0500, Doug Stanley <[EMAIL PROTECTED]> wrote: > I'm on an AMD64 running gentoo, and this is now what

Re: [Dbmail] dbmail-2.0.4 build

2005-03-23 Thread Angus Jordan
ne. I installed the misc/getopt port: getopt-1.1.3_1 A getopt(1) replacement that supports GNU-style long option Still no file in /usr/local/include, and still no successful build. Again, it builds just fine on 5.3 but not on 5.2.1. Can anyone shed some light on this for me? Thanks in advanc

Re: [Dbmail] Null messages?

2005-03-24 Thread Angus Jordan
I have been using --single-transaction for my backups...this only works with transaction capable storage though, such as InnoDB. Just my 2 cents. Angus On Thu, 24 Mar 2005 08:12:43 -0800, Christian G. Warden <[EMAIL PROTECTED]> wrote: > On Thu, Mar 24, 2005 at 11:10:30AM -, Simon Gray wrote

Re: [Dbmail] 550 Administrative prohibition

2005-04-13 Thread Angus Jordan
Matthew, Can you show the pertinent sections of your exim.conf file...the transport especially. Also, do you have a "[EMAIL PROTECTED]" alias for that "test" user in the dbmail database? If not, then run dbmail-users -c test -s [EMAIL PROTECTED] Just my 2 cents... Angus On 4/13/05, Matthew Fr

Re: [Dbmail] Database backup

2005-07-06 Thread Angus Jordan
ns an expert on PostgreSQL, but from my understanding you can do a pg_dump -Ft (or other similar command) and this will get a perfectly consistent DB backup without interrupting any users currently in the database. Someone correct me if I'm wrong here. Hope that helps a little, Angus Jorda

Re: [Dbmail] Database backup

2005-07-07 Thread Angus Jordan
> > Hi, > > You (Angus Jordan) wrote: > > Hello, > > > > I used to use the FreeBSD UFS2 snapshots, but have since abandoned them > > since I had too many problems with them, it may be better now in 5.4; I > was > > I can confirm this. > I run dai

[Dbmail] Mysql - excessive Connect and quit in log

2005-09-07 Thread Angus Jordan
the lmtp daemon on my secondary mx. Can someone shed some light on this for me? Much appreciated, Angus Jordan

Re: [Dbmail] Mysql - excessive Connect and quit in log

2005-09-08 Thread Angus Jordan
MAIL PROTECTED] on dbmail > 636 Quit > 637 Connect [EMAIL PROTECTED] on dbmail > 637 Quit > 638 Connect [EMAIL PROTECTED] on dbmail > 638 Quit > 050907 11:15:08 639 Connect [EMAIL PROTECTED] on dbmail > 639 Quit > 640 Connect [EMAIL PROTECTED] on dbmail > 641 Connect [EMAI

[Dbmail] New Mail SMS Notification

2006-05-01 Thread Angus Jordan
Hello all, Does anyone know of a way to have a notification sent via SMS to a mobile device when new mail is delivered to a specific mailbox? Hope someone can help. Thank you, Angus Jordan

Re: [Dbmail] New Mail SMS Notification

2006-05-03 Thread Angus Jordan
ternal script that captures and sends the Subject, and From headers out to that script which would in turn formulate an SMS message and send it to my cell (or IM, or whatever I would like it to be sent to). Hope that clarifies things a little. Thanks, Angus Jordan

[Dbmail] Auto-Reply

2006-08-04 Thread Angus Jordan
Is it safe to use this functionality in 2.0.10? Any information would be appreciated. Thank you, Angus Jordan

[Dbmail] External Forwards not working (2.2.1)

2007-01-23 Thread Angus Jordan
me? Any help would be *greatly* appreciated. Thank you, Angus Jordan ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: [Dbmail] External Forwards not working (2.2.1)

2007-01-23 Thread Angus Jordan
On 1/23/07, Aaron Stone <[EMAIL PROTECTED]> wrote: On Tue, Jan 23, 2007, Angus Jordan <[EMAIL PROTECTED]> said: > I recently upgraded from 2.0 to the new 2.2.1 release. > > Since this upgrade none of the external forwards are working at all. Set trace_syslog=5, send a