Re: zero-fork delivery?

2001-02-23 Thread Simon Josefsson
Miroslav Zubcic <[EMAIL PROTECTED]> writes: > I'm using this: (m4 for sendmail.cf). > > MAILER_DEFINITIONS > Mcyrus, P=[IPC], F=lsDFMnqA@/:|SmXz, E=\r\n, > S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, > A=FILE /var/imap/socket/lmtp > > deliver (that

Re: zero-fork delivery?

2001-02-23 Thread Simon Josefsson
Lawrence Greenfield <[EMAIL PROTECTED]> writes: > Right you are; running Sendmail/deliver/lmtpd is an extremely > inefficient way to deliver mail. Long message follows. Very informative, thanks! > * Don't run an MTA on the Cyrus server > > Using LMTP over TCP and LMTP AUTH, you can completely

Re: Sieve action forward?

2001-02-23 Thread Lawrence Greenfield
From: Juan Leon <[EMAIL PROTECTED]> Date: Fri, 16 Feb 2001 17:01:31 -0500 (EST) I need to forward a message with a modified "To:" field. The "redirect" sieve action just changes the SMTP envelope (or makes the MTA change the envelope). As you've determined, this functionality i

cyrus -> sasl -> pamldap

2001-02-23 Thread Pascal Pucci
Hello, My configurations files and my configuration of my compilation are the same as you described in your mail writed in the sasl mailling list : http://asg2.web.cmu.edu/archive/message.php3?index=392&array_index=16 http://asg2.web.cmu.edu/archive/message.php3?index=393&array_index=17

running construct and ctl_mailbox together

2001-02-23 Thread Adonis El Fakih
Hi, Your prompt comments to this email will be greatly appretiated due to the severity of the data loss. We just had a hardware failure on an old cyrus 1.5.19 installation. The mailboxes file is gone, however we have a backup which is few days old. We would like to move people to cyrus 2.0, and

Re: cyrus-PAM-ldap or cyrus-ldap will run first ?

2001-02-23 Thread Pascal Pucci
Hello, > > * If I want to use ldap directly : > > > > - does: > > sasl_passwd_method: ldap // should be good ? > > ldap_basedn: ou=People,dc=test > > yes. > > ldap_server: LDAP Server [localhost] > ldap_basedn: LDAP base dn > ldap_uidattr: LDAP uid attribute [

Sieve's vacation not working. what to try?

2001-02-23 Thread Juan Leon
I am running cyrus 2.0.9, which comes with timsieve ready to go. I can telnet to the timsieve port and get a list of sieve features that include "vacation" among 7 others. I install a sieve script like the following: require ["fileinto","vacation"]; vacation :days 7 :addresses ["[EMAIL PROTECT

Re: building under RedHat 6.2

2001-02-23 Thread Patrick Boutilier
This problem appeared in version 2.0.8 and has been there ever since. 2.0.7 compiles fine on RedHat 6.2 Erez Lirov wrote: > I'm trying to build under 6.2 now, hoping that this might shed some light on > my 7.0 problems. I'm running into the following error: > $ ./configure -with-dbdir=/usr/lo

RE: LMTP problem

2001-02-23 Thread Erez Lirov
I got it!! I built and installed the latest version of sendmail: 8.11.2 and it started sending emails instantly. Thanks everyone! Erez

Re: Problem with compiling Cyrus on Debian Linux

2001-02-23 Thread GOMBAS Gabor
On Fri, Feb 23, 2001 at 11:59:40AM +0100, Patrick Spousta wrote: > /usr/lib/libssl.so.0 > /usr/lib/libssl.so.0.9.4 You're missing libssl.so. Try "ln -s /usr/lib/libssl.so.0 /usr/lib/libssl.so" Gabor -- Gabor Gombas Eotvos Lorand University E-mail: [EMAIL

building under RedHat 6.2

2001-02-23 Thread Erez Lirov
I'm trying to build under 6.2 now, hoping that this might shed some light on my 7.0 problems. I'm running into the following error: $ ./configure -with-dbdir=/usr/local/BerkeleyDB.3.2 works... $ make gives: ### Making all in /tmp/cyrus-imapd-2.0.12/master make[1]: Entering directory `/tmp/cyrus-

Problem with compiling Cyrus on Debian Linux

2001-02-23 Thread Patrick Spousta
I'm using slink. I made and install Berkeley DB, cyrus-sasl and then I tried to compile cyrus-imap. I use step-by-step by " Cyrus IMAP HOWTO", when I use "make all CFLAGS=-O" I get message LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -o blib/arch/auto/Cyrus/IMAP/IMAP.so -shared -L/usr/local/lib IMAP

Re: LMTP problem

2001-02-23 Thread GOMBAS Gabor
On Thu, Feb 22, 2001 at 08:32:40PM -0500, Lawrence Greenfield wrote: >The strangest thing is that if I run deliver -m user.elirov, it gives a >segmentation fault and returns an exit code of 139. > > How can it segfault and return an exit code? 139 = 128 (Killed by signal) + 11 (it was S