[courier-users] imap testing script using PERL

2003-03-19 Thread imap bert
Hello All, A good day to you all. This is a bit off-topic, but i was just wondering if anyone has used PERL to do POP3/IMAP load testing. So far i've tried the ff packages: NetxAP-0.01 NetxAP-0.02 Net-IMAP-Simple-0.93 Mail-IMAPClient-2.27 most of which failed to install, a few of which won't work

[courier-users] Trouble with MacOS X Mail client and courier-imap

2003-03-19 Thread Raynald de Lahondes
Mail is the default mail client of MacOS X. We have trouble with subfolders. We see all primary folders (that is all the .something in Maildir/) but no secondary folders (no .something.something). For information on the server: Debian Sarge (courier-imap-1.5.1) The client: Mail 1.2.3 v 551 on

[courier-users] error while compiling (make)

2003-03-19 Thread Jappie
system: lfs-4.0 kernel: linux-2.4.20 glibc: 2.2.5 gcc: 3.2 berkeley db: 4.1.25 courier imap: 1.7.1 I tried to install courier by entering the following command (as normal user): --- echo making courier-imap... ./configure --prefix=/usr --sysconfdir=/etc/courier --localstatedir=/var

[courier-users] error while compiling (make)

2003-03-19 Thread Jappie
system: lfs-4.0 kernel: linux-2.4.20 glibc: 2.2.5 gcc: 3.2 berkeley db: 4.1.25 courier imap: 1.7.1 I tried to install courier by entering the following command (as normal user): --- echo making courier-imap... ./configure --prefix=/usr --sysconfdir=/etc/courier --localstatedir=/var

[courier-users] Courier Imap and LDAP: Login failed ... Why ?

2003-03-19 Thread Matthieu Turpault
Hi lists, I try to authenticate my user with a LDAP directory. Until now, I always have a Login Failed error. My user (mat) have a home directory and a Maildir with correct Rights (700). My qmail is correctly installed because I can used the smtp server and mails are

[courier-users] POP3 problems

2003-03-19 Thread Bertus Keyser
Hallo I am having a strange problem. Does the pop3 daemon have a timeout setting? Why I ask: When I connect to a pop3 mailbox which has 3044 (12 new) messages in it, Outlook waits for 1 minutes and times-out no matter if the timeout in outlook is set to more than a minute. So it always

[courier-users] Re: error while compiling (make)

2003-03-19 Thread Sam Varshavchik
Jappie writes: I discovered that it goes wrong in calling a function of the berkeleydb, because it plainly doesnt pass enough arguments. What version of db is courier-imap-1.7.1 build for ?? Berkeley DB 4.0, and earlier. --- This SF.net

Re: [courier-users] Courier Imap and LDAP: Login failed ... Why ?

2003-03-19 Thread Keith Matthews
On Wed, 19 Mar 2003 11:38:36 +0100 Matthieu Turpault [EMAIL PROTECTED] wrote: Hi lists, I try to authenticate my user with a LDAP directory. --- /etc/authldaprc - LDAP_SERVER ldap.test02.test.com LDAP_PORT 389

RE: [courier-users] Courier Imap and LDAP: Login failed ... Why ?

2003-03-19 Thread Administrateur ntp
Thanks for the answer, I tried to add the line to my /etc/authldaprc LDAP_FILTER (objectClass=*) (I have not found this attrib on comment) ... no work Then, I tried the line LDAP_DOMAIN

Re: [courier-users] Re: error while compiling (make)

2003-03-19 Thread Bill
In [EMAIL PROTECTED], on 03/19/03 at 07:44 AM, Sam Varshavchik [EMAIL PROTECTED] said: Jappie writes: I discovered that it goes wrong in calling a function of the berkeleydb, because it plainly doesnt pass enough arguments. What version of db is courier-imap-1.7.1 build for ??

[courier-users] MIME policy maximum?

