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
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
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
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
>
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
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
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
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
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:
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
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
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
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
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!
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
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
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
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
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
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
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
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
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
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
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
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
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
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
"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
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
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
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
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.
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
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
> >
> > 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
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
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
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
-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
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
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
> 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
> 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
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
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
46 matches
Mail list logo