I'm trying to set up Sieve for the first time on Cyrus IMAPD 2.1.12. I'm
delivering via sendmail 8.12.6, using LMTP. Sieve is reading the script; I
can see the atime change, and if I try to "fileinto" a nonexistent mailbox I
get a sieve runtime error in syslog. However, nothing in the script has
I installed the SSL-DEVEL-0.9.6 package and that resolved my initial "cannot
find -lssl" problem.
However, using the most current configure.in file still produced the "syntax
error near unexpected token '2,1,7'" error.
I used the configure.in (1.257) that is packaged with Cyrus-IMAPd-2.1.12 and
Using Cyrus 2.1.12 and sendmail 8.12.6, I would like mail for all unknown
users to be delivered to a specific mailbox. I've tried setting
LUSER_RELAY, but since sendmail hands off all local mail to Cyrus, the
LUSER_RELAY is ignored. I do have confLOCAL_MAILER defined as cyrusv2.
I found a very o
Not so with 8.0:
[root@director1 root]# cat /etc/redhat-release
Red Hat Linux release 8.0 (Psyche)
[root@director1 root]#
[root@director1 root]# rpm -qa|grep sasl
cyrus-sasl-2.1.7-2
cyrus-sasl-devel-2.1.7-2
cyrus-sasl-md5-2.1.7-2
cyrus-sasl-plain-2.1.7-2
I stand corrected.
To my knowledge th
On Tue, 18 Feb 2003, Jeremy Rumpf wrote:
> Dunno what Mark's root problem is, just wanted to share the above tidbits...
Thanks for the info Jeremy - I'm still not brave enough to touch RH8, so
this is good to know.
I may be wrong, but I believe the problem Mark is having is documented in
htt
On 18 Feb 2003, Mike O'Rourke writes:
> Did you compile SASL2 on your machine? If not, did you install it
> from the RPM's? RedHat (even as late as 8.0) only installs SASLv1 by
> default.
The supplied cyrus-sasl RPMs for Red Hat 8.0 appear to me to include
both SASLv1 and SASLv2 libraries. They
On Tuesday 18 February 2003 17:39 pm, Mike O'Rourke wrote:
> Hi Mark,
>
> Sorry to be jumping in so late, but I have been busy with LDAP, et.al.
>
> Did you compile SASL2 on your machine? If not, did you install it from the
> RPM's? RedHat (even as late as 8.0) only installs SASLv1 by default. You
Mike O'Rourke wrote:
libssl.so.0.9.6b
and the libcrypto.so.0.9.6b files.
Shouldn't be using those versions anyway!
IRC, 0.9.6h is the latest version that is compatible with SASL (0.9.7
doesn't).
Pete.
Hi Mark,
Sorry to be jumping in so late, but I have been busy with LDAP, et.al.
Did you compile SASL2 on your machine? If not, did you install it from the
RPM's? RedHat (even as late as 8.0) only installs SASLv1 by default. You
are trying to use SASLv1 to compile Cyrus-IMAPd 2.1.11! Try install
On Tue, 18 Feb 2003, Mark Wessel wrote:
> Tried autoconf 2.13... same config error.
> [...]
> On Tue, 18 Feb 2003, Mark Wessel wrote:
>
> > ok, I've updated to autoconf-2.53-8, and have the latest configure.in file
> > (1.232.4.38). Now there seems to be an issue with SASL, I think...
> >
> > A
Hello,
I’m trying to setup postfix and cyrus imap.
Postfix works fine I can send mail to everybody
in my domain and to the “outside” world.
Sending mail from the imap
server to the internet works also fine.
The problems arise when I retrieve email with fetchmail .
The email are not
Tried autoconf 2.13... same config error.
From: Rob Siemborski <[EMAIL PROTECTED]>
To: Mark Wessel <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: compiling error - cannot find -lssl
Date: Tue, 18 Feb 2003 13:31:19 -0500 (EST)
Don't use autoconf 2.53, use autoconf 2.13.
Don't use autoconf 2.53, use autoconf 2.13.
Note, I'm not sure this will solve your problem, but it works for me with
2.13
-Rob
On Tue, 18 Feb 2003, Mark Wessel wrote:
> ok, I've updated to autoconf-2.53-8, and have the latest configure.in file
> (1.232.4.38). Now there seems to be an issue wit
ok, I've updated to autoconf-2.53-8, and have the latest configure.in file
(1.232.4.38). Now there seems to be an issue with SASL, I think...
After running:
./configure --with-auth=unix --with-sasl=/usr/lib/sasl
--with-bdb-incdir=/usr/local/BerkeleyDB.4.1/include
I get receive this error:
./c
My reject rules in sieve send there reject reply message to
[EMAIL PROTECTED] instead of the original sender.
Any idea what the problem could be?
--- sieve script --
if
header :contains "From" "domain.com"
{
reject text:
Please do not send me mail.
.
;
}
---
software versions:
15 matches
Mail list logo