2003-03-19 Thread Daniel Higgins
while sending an email with ~25 attachments each with two more attached documents (they're courier bounces), i got the following message: 550 Message MIME complexity exceeds the policy maximum hard as i try, i can not find where that policy would be set. i have also looked in the RFCs a bit to

[courier-users] ./configure

2003-03-19 Thread Svend Erik Høst
Hi i'm trying to compile the rpm's, but the configure script exits with a warning. checking for fcntl... yes checking for flock... no checking for lockf... yes checking for locking method... configure: error: must specify --with-locking-method option I'm a rather newbee at compilling, any

[courier-users] Re: Quota limit

2003-03-19 Thread Matt Pavlovich
Fred Ho writes: In an effort to increase the quota to 3GB, the size is being reset to less than 2 GB. Even hand changing the maildirsize file to the desired size, it will be reset by Courier later on to 2GB value. After some investigation, it may be due to the integer size limit.

Re: [courier-users] Re: Quota limit

2003-03-19 Thread Bill
On the face of it, 2GB seems like an unrealistically large quota for a Maildir *anyway*, and Sam is right w/r the fact that the compiler, its libs and such are limited in the largest binary number they can directly express for the particular function called. at present BUT... The file

Re: [courier-users] chdir Maildir: No such file or directory

2003-03-19 Thread Chris Berry
From: Jono [EMAIL PROTECTED] I have Exim 4.14 installed with MySQL support on OSX 10.2.4, with Courier-IMAP 1.7.1 (also with MySQL support and mailadmin), and squirrelMail My problem is that when I log in via SquirrelMail (or an IMAP account in a mail app) I get this in /var/log/mail.log Mar

Re: [courier-users] ./configure

2003-03-19 Thread Chris Berry
From: Svend Erik Høst [EMAIL PROTECTED] i'm trying to compile the rpm's, but the configure script exits with a warning. checking for fcntl... yes checking for flock... no checking for lockf... yes checking for locking method... configure: error: must specify --with-locking-method option I'm a

Re: [courier-users] POP3 problems

2003-03-19 Thread Brian Candler
On Wed, Mar 19, 2003 at 01:54:23PM +0200, Bertus Keyser wrote: When I connect to a pop3 mailbox which has 3044 (12 new) messages in it, Outlook waits for 1 minutes and times-out no matter if the timeout in outlook is set to more than a minute. So it always times-out after a minute even if

[courier-users] Re: Quota limit

2003-03-19 Thread Matt Pavlovich
Block size is not a good measure, since users on the same system can be on different slices with different block sizes. This would cause mass confusion from a provisioning standpoint. On the face of it, 2GB seems like an unrealistically large quota for a Maildir *anyway*, and Sam is right

[courier-users] Question about COPY operation

2003-03-19 Thread Jon Nelson
Is there any reason why using hardlinks to accomplish the COPY operation is not feasible? IMAP never futzes with the /content/ of messages, only the /filename/, right? -- Applying computer technology is simply finding the right wrench to pound in the correct screw. Jon Nelson [EMAIL

Re: [courier-users] ./configure

2003-03-19 Thread Chris Berry
From: Svend Erik Høst [EMAIL PROTECTED] Okay that's obvious, but how do i do that when i'm using the rpmbuild -ta command ? (rpmbuild -ta courier.bz2) I haven't used rpmbuild before, but my guess would be that you can't, you'll have to build it manually on your system, or roll your own rpm.

[courier-users] Re: Quota limit

2003-03-19 Thread Bill
In [EMAIL PROTECTED], on 03/19/03 at 01:43 PM, Matt Pavlovich [EMAIL PROTECTED] said: Block size is not a good measure, since users on the same system can be on different slices with different block sizes. This would cause mass confusion from a provisioning standpoint. ACK. The

RE: [courier-users] ./configure

2003-03-19 Thread Svend Erik Høst
okay, but i wonder why the check fails, what do i need to install to make it happen ? i tried using the ./configure --with-locking-method=lockf and ./configure --with-locking-method, and it didn't help me. -- Svend -Original Message- From: Chris Berry [mailto:[EMAIL PROTECTED]

Re: [courier-users] ./configure

2003-03-19 Thread Jerry Amundson
Svend Erik Høst wrote: Okay that's obvious, but how do i do that when i'm using the rpmbuild -ta command ? (rpmbuild -ta courier.bz2) rpmbuild -ta --define xflags\ --with-whatever\ --with-configure\ --with-flags\ --with-you\ --with-want\ --with-listed\ --with-here\ courier.bz2

RE: [courier-users] Question about COPY operation

2003-03-19 Thread Mitch \(WebCob\)
Because once the copy is complete, there are TWO different messages which each could be opened and edited and saved independantly I think... With hardlinks there would only be one... which would be more of a clone then a copy ;-) m/ -Original Message- From: [EMAIL PROTECTED]

[courier-users] :: Auth Problem ::

2003-03-19 Thread Jerome Walters
Hello Folks: First, please let me know if I have not included enough information or am posting inappropriately. I believe I have followed the install instructions in each package and have researched this problem, but I just don't know enough about courier-imap to figure it out. I am running

RE: [courier-users] Question about COPY operation

2003-03-19 Thread Jon Nelson
On Wed, 19 Mar 2003, Mitch \(WebCob\) wrote: Because once the copy is complete, there are TWO different messages which each could be opened and edited and saved independantly I think... With hardlinks there would only be one... which would be more of a clone then a copy ;-) If one accesses

[courier-users] Re: :: Auth Problem ::

2003-03-19 Thread Sam Varshavchik
Jerome Walters writes: I am running Qmail 1.03 + VPopMail 5.2.1 + Courier-Imap 1.7.0.20030311 using a Slackware 8.1 system. I have about 20 virtual domains set through the VPopMail. The server accepts new email for my recipients and outgoing SMTP works. I have my courier-imap configured to use

[courier-users] Re: ./configure

