n the new system is operational, to
> deviate slightly has anyone had experience of SquirrelMail
> (www.squirrelmail.org), it appears to have a cleaner interface than imp
> & I will need to evalutate both products.
> I hope you may be able to provide me with help.
>
> Steve Wright
>
Without knowing the reasons for why your are trying to chroot
cyrus, it is difficult to comment. I am not quite sure if chrooting
is relevant or is necessary at all for cyrus-imap!
>From a security point of view cyrus is well designed to stay in
private ip space and serve the users. What you may
rfc822.h comes uw-imap distribution which you can download from:
http://www.washington.edu/imap
You will probably need to build c-client library from uw-imap to be
able to enable imap support in php. You will need imap support in
php to be able to use php-cyradm.
__
Seva
listacc wrote:
> Hello,
"master" process is the daemon here and it spawns an "imapd" process
to service an imap request. It is the "imapd" process that is of
interest to you.
I believe that by default cyrus compilation includes "-g" flag to
enable us to carry out debugging or to read the core dumps, if not
you should be
Could you elaborate the reason for this observation.
Why would an over heated system be discriminating imap server
process and not the master process or for that matter any other
process on the system?
__
Seva
"Kevin J. Menard, Jr." wrote:
>
> Hey Seva,
>
> This could also be due to an overh
If you are 100% sure that your system never breaks down accidentally
(say for example due to power loss, cable cut, etc) then it is 100%
safe to use asynchronous mode and as you have pointed out there will
be performance benefits.
However, the probability of things going wrong at the wrong time i
there.
__
Seva
Patrick Baron wrote:
>
> pwcheck. Apparently the pwcheck module supplied with Cyrus-imapd - sasl has
> support
> for MySQL authentication
>
> Patrick
>
> - Original Message -
> From: "Seva Adari" <[EMAIL PROTECTED]>
>
What do you have your "sasl_pwcheck_method" in imapd.conf is set
to? If it is PAM, then you have to have appropriate libraries
listed in your pam file. On a RedHat system it is /etc/pam.d/imap.
__
Seva
Patrick Baron wrote:
>
> I'm wondering if there are some of you who are successfully using M
Did you set up pam configuration file for imap? It goes under
dir /etc/pam.d on RedHat systems.
You have indicated you want to use pam & ldap combination but
you compilation option "--with-auth=unix" MAY ( I am not quite
sure) use unix's native "/etc/passwd" and "/etc/group" files
for authenticat
Are you referring to having access to "quota used" on an on
going basis or quota to be set at the time of mail box
creation! If you are using PHP or PERL to create a mailbox
then, that script ought to be able to interface with a LDAP
box and get the quota information.
Search thru the list and yo
gt; LISTEN
>
> [cyrus@mail cyrus]$ imtest -m login localhost
> C: C01 CAPABILITY
> failure: prot layer failure
>
> As you can see, the services of imap & pop3 are running but I donno why
> it
> can't be connected.
>
> Any idea??
>
> Rgds,
> unpl
If you are using a Linux system, see if you have disallowed
connectivity to your "imapd" on your imap server. May not be
specifically for "imapd" but for all services. Check the
entries in /etc/hosts.allow and /etc/hosts.deny.
__
Seva
unplug wrote:
>
> Hi all,
>
> I have successfully installe
This probably should be a FAQ item by now! One of the most
common reasons for signal 11 (on Redhat systems) with cyrus
is mismatch with the shared libraries. Often times it is the
Berkeley db versions that come with the Redhat distribution
coming in the way.
You may want to do an "ldd imapd",
Signal 11 death could come from any number of problems.
Check if there are any mis-matches with the shared
libraries, specially db3 files. Make sure that the running
program is not picking up the old libraries lingering
around. On Linux you could use "ldd" on the the programs
linked with shared l
Try the following in conjunction with "configure":
LIBS="-lpopt" ./configure --prefix=.
__
Seva
Phil Ellett wrote:
>
> Please can someone help me with this as I am cannot spend any more time on
> trying to
> get a Postfix/CyrusIMAP system running ..
>
> After spending weeks battling w
p0 user.test --partition p0
>
> -Dave
>
> - Original Message -
> From: Seva Adari <[EMAIL PROTECTED]>
> To: David Fuchs <[EMAIL PROTECTED]>
> Cc: Cyrus Info Mailing List <[EMAIL PROTECTED]>
> Sent: Friday, March 02, 2001 4:13 PM
> Subject: Re: Par
I was looking at this found that "cyradm" has this problem,
where as if you direct login into the imapd server (via telnet)
and try creating mailboxes, it works fine.
"cyradm" is dropping the partition information when using the
createmailbox or cm command.
__
Seva
> David Fuchs wrote:
>
> I've
The following may be relevant to your problems!
Subject: Re: SIGSEGV in combination with pam_ldap->OpenLDAP v2.0.x
Date: Sat, 24 Feb 2001 10:25:59 -0800
From: "Kurt D. Zeilenga" <[EMAIL PROTECTED]>
To: Carsten Hoeger <[EMAI
Prior version of imapd(/sasl) had problems working
openldap 2.x.x. You may want to down grade the
openldap client module that you link with imapd
to 1.x.x and see if your problems get resolved.
__
Seva
Joshua Penix wrote:
>
> I'm having trouble getting Cyrus-IMAP to authenticate against an Open
Visit the following URL:
http://www.openldap.org/faq/data/cache/52.html
This may give you some information to get started. Your requirements
drive the schema and the acls.
__
Seva
Martin Stockhammer wrote:
> Hello,
>
> I use cyrus imap 1.6.24 with OpenLDAP for authentication.
> Authentication
Sacha Labourey wrote:
> Hello,
>
> when you script cyradm, how do you answer the "Please enter your password"
> prompt from the script? using the "<" redirection does not work. Any idea?
>
> I am using 2.0.6, saslpasswd, linux RH7.0 and TCL 8.x
>
> thank you. Cheers,
>
>
James Presley wrote:
> Does the latest version of Cyrus-Imap HAVE to have sleepy cat? I
> wanted to use mySQL for the database. Is there a switch to turn off
> berkley during install? James
I don't think configuration proceeds with out it detecting
db3 from sleepy cat. Even Mysql is now using s
unplug wrote:
> Hi all,
>
> Does cyrus use the uid & userpassword of ldap as default for
> authentication?? How about if I change the userpassword to password??
> Cyrus will still work or not??
>
> unplug
Cyrus could care less, it is the module that interfaces ldap (such as
pam_ldap, via pam
for
'ld' and rebuilt imap & ldap with no luck.
__
Seva
Julio Sánchez Fernández wrote:
> Seva Adari wrote:
>
> > I guess it is SASL link references to imap and ldap and their own
> > memory management seems to be the reason for the problem.
>
> I have been fight
hich is
> substantial, and why it would be optimal if deliver simply had a flag that
> created any non-existing mailboxes.
>
> Stephen
There is always a lookup overhead, it may be low towards the delivery end
and may make sense to implement it there, provided you have no name mapping
r
I have not done anything like what you are suggesting, but
from what I know about sendmail, it ought to be possible to
create automatic mailboxes. Requires some coding though!
I am little curious to find out why would you want to be
doing such a thing though! It can get you into resource
related
Change to the dir where "Cyrus/IMAP" is there under your imap
installation and try "cyradm" command and see if it sees the
required files.
On my system I would do:
cd /usr/local/imap/lib/perl5/site_perl/5.005/i386-linux
/usr/local/imap/bin/cyradm
__
Seva
Oliver Pitzeier wrote:
The command I would use to give cyrus admin permission
to delete the user is:
setaclmailboxc
note that the permission flag to delete is "c" and not "d"
__
Seva
Ajay wrote:
> Hey guys,
>
> I've been playing with cyradm some and I seem to be having trouble
> deleting users, c
Forwading to the list
Steven Lembark wrote:
> > Yes compilation goes fine on redhat-7 with gcc. Check and make sure
> > that there are no "configure" errors first and are you doing a
> > "make depend" before issuing a make?
>
> would it make sense to modify the Makefile to something like:
>
> al
not both?
Thanks
__
Seva
Seva Adari wrote:
> Hi,
> The memory over run I am going to describe may or may not be an imap
> issue. The debugging points to imap in an indirect manner and hence this
>
> posting.
>
> The culprit chain:
> imapd -> sasl -> pam -&
Hi,
The memory over run I am going to describe may or may not be an imap
issue. The debugging points to imap in an indirect manner and hence this
posting.
The culprit chain:
imapd -> sasl -> pam -> pam_ldap -> libldap & liblber
Using Netscape mail client when I try to read mail of imap
Yes compilation goes fine on redhat-7 with gcc. Check and make sure
that there are no "configure" errors first and are you doing a
"make depend" before issuing a make?
__
Seva
Darren Nickerson wrote:
> (had some more time to spend on this one - replying to myself)
>
> Okay, if I export BISON_SIM
Seva Adari wrote:
> > I have set 'autocreatequota: 10' (is this bytes or megabytes?)
>
> Bytes
Opps, sorry! It is Kilobytes not bytes.
> I have set 'autocreatequota: 10' (is this bytes or megabytes?)
Bytes
The perl module doesn't pick up the ssl libraries properly (I am assuming
that you have ssl installed and is visible to the compilation process). I
had
made following changes to the Makefile.PL to make the ssl visible. Use
the following patch to make cyradm perl module pick ssl:
--- perl/imap/Mak
Could somebody from development team check in the "master.h"
file (under dir master) please!
Thanks
36 matches
Mail list logo