[Dbmail] 2.0 RC2 problem ..

2004-02-19 Thread ???
I just upgrade from 1.2 to 2.0 RC2, use _innodb.sql to upgrade... I have 2GB more emails stored in mysql. Dbmail let me use WeDbmail and IMAP at the same time, and very easy to manage my old email. DBmail works with my Outlook, OE, Mozilla Mail, and stable, it can search a single email inside a 1G

Re: [Dbmail] 2.0 RC2 problem ..

2004-02-19 Thread
strange indeed :-) Could you set the loglevel to 5 and then send the logging output when mozilla mail tries to connect? That way we can see the commands mozilla mail is executing (and why they fail when we are lucky ;-) regards roel Op 19-feb-04 om 2:49 heeft ??? het volgende geschreven:

Re: [Dbmail] dbmail unable to find recipient dbmail + postfix

2004-02-19 Thread Ilja Booij
Hi, somebody mentioned this last Friday. In CVS, the change has been made. Thanks, Ilja David wrote: OK, looks like I found the problem. There was a problem during the table creation process that I overlooked. Postgres chokes on the # comment character. It will accept C type comments /* */

RE: [Dbmail] 2.0 RC2 problem ..

2004-02-19 Thread Chingson Chen
You mean TRACELEVEL of /etc/demail.conf ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roel Rozendaal - IC&S Sent: Thursday, February 19, 2004 5:55 PM To: dbmail@dbmail.org Subject: Re: [Dbmail] 2.0 RC2 problem .. strange indeed :-) Could you set th

SV: [Dbmail] 2.0 RC2 problem ..

2004-02-19 Thread Mikael Syska
Yes > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > På vegne af Chingson Chen > Sendt: 19. februar 2004 14:28 > Til: dbmail@dbmail.org > Emne: RE: [Dbmail] 2.0 RC2 problem .. > > You mean TRACELEVEL of /etc/demail.conf ? > > > > -Original Message---

RE: [Dbmail] 2.0 RC2 problem ..

2004-02-19 Thread Jesse Norell
> but failed with WeDBmail ... [which I love because it is really fast, but > since the database changed, the incompatiblity is ok] Yep... haven't started working with 2.x yet. The plan is to get the dbmail php api up to snuff to handle different dbmail releases, and have weDBmail use that. W

[Dbmail] Dbmail admin interface

2004-02-19 Thread Michiels Tom (Uptime)
Does anybody knows about a good management interface to db-mail? I know there was a php project but this turned into coldfusion... Which I can't run on my webserver. Thx Tom

Re: [Dbmail] Dbmail admin interface

2004-02-19 Thread Tim Triche
Quoth Michiels Tom (Uptime): > > Does anybody knows about a good management interface to db-mail? I know > there was a php project but this turned into coldfusion... Which I can't > run on my webserver. define 'management'... I wrote a tool to handle aliases, forwards, etc. in PHP but it's hardly

[Dbmail] Postfix with IMAP

2004-02-19 Thread David
Hi, I have 2 quick questions about working with Postfix and DBMail: 1. What is the proper way to reference my virtual domains in Postfix? Everything I read tells me to NEVER EVER put "Virtual Domains" in $mydestination. But if I don't, my mail always bounce back with "user unknown" error. I ad

RE: [Dbmail] Postfix with IMAP

2004-02-19 Thread Jesse Norell
Hello, > 1. What is the proper way to reference my virtual > domains in Postfix? Everything I read tells me to > NEVER EVER put "Virtual Domains" in $mydestination. > But if I don't, my mail always bounce back with "user > unknown" error. I added an entry virtual_maps = > hash:/etc/postfix/v

Re[2]: [Dbmail] Postfix with IMAP

2004-02-19 Thread Jeff Brenton
> 1. What is the proper way to reference my virtual > domains in Postfix? Everything I read tells me to > NEVER EVER put "Virtual Domains" in $mydestination. You read the same manual I did. It's bunk, when working with dbmail. As Jesse implied, adding the virtual domains to $mydestination is fi

RE: [Dbmail] Postfix with IMAP

2004-02-19 Thread David
Jesse, thanks for explaining the IMAP situation. That makes sense now. With the other Postfix issue, if I don't include any of my virtual domains anywhere in the main.cf and just have the transport map, I get stuff like this: Message from yahoo.com. Unable to deliver mes

RE: [Dbmail] Postfix with IMAP

2004-02-19 Thread Jesse Norell
Hello, Sure enough, we do have $mydomain in $mydestination :). Iirc, which is obviously not always the case, you can put the domain in relay_domains too, with basically the same effect (ie. mail will be accepted and hit dbmail: transport). There may be implications with local_recipients_map for

Re[2]: [Dbmail] Postfix with IMAP

2004-02-19 Thread Curtis Maurand
Do you have a sample configuration for this? Also how does one use MailScanner or spamassasin with postfix+dbmail? Curtis On Thu, 19 Feb 2004, Jeff Brenton wrote: > > 1. What is the proper way to reference my virtual > > domains in Postfix? Everything I read tells me to > > NEVER EVER put "V

Re[2]: [Dbmail] Postfix with IMAP

2004-02-19 Thread David
Jeff, referencing a table in the database sounds like a great idea. I will give that a try. I am using Postgres so I will probably need to do a bit of recompiling. When you refer to the local user mapping, are you talking about this entry: local_recipient_maps = $alias_maps unix:passwd.byname