bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Olaf Zaplinski
Hi *, following bug occured: 1. CPPFLAGS=-I/usr/local/BerkeleyDB.3.3/include \ LDFLAGS=-L/usr/local/BerkeleyDB.3.3/lib \ ./configure 2. make 3. make install 4. start of cyrus => 'incorrect version of Berkeley db: compiled against 3.1.17, linked against 3.3.11' So I re-started 3. and voila: g

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Olaf Zaplinski
Hi Prune, Prune wrote: > can you add the result of the 'configure' ? look at the begining when it > tests for gcc do you mean this? checking whether the C compiler (gcc -I/usr/local/BerkeleyDB.3.3/include -L/usr/local/BerkeleyDB.3.3/lib) works... yes checking whether the C compiler (gcc -I/us

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Nico Weichbrod
Hi, I'm using cyrus-imapd-2.1.3, cyrus-sasl-2.1.1 with db-4.0.14 and everything works fine now. First I had a similar problem, which I fixed by linking the new db-lib from /usr/local/BerkeleyDB.4.0/lib/ to /usr/lib/ . I also replaced the /usr/include/db*.h files with the new one, because db4 is

Re: Connecting to imap using Outlook

2002-03-26 Thread Chris Picton
I am curious. Does nobody reply because: a) Nobody wants to be associated with a Microsoft product? b) It can't be done? c) It can be done but nobody knows how? d) It can be done, somebody knows, but is feeling lazy? :) Cheers Chris On Wed, 2002-03-20 at 12:32, Chris Picton wrote: > Hi >

RE: Connecting to imap using Outlook

2002-03-26 Thread OCNS Consulting
Chris: Did you search the List Archive? I think there have been discussions on this topic. RB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Picton Sent: Tuesday, March 26, 2002 8:33 AM To: Chris Picton Cc: [EMAIL PROTECTED] Subject: Re: Connec

RE: Connecting to imap using Outlook

2002-03-26 Thread Chris Picton
On Tue, 2002-03-26 at 15:47, OCNS Consulting wrote: > Chris: > > Did you search the List Archive? I think there have been discussions on > this topic. I have searched google a lot, but not found anything. Thats why I came to the list. Maybe I'm using the wrong search terms on google :( Chri

cyradm

2002-03-26 Thread Petre
HI I am having problems to find decent documentation to give me details examples of using cyradm to manage my mailboxes and folders. The help tool that is built into the tool is very cryptic and I would like to see some very details examples and explanations ala "idiots guide to". I am particul

RE: Connecting to imap using Outlook

2002-03-26 Thread David Lang
D. you tell outlook that you have an IMAP server that you want it to connect to and it works (at least it works as well as outlook ever works ;-) you will have to look in your outlook documentation for where the option is to tell it where your mail servers are. David Lang On 26 Mar 2002, Chris

Re: Connecting to imap using Outlook

2002-03-26 Thread David Lang
have you attempted to configure SASL to just do plain passwords, it's likly that outlook can't do anythign more sophisticated. David Lang On 26 Mar 2002, Chris Picton wrote: > Date: 26 Mar 2002 15:32:44 +0200 > From: Chris Picton <[EMAIL PROTECTED]> > To: Chris Picton <[EMAIL PROTECTED]> > Cc:

Re: Connecting to imap using Outlook

2002-03-26 Thread Chris Picton
I have sasl set up to do LOGIN PLAIN DIGEST-MD5 and CRAM-MD5 I have tested DIGEST-MD5, CRAM-MD5 and PLAIN using Evolution. Outlook works with LOGIN, and attempts CRAM-MD5 for 'Secure Password Authentication', but fails. Cheers Chris On Tue, 2002-03-26 at 16:19, David Lang wrote: > have you att

RE: Connecting to imap using Outlook

