Hello,
I am trying to write a Sieve client that would support StartTLS (since
the default sieveshell does not have the StartTLS option). I got the
plain text version of my code to work. However, the StartTLS version
is not working, although, I am sending the identical commands with and
without the
On Sat, 2005-07-09 at 16:53 +0200, Sebastian Fohler wrote:
> I sent a mail from my [EMAIL PROTECTED] account where this line
> is in the header:
>
> Return-Path: <[EMAIL PROTECTED]>
> so it should work, but it doesn't.
you need to use the envelope test, Return-Path is not added to the
message un
Return-path: is not reliable check (it's usually added by MDA), so most
propably it's not there when sieve checks mail. You have to check for
another header.
> Return-Path: <[EMAIL PROTECTED]> so it should work, but it doesn't.
Ondrej.
--
Ondrej Sury <[EMAIL PROTECTED]>
---
Cyrus Home Page: ht
I try to use sieve to move tagged SPAM to my users spamfolder, I tried two way's
the first one was to activate sievehomedir but this doesn't work so I
deactivated sievehomedir and tried it the second time with the sealed server
solution but it wasn't working too.
I did a list in sieveshell, and t
I try to use sieve to move tagged SPAM to my users spamfolder, I tried two
way's the first one was to activate sievehomedir but this doesn't work so I
deactivated sievehomedir and tried it the second time with the sealed server
solution but it wasn't working too.
I did a list in sieveshell, an
Make sure you have
sievedir: /usr/sieve
in your /etc/imapd.conf
Sincerely,
Nick
- Original Message -
From: "Alain Barthélemy" <[EMAIL PROTECTED]>
To: "Cyrus-list" <[EMAIL PROTECTED]>
Cc: "cassandre" <[EMAIL PROTECTED]>
Sent: Friday
Hello,
Trying to install sieve but I am stucked
I am looking for a good manual for Sieve but it is unfindable.
Cyrus-Imap works without apparent problems
With the SuSE 7.3 standard installation
There is a directory /usr/sieve with cyrus:mail ownership
In this directory: directories a => z
I f