2003-03-19 Thread Sam Varshavchik
Svend Erik Høst writes: Hi i'm trying to compile the rpm's, but the configure script exits with a warning. checking for fcntl... yes checking for flock... no checking for lockf... yes checking for locking method... configure: error: must specify --with-locking-method option I'm a rather

[courier-users] Re: error while compiling (make)

2003-03-19 Thread Sam Varshavchik
[EMAIL PROTECTED] writes: In [EMAIL PROTECTED], on 03/19/03 at 07:44 AM, Sam Varshavchik [EMAIL PROTECTED] said: Jappie writes: I discovered that it goes wrong in calling a function of the berkeleydb, because it plainly doesnt pass enough arguments. What version of db is

Re: [courier-users] chdir Maildir: No such file or directory

2003-03-19 Thread Jono
It turned out to be a case of RTFM... in the authmysql config I had neglected to uncomment the directive that specifies the maildir location, so it was looking for a maildir directly inside /private/var/mail... and exim was creating it deeper just as it was told to do! DOH! :) On

[courier-users] Re: Quota limit

2003-03-19 Thread Sam Varshavchik
Matt Pavlovich writes: Fred Ho writes: In an effort to increase the quota to 3GB, the size is being reset to less than 2 GB. Even hand changing the maildirsize file to the desired size, it will be reset by Courier later on to 2GB value. After some investigation, it may be due to the

[courier-users] Re: Question about COPY operation

2003-03-19 Thread Sam Varshavchik
Jon Nelson writes: Is there any reason why using hardlinks to accomplish the COPY operation is not feasible? IMAP never futzes with the /content/ of messages, only the /filename/, right? May not work with shared folders. --- This SF.net

Re: [courier-users] Re: Error with Courier-imap: exec: No such file or directory

2003-03-19 Thread Chris Berry
From: Sam Varshavchik [EMAIL PROTECTED] Animesh Bansriyar writes: Hi All, Whenever I want to connect to the Courier-imap server..I get an error message that exec: No such file or directory If I am telnetting to the 110 port this is the result [EMAIL PROTECTED]:/$ telnet 127.0.0.1 110 Trying

RE: [courier-users] Question about COPY operation

2003-03-19 Thread Mitch \(WebCob\)
Outlook and Netscape and I imagine others allow some sort of editing of a message, but I guess you are right - they do it by posting a new message and deleting the old one - never thought of it that way... so in theory, I guess that could work. Would be VERY nice if it would work with shared

[courier-users] make check recursive failure ohn 0.42.0

2003-03-19 Thread Hanasaki JiJi
Just built 0.42.0 on debian sarge. make check failed as below. make[1]: *** [check] Error 1 make[1]: Leaving directory `/amd/fileserver/data1/home/hanasaki/dev/courier-0.42.0/imap' make: *** [check-recursive] Error 1 -- = =

[courier-users] Courier 20030319

2003-03-19 Thread Sam
Download: http://www.courier-mta.org/download.php Clearing out the patch queue. * RPM spec fixes * More directories searched for mime.types * Clarify IMAP errors when reading folder contents. Point fam-enabled builds to possible fam misconfiguration errors * Another fix to the iso-2022-jp

[courier-users] World domination update.

2003-03-19 Thread Sam Varshavchik
Came across the following while browsing: http://www.cs.helsinki.fi/compfac/ohjeet/posti/uudistus2003.en.html#technical --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat

[courier-users] Re: make check recursive failure ohn 0.42.0

2003-03-19 Thread James A Baker
On Wednesday, Mar 19, 2003, at 22:43 US/Central, Hanasaki JiJi wrote: Just built 0.42.0 on debian sarge. make check failed as below. make[1]: *** [check] Error 1 make[1]: Leaving directory `/amd/fileserver/data1/home/hanasaki/dev/courier-0.42.0/imap' make: *** [check-recursive] Error 1 Umm... I

[courier-users] PAM COURIER-IMAP LDAP

2003-03-19 Thread akanksha pk kumar
I am trying to authenticate courier-imap with ldap . I am working on linux 8.0. So all the applications directly authenticate thru PAM. Could you kindly tell me how can i bypass the pam AUTHENICATION MODULE AND DIRECTLY AUTHENTICATE COURIER-IMAP With LDAP.

[courier-users] courier-imap ldap pam

2003-03-19 Thread akanksha pk kumar
hi I have been trying to authenticate my courierimap with ldap.I am working on redhat 8.0 where every application authenticates thru pam. Can someone please tell me the significance of the file /etc/pam.d/imap , What should be its contents. AND does one have to consider nss_ldap also? thanks

[courier-users] Error with Courier-imap: exec: No such file or directory

2003-03-19 Thread Animesh Bansriyar
Hi All, Whenever I want to connect to the Courier-imap server..I get an error message that exec: No such file or directory If I am telnetting to the 110 port this is the result [EMAIL PROTECTED]:/$ telnet 127.0.0.1 110 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is