[Dbmail] debug

2003-04-01 Thread Igor Olemskoi
I have changed imap4.c: #define COMMAND_SHOW_LEVEL TRACE_DEBUG debug.c: int TRACE_TO_SYSLOG = 0; /* default: yes */ int TRACE_VERBOSE = 0; /* default: no */ int TRACE_LEVEL = 0; /* default: error operations */ and /etc/dbmail.conf: TRACE_LEVEL=0 (all sections) but dbmail still writes unuse

Re: [Dbmail] Message to multiple users

2003-04-01 Thread Magnus Sundberg
Hi again, I have been thinking more of how people store mail on the server. I have another space saving idea. I beleive many people file their sent mail somewhere, I know I file it on the server in a folder named sent. Mozilla mail copies the mail with imap to the sent mail folder. Now there are

[Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread William Miller
Hi All, Having installed dbmail 1.1 with postfix 2.0.7 , everything seems to be working fine..and im happy with it, until I attempted to POP my mail off via dbmail-pop3d. I was under the impression the use of dbmail would allow you to be able to access your mail with user name [EMAIL PROTECTED] i

[Dbmail] Dbmail - cygwin

2003-04-01 Thread Ronny Walter
Hello, Is it possible to compile and run dbmail with cygwin and postgresql? At the moment i get the following compiler-error: $ ./build.sh This is the dbmail build script I will have to ask you some questions about your system What database do you wish to use? Choices are (m)ysql and (p)ostgres

Re: [Dbmail] Message to multiple users

2003-04-01 Thread
I'm taking this subject to the development mailing list :-) Magnus Sundberg heeft op dinsdag, 1 apr 2003 om 09:48 (Europe/Amsterdam) het volgende geschreven: Hi again, I have been thinking more of how people store mail on the server. I have another space saving idea. I beleive many people fil

RE: [Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread Jesse Norell
Hello, You don't need any config changes to do this, just make users with "[EMAIL PROTECTED]" type logins. Eg.: # dbmail-adduser a [EMAIL PROTECTED] passw 0 0 [EMAIL PROTECTED] *** dbmail-adduser *** Opening connection to database... Opening connection to authentication... Ok. Connected Addin

Re: [Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread William Miller
thanks for that info, !! tried it and it worked, I had originally been adding users wth 'dbmail-adduser a [EMAIL PROTECTED] pass 0 0' without an alias, as i thought if the username was the full address no alias was required, so thanks for that help' now another problem has reared its head... bef

Re: [Dbmail] Message to multiple users

2003-04-01 Thread Curtis Maurand
Better yet, simply store a pointers to the message blocks if there are multiple copies of a message on the server. This is one of the drawbacks of MS Exchange Server. It stores muliple copies of everything rather than pointers to the blocks and attachments. Worse the end user can't delete their

Re: [Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread Jesse Norell
Hello William, You can remove aliases via dbmail-maintenance x alias deliver_to, but it does require a manual lookup of the deliver_to value, which is not very user friendly. This should probably be changed (eg. add an option to remove all aliases that point to a user when you remove the user,

RE: [Dbmail] Dbmail - cygwin

2003-04-01 Thread Jesse Norell
Hello Ronny, I don't know much about cygwin, so maybe someone else can provide some better input, but the specific errors you're getting are from your linker not being able to resolve some symbols, ie. not all of the right shared libraries are being linked in. You might try changing the librari

Re: [Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread eric
On Tue, 1 Apr 2003 04:51:07 -0700 (MST) in message <[EMAIL PROTECTED]>, "Jesse Norell" <[EMAIL PROTECTED]> wrote: > > Hello, > > You don't need any config changes to do this, just make users with > "[EMAIL PROTECTED]" type logins. Eg.: I've found that this pattern doesn't work with all clie

[Dbmail] Imap and message dates

2003-04-01 Thread eric
I've just set up a new dbmail server using the debian packages, and I'm seeing some date issues with Mail.app. In Imap mail, all the message dates are Nov 4, 1979. The internal date field is good, as is the date in the message header as retrieved from the server. Logging in via pop, I get a d

Re: [Dbmail] Imap and message dates

2003-04-01 Thread Thomas Sauer
eric wrote: I've just set up a new dbmail server using the debian packages, and I'm seeing some date issues with Mail.app. The debian packages seem to be slightly out of date. Grab the latest cvs contents, they include fixes for the message date issue. So long Thomas

Re: [Dbmail] Imap and message dates

2003-04-01 Thread Paul Stevens
Thomas Sauer wrote: eric wrote: I've just set up a new dbmail server using the debian packages, and I'm seeing some date issues with Mail.app. The debian packages seem to be slightly out of date. Grab the latest cvs contents, they include fixes for the message date issue. Only insofar as

[Dbmail] Re: Dbmail digest, Vol 1 #558 - 5 msgs

2003-04-01 Thread Robert L. Tom
Tim, I posted the fix for squirrelmail not creating folders etc etc. I am using SM with dbmail + qmail. it works like a charm. Robert > Send Dbmail mailing list submissions to > dbmail@dbmail.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mailman.fastxs

Re: [Dbmail] Imap and message dates

2003-04-01 Thread eric
On Tue, 01 Apr 2003 21:11:44 +0200 in message <[EMAIL PROTECTED]>, Paul Stevens <[EMAIL PROTECTED]> wrote: > Thomas Sauer wrote: > > > eric wrote: > > > >> I've just set up a new dbmail server using the debian packages, and > >> I'm seeing some date issues with Mail.app. > > > > The debian pack

Re: [Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread Jason Burfield
On 4/1/03 11:27 AM, "eric" <[EMAIL PROTECTED]> wrote: > On Tue, 1 Apr 2003 04:51:07 -0700 (MST) in message > <[EMAIL PROTECTED]>, "Jesse Norell" > <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> You don't need any config changes to do this, just make users with >> "[EMAIL PROTECTED]" type login

Re: [Dbmail] debug

2003-04-01 Thread Jacques-Beaudoin
I also want have the same request Jacques Beaudoin Igor Olemskoi a écrit : > I have changed imap4.c: > #define COMMAND_SHOW_LEVEL TRACE_DEBUG > > debug.c: > int TRACE_TO_SYSLOG = 0; /* default: yes */ > int TRACE_VERBOSE = 0; /* default: no */ > int TRACE_LEVEL = 0; /* default: error opera

Re: [Dbmail] popping mail with username as [EMAIL PROTECTED] problem

2003-04-01 Thread eric
> This should work fine, as long as you use [EMAIL PROTECTED] as the 'username' > inside of Eudora. At least at has worked for me in the past...is that no > longer the case? Right, it should work but it doesn't always work. ( I may be getting this wrong, as it might be mail.app that messes up in

[Dbmail] Deleting folder in dbmail with squirrelmail

2003-04-01 Thread Jacques-Beaudoin
This a post from the mailing list archive did anybody find the answer for this problem. Im having the same problem. Thanks Jacques/Montreal/Canada In squirrelmail Try to create new folder and then delete it. The folder gets deleted but i get the message ERROR : Could not complete request. Que