Re: How to activate sieve script for users?

2006-03-09 Thread Laurent Larquère
Hi, you dont need to known user passwords to set sieve scripts. Become the cyrus user if you can. For each user : - determine the directory for sieve scripts of the user (in imapd.conf, see sievedir hashimapspool fulldirhash) - mkdir -p the dir if not exist - copy your script for the user in that

Re: saslauthd, ldap_filter

2005-06-22 Thread Laurent LARQUÈRE
Hi have you tried a filter with OR (|) ? Paul van der Vlis wrote: Hello, I have LDAP authentification working via SSL to a Novell server, and I am glad ;-) But OK, a little problem: The users are not all in the same 'container'. When I use: ldap_filter: cn=%u,ou=lrl,o=wlg I can authenticate

Re: Problems with cyradm - Solaris 9

2004-09-20 Thread Laurent Larquère
Hi, in the cyrus-imapd-2.2.8/lib/imclient.c comment out the line 238 /* hints.ai_flags = AI_CANONNAME; */ and rebuild your imapd Nigel Cass wrote: Hello All. I've installed the latest version of cyrus and cyrus SASL and everything seems to be working Ok with regard to the server. Imtest allows me t

Re: squatter target wildcards

2003-12-17 Thread Laurent Larquère
urrently using a cron job instead. I was wondering if there is any way to use the same wildcard syntax that's used in ipurge with squatter. Craig Ringer -- Laurent Larquère - Signature Laurent Larquère AAcom - L'Informatique communicante

Re: plus addressing issues (puremessage followup question)

2003-12-13 Thread Laurent Larquère
mc file certainly seems to take out plussed-user support. Hope this helps, but if it eats all of your email and causes your server to disapparate, my employer and I are not liable. :) -- Andrew Caird -- Laurent Larquère - Signature Laurent Larquère

Re: imap and ldap

2003-12-11 Thread Laurent Larquère
Hi you must have a "ldap capable" saslauthd # saslauthd -v saslauthd 2.1.17 authentication mechanisms: getpwent pam rimap shadow ldap to obtain this, you have to configure --with-ldap Geert Reijnders wrote: Hi all Again I have a question. I want to setup a mail-server and the users must be retr

Re: Problems with ./configure on SunOS 9

2002-12-08 Thread Laurent Larquère
[EMAIL PROTECTED] wrote: Hi !!! After many tries and tracing the inner workings of the configure-script we ran into a grinding halt with cyrus-imapd 2.1.11 The configure-script complains about not being able to find "libsasl2" ... ( or sasl.h ? ). But the cyrus-sasl package 2.1.9 IS installed an

Re: reconstruct -m ==> mailboxes.db currently not supported

2002-05-23 Thread Laurent Larquère
Hi you can try reconstruct -rf user and so on for each "top-level" mailbox abarthel wrote: > Hi, > > I transferred /var/spool/imap directory from with all mailboxes from one > station to another one > > and typed > > #> reconstruct -m > > and: > > cyrus@g3-99:/usr/cyrus/bin> ./r

Re: no .seen .sub files created

2002-03-25 Thread Laurent Larquère
HI have you created the [A-Z] subdirs in /var/imap/user ? it seems that tools/mkimap creates only [a-z] unused subdirs (you can change the 'foreach' on lines 109,112,126,138 of mkimap) ,Alexander Feltes wrote: Hello, I build up an imap server using cyrus-imapd-2.1.3 and cyrus-sasl-2.1.1. The pr