Re: sieve with tls sasl mech list empty

2006-09-12 Thread Jorey Bump
Rudy Gevaert wrote: [EMAIL PROTECTED]:/tmp$ telnet mail2.ugent.be sieve Trying 157.193.71.18... Connected to mail2.ugent.be. Escape character is '^]'. "IMPLEMENTATION" "Cyrus timsieved v2.3.7" "SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags notify envelope relational rege

Re: sieve with tls sasl mech list empty

2006-09-12 Thread Rudy Gevaert
Andreas Winkelmann wrote: Oh, you mean your script does not work with "managesieve not ok"? Yes. I can't login. Hmm, seems that the Perl-Interface/Lib does not support TLS/SSL. Then it will fail with "sasl_minimum_layer: 1" of course. Thank you very much for your explanations. It's

Re: sieve with tls sasl mech list empty

2006-09-12 Thread Andreas Winkelmann
Am Tuesday 12 September 2006 12:03 schrieb Rudy Gevaert: > >sasl_minimum_layer: 1 > > > >in imapd.conf. > > having put: > allowplaintext: 0 > sasl_minimum_layer: 1 > sasl_mech_list: PLAIN > > still gives me that error. > > allowplaintext: 1 > sasl_minimum_layer: 1 > sasl_mech_list: PLAIN > > gives

Re: sieve with tls sasl mech list empty

2006-09-12 Thread Rudy Gevaert
Andreas Winkelmann wrote: sasl_minimum_layer: 1 in imapd.conf. having put: allowplaintext: 0 sasl_minimum_layer: 1 sasl_mech_list: PLAIN still gives me that error. allowplaintext: 1 sasl_minimum_layer: 1 sasl_mech_list: PLAIN gives it to me too :( I did some test with sivtest and mana

Re: sieve with tls sasl mech list empty

2006-09-12 Thread Andreas Winkelmann
Am Tuesday 12 September 2006 10:49 schrieb Rudy Gevaert: > I've read through the previous posts about sieve, but couldn't come up > with an answer. I'm having the following problem. > > If I have in my imapd.conf: > allowplaintext: 1 > sasl_mech_list: PLAIN > > Connecting to imap with tls works,

sieve with tls sasl mech list empty

2006-09-12 Thread Rudy Gevaert
Hi, I've read through the previous posts about sieve, but couldn't come up with an answer. I'm having the following problem. If I have in my imapd.conf: allowplaintext: 1 sasl_mech_list: PLAIN Connecting to imap with tls works, without tls too. Like it should. Connecting to sieve with tls w