sieve in 2.2a

2003-04-05 Thread Jure Pecar

Hi all,


What's the sieve status in the 2.2a? Is it supposed to work?

I have a simple script:

redirect "[EMAIL PROTECTED]";
keep;

that looks fine if run by the sieve test app. However, i never see the mail
actually hitting the maillog; looks like sieve does not call sendmail at
all. I have sendmail set in imapd.conf that points to the sendmail binary.

With debug logs on, i see sieve: executed, sieve accepted connection, sieve
login and sieve: entered bc_action_emit with filelen: 16 and thats about it.

Any hints how to debug this further?



-- 

Jure Pecar


Re: lmtp behaviour

2003-04-05 Thread Paul Fleming

More than likely you are getting into a locking problem with lmtpd
trying to lock the delivery database. In our install we ended up limiting
the number concurrent lmtp procs to about 10.. Sendmail will handle all
the queueuing once the lmtp process limit is reached.


On Sat, 5 Apr 2003 [EMAIL PROTECTED] wrote:

> 
> Hi,
> 
> I'm running cyrus-imapd-2.1.12with sendmail 8.12.9.  I have
> an issue where lmtpd seems to refuse connections. 
> 
> This behaviour seems to occur when a large volume of mail is
> delivered to the box.  I notice that there is an lmtpd process
> fo each message that is being delivered so if i send a few
> hundred emails i get a few hundred ltmpd processes. Is this
> normal ? 
> 
> I have specified FEATURE(local_lmtp) in sendmail.mc and have
> the following in my cyrus.conf file. 
> 
> lmtpunix  cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
> 
> The error in my maillog is:
> 
> Apr  5 10:00:55 myserver sm-mta[58837]: h3500t9u058768:
> SYSERR(root): Could not connect to socket
> /var/imap/socket/lmtp: Connection refused by localhost
> 
> Can anyone offer any advice ?
> 
> Thanks. 
> 
> 



Upgrade path fom 2.1.4 rpm to 2.1.12 tarball?

2003-04-05 Thread Jeff Bert
Are there any pitfalls with upgrading from 2.1.4 to 2.1.12?

Well my case is more special than that... I was using 2.1.4 from Luca
Olivetti's rpm's for Mandrake and plan to use the source tarballs direct
from carnegie mellon... 

The one thing I see that might be non-standard is that Luca had some patches
to cyrus-imapd that I have no clue if they're included or not.  Namely he
had:

2.0.5-mandir.patch
2.0.9-cflags.patch
2.0.12-deliverman.patch
2.0.12-cyradm_man_sec.patch
2.1.3-service-path.patch

And I see in 2.1.12 he has 

Mdk9.0perl-patch (not applicable to me)
Logident.patch

I wasn't using anything special from that setup except unixhierarchsep.

Thx,

Jeff