[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Jon Nelson writes: On Wed, 28 May 2003, Sam Varshavchik wrote: Which translates to line 41 of mail.H: #define LIBMAIL_THROW_NODEBUG(x) throw x line 254 (and the others mentioned) look like: LIBMAIL_THROW(); and libmail_config.h has #define LIBMAIL_THROW

[courier-users] Re: strange esmtpd state

2003-05-30 Thread Sam Varshavchik
Gordon Messmer writes: While looking at a Courier server recently, I saw several esmtpd processes in a state like: 20410 ?S 2:26 /usr/lib/courier/sbin/couriertcpd -stderrlogger=/usr/lib/courier/sbin/courierlogger -nodnslookup -noidentlookup -user=daemo 3019 ?T 0:00

Re: [courier-users] Relaying denied

2003-05-30 Thread Lars Holmström
Its only one single TAB for any account. Its true that its valid for non-hosted domains (relaying). smtpaccess.dat was owned by root, which is now changed to daemon:daemon but even world had read rights bedore chaning. I''ll wait and see what happend for my users. Tnx so far. /Lars -

[courier-users] Re: ESMTP STARTTLS w/ 0.38.2 ?

2003-05-30 Thread Sam Varshavchik
Zenon Panoussis writes: Oops. Indeed, thanks. However, fixing that gave new errors. Sender: 500 couriertls: connect: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed/Unexpected SSL connec... Receiver: STARTTLS failed: couriertls: accept: error:14094418:SSL

Re: [courier-users] Re: Initial release: Cone - COnsole NewsreaderAnd Emailer

2003-05-30 Thread Jon Nelson
On Thu, 29 May 2003, Sam Varshavchik wrote: I don't see a problem there. The base class is perfectly valid. I fear that namespace resolution in your gcc is broken. Try to replace all instances of mail::folder with ::mail::folder, in this header file, or with a plain folder. I

[courier-users] Re: Having problems with Cone and Courier Imap 0.42.2

2003-05-30 Thread Sam Varshavchik
Eduardo Roldan writes: I'am getting the following with Cone and Courier Imap. I use evolution with imap tls enabled and all works great. Don't understand why couriertls kicks in if the Cone's Use an encrypted connection is unchecked. Unencrypted IMAP connections can be automatically upgraded to

Re: [courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Bruno Postle
On Thu 29-May-2003 at 09:36:29AM -0400, Sam Varshavchik wrote: Gordon Messmer writes: Does it also, perchance, support message threading with a similar hierarchical display? No. It's folder index display is similar to pine's. Pine has a threaded index:

[courier-users] Cone and curses

2003-05-30 Thread Dan
This is on a RedHat 7.3 box after a plain ./configure, during the make: Making all in curses make[2]: Entering directory `/home/kasper37/cone-0.50/curses' make all-am make[3]: Entering directory `/home/kasper37/cone-0.50/curses' Compiling curses.C curses.C: In function `void Curses::mbtow

RE: [courier-users] Re: 400 Service temporarily unavailable.

2003-05-30 Thread Garcia Martinez, Raul Lorenzo
Title: RE: [courier-users] Re: 400 Service temporarily unavailable. Hello, you was right, Sam. We are running courier restart every time we add a new hosteddomain. I'm sorry I didn't realize before. What I had known is that makehosteddomains requires a 'courier restart'. makeacceptmailfor

[courier-users] Putting user Maildirs in their own directory tree instead of $HOME?

2003-05-30 Thread Greg Earle
I've got Courier 0.42.2 built installed but I can't seem to do something that seems relatively simple in concept. Our home directories are served over NFS from a NetApp Filer box. I want the mail server to be self-contained - I don't want everyone's Maildir to be in $HOME/Maildir. Instead, I

[courier-users] Re: 400 Service temporarily unavailable.

2003-05-30 Thread Sam Varshavchik
Garcia Martinez, Raul Lorenzo writes: HTML content follows RE: [courier-users] Re: 400 Service temporarily unavailable. Hello, you was right, Sam. We are running courier restart every time we add a new hosteddomain. I'm sorry I didn't realize before. What I had known is that makehosteddomains

[courier-users] Re: Darn it (Aliases won't forward for nonextant accounts)

2003-05-30 Thread Jeff Jansen
On Wednesday 28 May 2003 15:06, Rick Steeves [EMAIL PROTECTED] wrote: Define 'virtual domain'. There are different kinds of virtual domains. There are? Sorry, I was thinking there were only virtual domains defined, and the system accounts, or I would have been more clear. By virtual

Re: [courier-users] Re: strange esmtpd state

2003-05-30 Thread Gordon Messmer
Sam Varshavchik wrote: Gordon Messmer writes: Any ideas, Sam? Broken spamware being tarpitted. Makes perfect sense. I recall you describing software that simply shoved a bunch of data across the wire, without waiting for the return codes, at some point in the past. So what happens when

RE: [courier-users] Re: 400 Service temporarily unavailable.

2003-05-30 Thread Garcia Martinez, Raul Lorenzo
Title: RE: [courier-users] Re: 400 Service temporarily unavailable. Thanks!! I indeed applied the patch yesterday and there were no changes (well, at least no more pipe() errors). I will investigate what you suggest. We are running OpenLDAP 2.0.25. FYI in the last hour we have found

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: I don't see a problem there. The base class is perfectly valid. I fear that namespace resolution in your gcc is broken. Try to replace all instances of mail::folder with ::mail::folder, in this header file, or with a plain

[courier-users] Re: 400 Service temporarily unavailable.

2003-05-30 Thread Sam Varshavchik
Garcia Martinez, Raul Lorenzo writes: HTML content follows RE: [courier-users] Re: 400 Service temporarily unavailable. Thanks!! I indeed applied the patch yesterday and there were no changes (well, at least no more pipe() errors). I will investigate what you suggest. We are running OpenLDAP

[courier-users] Re: Putting user Maildirs in their own directory tree instead of $HOME?

2003-05-30 Thread Sam Varshavchik
Greg Earle writes: As a test I've changed DEFAULTDELIVERY in etc/courierd to use maildrop (i.e., | /opt/courier/bin/maildrop) and I created etc/maildroprc with the single line DEFAULT=/var/maildirs/$USER/ in it. (I want to use There is no such variable called $USER in maildrop.

Re: [courier-users] Re: Initial release: Cone - COnsole NewsreaderAnd Emailer

2003-05-30 Thread Jon Nelson
On Thu, 29 May 2003, Sam Varshavchik wrote: Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: I don't see a problem there. The base class is perfectly valid. I fear that namespace resolution in your gcc is broken. Try to replace all instances of mail::folder with

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Bruno Postle writes: On Thu 29-May-2003 at 09:36:29AM -0400, Sam Varshavchik wrote: Gordon Messmer writes: Does it also, perchance, support message threading with a similar hierarchical display? No. It's folder index display is similar to pine's. Pine has a threaded index:

Re: [courier-users] Re: Initial release: Cone - COnsole NewsreaderAnd Emailer

2003-05-30 Thread Jon Nelson
On Thu, 29 May 2003, Sam Varshavchik wrote: Bruno Postle writes: On Thu 29-May-2003 at 09:36:29AM -0400, Sam Varshavchik wrote: Gordon Messmer writes: Does it also, perchance, support message threading with a similar hierarchical display? No. It's folder index display is

[courier-users] Re: strange esmtpd state

2003-05-30 Thread Sam Varshavchik
Gordon Messmer writes: Sam Varshavchik wrote: Gordon Messmer writes: Any ideas, Sam? Broken spamware being tarpitted. Makes perfect sense. I recall you describing software that simply shoved a bunch of data across the wire, without waiting for the return codes, at some point in the past.

Re: [courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Bruno Postle
On Thu 29-May-2003 at 02:35:39 -0500, Jon Nelson wrote: On Thu, 29 May 2003, Sam Varshavchik wrote: There is no IMAP provision to retrieve message threading information, so it needs to be done by hand. What about the THREADING extension to IMAP? Indeed, courier-imap itself implements

[courier-users] Re: Putting user Maildirs in their own directory tree instead of$HOME?

2003-05-30 Thread Greg Earle
Sam Varshavchik writes: Greg Earle writes: As a test I've changed DEFAULTDELIVERY in etc/courierd to use maildrop (i.e., | /opt/courier/bin/maildrop) and I created etc/maildroprc with the single line DEFAULT=/var/maildirs/$USER/ in it. (I want to use There is no such variable called

RE: [courier-users] Re: 400 Service temporarily unavailable.

2003-05-30 Thread Matt Pavlovich
Check your LDAP configuration file for a connection Timeout setting. Set it to '0' aka 'no timeout'. Early versions of Courier had problems handling closed TCP connections (I have not tested that newer versions fix this, although there was mention that it was fixed.) Matt Pavlovich

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: I don't see a problem there. The base class is perfectly valid. I fear that namespace resolution in your gcc is broken. Try to replace all instances of

[courier-users] Re: Cone and curses

2003-05-30 Thread Sam Varshavchik
Dan writes: This is on a RedHat 7.3 box after a plain ./configure, during the make: Making all in curses make[2]: Entering directory `/home/kasper37/cone-0.50/curses' make all-am make[3]: Entering directory `/home/kasper37/cone-0.50/curses' Compiling curses.C curses.C: In function `void

Re: [courier-users] Re: Putting user Maildirs in their own directory tree instead of $HOME?

2003-05-30 Thread Jesse Keating
On Thursday 29 May 2003 13:52, Greg Earle wrote: Crap, I was afraid of that. Thanks. OK - so then how do I get maildrop to deliver to a Maildir that's located in /var/maildirs/username for each user, instead of in $HOME/.Maildir? Once you do that, how are you going to get courier-pop or

Re: [courier-users] Re: Initial release: Cone - COnsole NewsreaderAnd Emailer

2003-05-30 Thread Jon Nelson
On Thu, 29 May 2003, Sam Varshavchik wrote: In the meantime, on another machine, I did get it to compile without any special invocations or patching. However, it will not run. cone complains about the CHARSET. I've tried setting the environment variable CHARSET to various values

Re: [courier-users] Re: Having problems with Cone and Courier Imap0.42.2

2003-05-30 Thread Eduardo Roldan
On Thu, 2003-05-29 at 12:32, Sam Varshavchik wrote: Eduardo Roldan writes: I'am getting the following with Cone and Courier Imap. I use evolution with imap tls enabled and all works great. Don't understand why couriertls kicks in if the Cone's Use an encrypted connection is unchecked.

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Bruno Postle writes: On Thu 29-May-2003 at 02:35:39 -0500, Jon Nelson wrote: On Thu, 29 May 2003, Sam Varshavchik wrote: There is no IMAP provision to retrieve message threading information, so it needs to be done by hand. What about the THREADING extension to IMAP? Indeed, courier-imap itself

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: In the meantime, on another machine, I did get it to compile without any special invocations or patching. However, it will not run. cone complains about the CHARSET. I've tried setting the environment variable CHARSET to

[courier-users] Re: Putting user Maildirs in their own directory tree instead of $HOME?

2003-05-30 Thread Sam Varshavchik
Greg Earle writes: Sam Varshavchik writes: Greg Earle writes: As a test I've changed DEFAULTDELIVERY in etc/courierd to use maildrop (i.e., | /opt/courier/bin/maildrop) and I created etc/maildroprc with the single line DEFAULT=/var/maildirs/$USER/ in it. (I want to use There is no such variable

Re: [courier-users] Re: Initial release: Cone - COnsole NewsreaderAnd Emailer

2003-05-30 Thread Jon Nelson
On Thu, 29 May 2003, Sam Varshavchik wrote: Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: In the meantime, on another machine, I did get it to compile without any special invocations or patching. However, it will not run. cone complains about the CHARSET. I've

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: Jon Nelson writes: On Thu, 29 May 2003, Sam Varshavchik wrote: In the meantime, on another machine, I did get it to compile without any special invocations or patching. However, it will not run. cone complains about the

Re: [courier-users] Re: Initial release: Cone - COnsole NewsreaderAnd Emailer

2003-05-30 Thread Jon Nelson
On Thu, 29 May 2003, Sam Varshavchik wrote: Bruno Postle writes: On Thu 29-May-2003 at 02:35:39 -0500, Jon Nelson wrote: On Thu, 29 May 2003, Sam Varshavchik wrote: There is no IMAP provision to retrieve message threading information, so it needs to be done by hand. What

[courier-users] Re: Putting user Maildirs in their own directory tree instead of$HOME?

2003-05-30 Thread Greg Earle
Sam Varshavchik writes: Greg Earle writes: Sam Varshavchik writes: Greg Earle writes: As a test I changed DEFAULTDELIVERY in etc/courierd to use maildrop (i.e., | /opt/courier/bin/maildrop) and I created etc/maildroprc with the single line DEFAULT=/var/maildirs/$USER/ in it. (I want to

[courier-users] Re: Initial release: Cone - COnsole Newsreader And Emailer

2003-05-30 Thread Sam Varshavchik
Jon Nelson writes: The IMAP THREAD extension implements threading entirely on the server. The client never actually receives the threading information. The server simply lists the messages in threaded order, and the client displays them accordingly. But that is not what you said -- you said

Re: [courier-users] Re: strange esmtpd state

2003-05-30 Thread Gordon Messmer
Sam Varshavchik wrote: There's an upper limit on the maximum number of connections accepted from the same IP address. But no upper limit on the number of spammers who will end up tarpitted at once, except the limit of available connections?

[courier-users] Cc'd to single account

2003-05-30 Thread prasad s
Hi all, I have configured courier mail server and its working fine. I want to know how to make all outgoing mail to be cc'd to single account.This should to be automatic. If anyone knows how to do this,please help me. Cheers prasad.s __ Do you Yahoo!? The

[courier-users] Re: strange esmtpd state

2003-05-30 Thread Sam Varshavchik
Gordon Messmer writes: Sam Varshavchik wrote: There's an upper limit on the maximum number of connections accepted from the same IP address. But no upper limit on the number of spammers who will end up tarpitted at once, except the limit of available connections? Yes. When you have a dozen

[courier-users] Photo Items Gifts 15:39:31:295

2003-05-30 Thread [EMAIL PROTECTED]
This is an advertisment, if you are not interested, please kindly delete it or press the Remove to remove from our mailing list. Sorry for causing any inconvenience!! Our products: 1)Used Mini-lab machines/Used Photo-finishing machinesMost

[courier-users] courierlocal architectural questions

2003-05-30 Thread Gabriel Ambuehl
Hi, Am I right assuming that courierlocal's stdin is a file so that the lseek calls make sense? Who/where does that file get opened? And what is going to happen if I write to that file? Rationale for asking is this: courierlocal expects a seekable stdin (it needs to rewind it upon multi