#1488415 closed Bugs (worksforme)

Managesieve failure to connect

Reported by: drsbaitso Owned by:
Priority: 5 Milestone: 0.8-rc
Component: Plugins Version: git-master
Severity: normal Keywords:
Cc:

Description

Whenever I open my filters, I now get an error that it cannot connect to the sieve server.

In my logs it has a blank where it says what the server supports.

[05-Apr-2012 09:22:43] No supported authentication method found. The server supports these methods: , but we only support: DIGEST-MD5, CRAM-MD5, EXTERNAL, PLAIN, LOGIN ():

In my sieve log, it looks like it's logging in then logging out.

Sieve : "[05-Apr-2012 09:22:43 -0500]: S: "IMPLEMENTATION" "dovecot"
[05-Apr-2012 09:22:43 -0500]: S: "SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date"
[05-Apr-2012 09:22:43 -0500]: S: "SASL" ""
[05-Apr-2012 09:22:43 -0500]: S: "STARTTLS"
[05-Apr-2012 09:22:43 -0500]: S: "NOTIFY" "mailto"
[05-Apr-2012 09:22:43 -0500]: S: "VERSION" "1.0"
[05-Apr-2012 09:22:43 -0500]: S: OK "Dovecot ready."
[05-Apr-2012 09:22:43 -0500]: C: CAPABILITY
[05-Apr-2012 09:22:43 -0500]: S: "IMPLEMENTATION" "dovecot"
[05-Apr-2012 09:22:43 -0500]: S: "SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date"
[05-Apr-2012 09:22:43 -0500]: S: "SASL" ""
[05-Apr-2012 09:22:43 -0500]: S: "STARTTLS"
[05-Apr-2012 09:22:43 -0500]: S: "NOTIFY" "mailto"
[05-Apr-2012 09:22:43 -0500]: S: "VERSION" "1.0"
[05-Apr-2012 09:22:43 -0500]: S: OK "Capability completed."
[05-Apr-2012 09:22:43 -0500]: C: LOGOUT
[05-Apr-2012 09:22:43 -0500]: S: OK "Logout completed."

I'm running RC v5 directly on my mailserver and it's able to connect to the sieve server with the same settings.

Change History (1)

comment:1 Changed 14 months ago by alec

  • Milestone changed from later to 0.8-rc
  • Resolution set to worksforme
  • Status changed from new to closed

It looks that your server requires TLS connection. Enable managesieve_usetls in managesieve plugin config.

Note: See TracTickets for help on using tickets.