On Tue, 5 Sep 2006, Martin G.H. Minkler wrote:
Martin G.H. Minkler wrote:
There will only be connections from localhost (as You can see in my
config, sieve only listens to localhost) since if there will ever be a
websieve or the like, it's going to run on the same machine.
In you first post I
On 2006-09-05 at 19:05 +0200, Martin G.H. Minkler wrote:
> Nobody any ideas? Am I the only one on debian sarge who's sieve doesn't
> offer SASL login w/o TLS and sieve_sasl_minimum_layer=0?
I'm not using Debian so can only offer generic advice and help. That's
why I shut up before. When reading
Martin G.H. Minkler wrote:
There will only be connections from localhost (as You can see in my
config, sieve only listens to localhost) since if there will ever be a
websieve or the like, it's going to run on the same machine.
In you first post I can't see information about "sasl" and/or "START
Hans Moser schrieb:
Hi!
Martin G.H. Minkler schrieb:
After reloading and even restarting cyrus with the changes to the
sieveshell die line and the imapd.conf in place as suggested, I still
get the same (slighty longer but unfortunately no more informative)
error message from sieveshell:
un
Hi!
Martin G.H. Minkler schrieb:
After reloading and even restarting cyrus with the changes to the
sieveshell die line and the imapd.conf in place as suggested, I still
get the same (slighty longer but unfortunately no more informative)
error message from sieveshell:
unable to connect to se
Phil Pennock schrieb:
If you're only supporting PLAIN and LOGIN then without TLS you need a
minimum of 0.
sasl_minimum_layer: 1
sieve_sasl_minimum_layer: 0
After reloading and even restarting cyrus with the changes to the
sieveshell die line and the imapd.conf in place as suggested, I stil
On 2006-08-25 at 15:45 +0200, Martin G.H. Minkler wrote:
> sasl_mech_list: PLAIN LOGIN
> sasl_minimum_layer: 256
> :~# sieveshell --user=cyrus --auth=cyrus localhost
> connecting to localhost
> unable to connect to server at /usr/bin/sieveshell line 174.
It would be good if you can make that chan
Vladi Lemurov schrieb:
Thanks a lot, it helped! Thanks to all who tried to find the solution!
Quietly reading this thread as it developed got my hopes up for a
solution that would solve my problem at the same time.
Situation is roughly the same:
debian sarge w/
- Cyrus v2.1.18-IPv6-Debian-
I have a vague recollection of needing to install the debian
libsasl2-modules package in order to get sieve working. It had
something to do with no authentication methods being presented.
libsasl2-modules contained libplain.so, which was all I really cared
about.
Andy
Thanks a lot,
On Thu, 24 Aug 2006, Vladi Lemurov wrote:
I have debian sarge (stable) installed with cyrus (imapd, pop3,
sieve) 2.1.18 -installed. Everything works fine, except sieve. I have
already delt with cyrus on Freebsd before, I used sieve there so I would
like to put the scripts I already have to
On 2006-08-24 at 17:54 +0700, Vladi Lemurov wrote:
> the daemon listens to the port, if I do `telnet localhost 2000` I got
> the following:
>
> Trying 127.0.0.1...
> Connected to localhost.localdomain.
> Escape character is '^]'.
> "IMPLEMENTATION" "Cyrus timsieved v2.1.18-IPv6-Debian-2.1.18-1+sa
I have debian sarge (stable) installed with cyrus (imapd, pop3,
sieve) 2.1.18 -installed. Everything works fine, except sieve. I have
already delt with cyrus on Freebsd before, I used sieve there so I would
like to put the scripts I already have to this new installation.
I get the following e
On 2006-08-24 at 15:09 +0700, Vladi Lemurov wrote:
>I have debian sarge (stable) installed with cyrus (imapd, pop3,
> sieve) 2.1.18 -installed. Everything works fine, except sieve. I have
> already delt with cyrus on Freebsd before, I used sieve there so I would
> like to put the scripts I alre
sorry, I've sent an unfinished letter, really sorry :(
Hello!
I have debian sarge (stable) installed with cyrus (imapd, pop3,
sieve) 2.1.18 -installed. Everything works fine, except sieve. I have
already delt with cyrus on Freebsd before, I used sieve there so I would
like to put the scripts I
Hello!
I have debian sarge (stable) installed with cyrus (imapd, pop3,
sieve) 2.1.18 -installed. Everything works fine, except sieve. I have
already delt with cyrus on Freebsd before, I used sieve there so I would
like to put the scripts I already have to this new installation. That's
my im
Hi,
I just installed Cyrus-IMAPD 2.2a (from FreeBSD ports collection) on a new
server (FreeBSD 4.8) and can't get sieve to work
I have a simple script
require ["vacation", "reject"];
# Vacation Message
if not exists ["List-Id", "List-Post", "List-Subscribe", "List-
Unsubscribe", "List-Archive"
Title: Message
I'm running a Cyrus
IMAP 2.0.9 server on RedHat Linux 7.1 and I can't get Sieve to work. My
MTA is Sendmail.
I am unable to
telnet to the sieve port.
By the way, I
installed Cyrus from cyrus-imapd-2.0.0-3.i386.rpm.
Any help and/or
suggestions are greatly appreciated.
Hi Atif,
On Fri, 20 Apr 2001, Atif Ghaffar wrote:
> Hi Tom,
>
> does your smtp server speaks LMTP with Cyrus?
No. It does not.
> To get filters to work (especially for vacation) the message should be
> delivered by lmtp.
I understand this is needed for vacation. But from numerous message
Hi Tom,
does your smtp server speaks LMTP with Cyrus?
To get filters to work (especially for vacation) the message should be
delivered by lmtp.
as I see in your logs there is an entry about lmtp.
can you telnet to port 2000 (sieve port)?
is /var/imap/sieve the correct directory for sieve (define
Hi Atif,
Yes, as I said, it is active, and I've checked by looking in the sieve
dir:
$ pwd
/var/imap/sieve/t/tom
$ ls -l
total 4
lrwxrwxrwx1 cyrusroot 21 Apr 19 12:18 default -> my.first.sieve.script
-rw---1 cyrusroot 92 Apr 19 13:45 my.first.sieve.script
$ cat default
requ
Hi tom.
is your sieve script activated?
Tom Sedge wrote:
>
> Hi,
>
> I've got Cyrus 2.0.12 working well. I can install scripts ok with
> sieveshell.pl & I've verified that they are being correctly activated.
>
> However, Sieve doesn't seem to work. I've tried a variety of scripts
> (with re
Hi,
I've got Cyrus 2.0.12 working well. I can install scripts ok with
sieveshell.pl & I've verified that they are being correctly activated.
However, Sieve doesn't seem to work. I've tried a variety of scripts
(with reject and fileinto) from known working examples but none
succeed. All the ma
22 matches
Mail list logo