2002-03-26 Thread T Churchward
Most people where I work use MS Outlook to connect to the Cyrus imap server. If I recall correctly the only way I could get Outlook to successfully connect was using plain text passwords . Yeah, I agree, not an ideal solution! hope this helps Tom Churchward -Original Message- From: [EM

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Clifford Thurber
You are most likely compiling this on a linux system. This happens because of /usr/include/db.h. This is the header fileshipped witht the distro. Cyrus will compile using your CFLAGS below but the linker will use the db.h file under /usr/include. I think if anything this is a linux bug. It drov

Re: Please help with user problem

2002-03-26 Thread Richmond Dyes
This is what I did to fix the problem.  Nick your idea of using reconstruct on the user gave me a brainstorm and it worked.  The first thing I did was to run reconstruct -f and from there I wrote down the directory structure of the user.  ie. user.joe.sent, user.joe.draft, user.joe.trash. Whereev

RE: Connecting to imap using Outlook

2002-03-26 Thread Clifford Thurber
But as long as you enable TLS/SSL I don't see why this would matter? Am I missing something here? Thanks At 02:35 PM 3/26/2002 +, T Churchward wrote: >correctly the only way I could get Outlook to successfully >connect was using plain text passwords . Yeah, I agree, not an ideal >solution!

Re: Connecting to imap using Outlook

2002-03-26 Thread David Lang
the IMAP support in outlook is rather primitive (or was the last time I had to make it work) so I wouldn't be surprised if you are just stuck with LOGIN. sorry I can't help more David Lang On 26 Mar 2002, Chris Picton wrote: > I have sasl set up to do LOGIN PLAIN DIGEST-MD5 and CRAM-MD5 > > I

RE: Connecting to imap using Outlook

2002-03-26 Thread T Churchward
More likely it's my lack of understanding - i'll look into it - thanks -Original Message- From: Clifford Thurber [mailto:[EMAIL PROTECTED]] Sent: 26 March 2002 14:48 To: T Churchward; [EMAIL PROTECTED] Subject: RE: Connecting to imap using Outlook But as long as you enable TLS/SSL I don

RE: Connecting to imap using Outlook

2002-03-26 Thread Chris Picton
On Tue, 2002-03-26 at 16:48, Clifford Thurber wrote: > But as long as you enable TLS/SSL I don't see why this would matter? Am I > missing something here? > Thanks > > At 02:35 PM 3/26/2002 +, T Churchward wrote: > >correctly the only way I could get Outlook to successfully > >connect was us

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Prune
Clifford Thurber wrote: > You are most likely compiling this on a linux system. This happens > because of /usr/include/db.h. This is the header fileshipped witht the > distro. Cyrus will compile using your CFLAGS below but the linker will > use the db.h file under /usr/include. I think if anyt

RE: Connecting to imap using Outlook

2002-03-26 Thread David Lang
1. get a cert that is valid (otherwise you are vunerable to man-in-the-middle attacks anyway, and it's a bad idea to get users used to ignoring security warnings) 2. if they can disable SSL can't they disable 'secure passwords' and cause it to revert to plain logins anyway? David Lang On 26 Ma

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Clifford Thurber
I set every one of these environmental variables and also added the db5.0 lib to /etc/ld.so.conf and ran ldconfig. None of that matters. It doens't matter as the linker will always look in /usr/include first and grab what is there. The only way is to replace that db.h file. At 04:14 PM 3/26/20

RE: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread OCNS Consulting
Clifford: You are correct! The only way I could get Cyrus IMAP 2.1.3 to use the desired BDB 4.x header was to replace the BDB 3.x "/usr/include/db.h" header with (in my case) a sym link from "/usr/localBerkeleyDB.4.0/include/db.h" to -> "/usr/include/db.h". By the way: a similar situation also o

RE: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread Clifford Thurber
Perhaps all this could be made into a nice Linux how to as the current one seems rather dated and doesn't address any of these problems. At 11:37 AM 3/26/2002 -0500, OCNS Consulting wrote: >Clifford: > >You are correct! The only way I could get Cyrus IMAP 2.1.3 to use the >desired >BDB 4.x heade

RE: bug in imapd-2.1.3 / Berkeley DB

2002-03-26 Thread OCNS Consulting
Clifford: Once again, you're correct. The constraint is time! However, I'll be glad to contribute when and where possible. RB -Original Message- From: Clifford Thurber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 11:42 AM To: OCNS Consulting Cc: [EMAIL PROTECTED] Subject

No AUTH when trying imtest...

2002-03-26 Thread maxime
Hi, I have been stuck for a few days on this. I can't figure out what I'm doing wrong. It would be really nice if someone could give me a few clues... I'm trying to install Cyrus imapd-2.1.3/sasl-2.1.1 on a default redhat 7.2 server install. Here is what it says when I do: imtest -t "" localhost

Re: No AUTH when trying imtest...

2002-03-26 Thread Ken Murchison
maxime wrote: > > Hi, > I have been stuck for a few days on this. I can't figure out what I'm > doing wrong. It would be really nice if someone could give me a few > clues... > > I'm trying to install Cyrus imapd-2.1.3/sasl-2.1.1 on a default redhat > 7.2 server install. > > Here is what it s

RE: No AUTH when trying imtest...

2002-03-26 Thread maxime
It was from an old HOWTO somewhere...unfortunately that's not the problem. I did try and just tried again with 'auxprop' No luck :( same error in imapd.log (nothing in auth.log) 26 13:01:26 chicken imapd[16105]: badlogin: localhost.localdomain[127.0.0.1] plaintext root SASL(-4): no mechanism avai

sieve with sendmail 8.12 ... permissions problems ...

2002-03-26 Thread Marc G. Fournier
Anyone using 8.12 yet? Just delivered an email to an account that has sieve filtering turned on, and get the following in the maillog: Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not chdir(/var/spool/clientmqueue/): Permission denied What should permissions/ownership be

Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-26 Thread Igor Brezac
This is correct. What are the perms of your sendmail binary? They should be 2555 -r-xr-sr-x 1 root smmsp 741492 Jan 22 17:27 sendmail -Igor On Tue, 26 Mar 2002, Marc G. Fournier wrote: > > Anyone using 8.12 yet? Just delivered an email to an account that has > sieve filtering turne

Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-26 Thread Ken Murchison
"Marc G. Fournier" wrote: > > Anyone using 8.12 yet? Yup. So is CMU. > Just delivered an email to an account that has > sieve filtering turned on, and get the following in the maillog: > > Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not >chdir(/var/spool/clientmqueue

Make a Linux mail server talk to Microsoft Outlook 2000

2002-03-26 Thread Anderson - Informática - Ind. Machina Zaccaria
Hello! Can someone help me... I Have a Linux server and I wanted to know if is there a way to make Microsoft Outlook 2000 brings a list of mail server users from the Linux server always when the client clicks on the "TO" button? What mail server Can I use? Obrigado Anderson Marcelo Blumer Cent

Re: Make a Linux mail server talk to Microsoft Outlook 2000

2002-03-26 Thread simon
On Tue, 2002-03-26 at 19:34, Anderson - Informática - Ind. Machina Zaccaria wrote: > Hello! > > Can someone help me... > > I Have a Linux server and I wanted to know if is there a way to make > Microsoft Outlook 2000 brings a list of mail server users from the Linux > server always when the clie

Re: sieve with sendmail 8.12 ... permissions problems

2002-03-26 Thread Marc G. Fournier
hrmmm ... same permis over here ... nfs mounted as nosuid wouldn't affect that, would it? it is gid that is set, not uid ... On Tue, 26 Mar 2002, Igor Brezac wrote: > > This is correct. > > What are the perms of your sendmail binary? > They should be 2555 > -r-xr-sr-x 1 root smmsp 741

Using deliver from perl

2002-03-26 Thread Scott Russell
Greets. Does anyone have any examples for using cyrus deliver from perl? I'm making a few perl admin scripts and would like to use the deliver exec to directly dump mail into a users mailbox. Thanks. -- Regards, Scott Russell ([EMAIL PROTECTED]) Linux Technology Center, System Admin, RHCE.

Re: sieve with sendmail 8.12 ... permissions problems

2002-03-26 Thread Igor Brezac
Hmm, it should not. nosuid disallows setuid execution, the binary is setgid. What is your 'ls -ld /var /var/spool'? -Igor On Tue, 26 Mar 2002, Marc G. Fournier wrote: > > hrmmm ... same permis over here ... nfs mounted as nosuid wouldn't affect > that, would it? it is gid that is set, not ui

Re: Using deliver from perl

2002-03-26 Thread simon
On Tue, 2002-03-26 at 19:18, Scott Russell wrote: > Greets. > > Does anyone have any examples for using cyrus deliver from perl? I'm making > a few perl admin scripts and would like to use the deliver exec to directly > dump mail into a users mailbox. > You could use Net::LMTP instead ?? ( or

Re: Using deliver from perl

2002-03-26 Thread simon
> > > > You could use Net::LMTP instead ?? ( or support both) > > Can Net::LMTP force a message to be delivered even if the mailbox is over > quota? Erm I think so definitely patch it in easily having had a brief look at the LMTP RFC. > > > How to use deliver is mainly in the deliver manpage

Re: Using deliver from perl

2002-03-26 Thread Scott Russell
On Tue, Mar 26, 2002 at 08:04:16PM +, simon wrote: > On Tue, 2002-03-26 at 19:18, Scott Russell wrote: > > Greets. > > > > Does anyone have any examples for using cyrus deliver from perl? I'm making > > a few perl admin scripts and would like to use the deliver exec to directly > > dump mail

Re: Using deliver from perl

2002-03-26 Thread Scott Russell
On Tue, Mar 26, 2002 at 08:14:00PM +, simon wrote: > > > > > > > You could use Net::LMTP instead ?? ( or support both) > > > > Can Net::LMTP force a message to be delivered even if the mailbox is over > > quota? > > Erm I think so definitely patch it in easily having had a brief look > at

Re: Using deliver from perl

2002-03-26 Thread Ken Murchison
Scott Russell wrote: > > On Tue, Mar 26, 2002 at 08:14:00PM +, simon wrote: > > > > > > > > > > You could use Net::LMTP instead ?? ( or support both) > > > > > > Can Net::LMTP force a message to be delivered even if the mailbox is over > > > quota? > > > > Erm I think so definitely patch it

SASL 2.1.2 Released

2002-03-26 Thread Rob Siemborski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm pleased to announce the release of Cyrus SASL 2.1.2. This release includes a number of minor bugfixes, as well as documentation corrections and some better error reporting. Please send any feedback either to [EMAIL PROTECTED] or to [EMAIL PROTEC

cyrus 2.0.16 on AIX anyone?

2002-03-26 Thread Gautam Das
Hi, Is anyone running Cyrus on AIX? We had upgraded from 1.5 to 2.0.16 last weekend, and had to rollback after half a day of operation. The cyrus master process would silently stop doing anything useful after anywhere from 15 minutes to a maximum 2 hours of operation. Unfortunately once it got to

Re: IMAPS/POP3S not configured/working in cyrus-imapd 2.0.16/RH 7.2

2002-03-26 Thread Jonathan Marsden
On 26 Mar 2002, Ramiro Morales writes (as part of a series of ideas): > tls_cert_file: /usr/local/lib/ssl/newcert.cer > tls_key_file: /usr/local/lib/ssl/key.pem > > with these SSL cert and key files created as > described in the install-configure.html file? This one was the solution. Many t

RE: SASL 2.1.2 compile errors

2002-03-26 Thread OCNS Consulting
> That doesn't look like a SASL error, but rather a missing -L compilation > flags ... Something like -Ldl ... > What OS are you trying to compile the thing on? Redhat Linux 7.2, kernel -> 2.4.9-31 and gcc -> 3.0.3 Here's the configure script statement: ./configure \ --with-st

RE: SASL 2.1.2 compile errors

2002-03-26 Thread OCNS Consulting
> Hmmm... I don't use Linux anywhere, but as far as I can remember, you should > really have -ldl in your "gcc" statements for linking the binaries... > > All the family of dl... functions are exported by that library, although it > does sound odd that GCC doesn't put that library there by default

set quota for new mailboxes

2002-03-26 Thread Ulrich Stärk
Hi list, Just a short question: Is it somehow possible to set a default quota on newly created mailboxes? I am too lazy to type cm user.name and sq user.name 10240, I want every newly created mailbox to have a quota of 10 MB. I read about autocreatequota: 10240 but this works only for mailbo

set quota for new mailboxes

2002-03-26 Thread Ulrich Stärk
Hi list, Just a short question: Is it somehow possible to set a default quota on newly created mailboxes? I am too lazy to type cm user.name and sq user.name 10240, I want every newly created mailbox to have a quota of 10 MB. I read about autocreatequota: 10240 but this works only for mailboxes cr