View Issue Details

IDProjectCategoryView StatusLast Update
0003512SOGoWeb Mailpublic2017-03-06 16:24
Reportermdacrema Assigned Tofrancis  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformChrome,Firefox,SafariOSMac OS X OS Version10.11.3
Product Version3.0.1 
Summary0003512: Filters doesn't have "move to folder" action
Description

Move to folder action option is missing into create new filter menu.

Steps To Reproduce

Go to Preferences -> Mail -> Filters -> Create filter -> Add an action

TagsNo tags attached.

Activities

francis

francis

2016-02-11 17:01

administrator   ~0009501

Visit the Preferences module, open your JavaScript console and type "sieveCapabilities". What's the result?

francis

francis

2016-03-15 18:36

administrator   ~0009750

Any news?

morph027

morph027

2016-04-21 15:28

reporter   ~0009997

Last edited: 2016-04-21 15:29

Same here (dovecot with default managesieve):

sieveCapabilities
<- Array [ ]

francis

francis

2016-04-21 16:39

administrator   ~0009998

An empty array? Make sure SOGo can reach your Sieve server.

morph027

morph027

2016-04-22 07:14

reporter   ~0010006

Well, ok. In my case, this really just was an issue connecting to the sieve server.

Sieve server is using TLS

====================================
telnet mx01 4190

Connected to mx01.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave"
"NOTIFY" "mailto"
"SASL" ""
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot ready."

If i'm using the Sieve plugin for thunderbird, i get a log entry like this:

====================================
mx01 dovecot: managesieve-login: Login: user=<me>, method=PLAIN, rip=xxx, lip=xxx, mpid=xxx, TLS, TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)

SOGo with SOGoSieveServer = sieve://mx01:4190 produces this:

====================================
mx01 dovecot: managesieve-login: Disconnected (tried to use disallowed plaintext auth): user=<>, method=PLAIN, rip=xxx, lip=xxx

Ok, playing around with SOGoSieveServer = sieve://mx01:4190/????!StartTLS also does not work.

For the moment, i just use a ssh tunnel to forward remote 4190 to local 4190 and set localhost as sieve server, then everything works as it should.

liquidat

liquidat

2016-09-28 21:50

reporter   ~0010706

Same problem here. The used components are:

  • server: IMAP/Sieve
    OS: CentOS/RHEL 7
    IMAP server version:
    • dovecot-2.2.10-5.el7.x86_64
    • dovecot-pigeonhole-2.2.10-5.el7.x86_64
  • server: SOGo
    OS: CentOS/RHEL
    SOGo version: sogo-3.1.5.20160923-1.el7.centos.x86_64

Looks like there is no support for TLS sieve in SOGo?!

francis

francis

2017-03-06 16:24

administrator   ~0011443

Configuration issue. Verify your SOGoSieveServer parameter:

https://sogo.nu/files/docs/SOGoInstallationGuide.html#_imap_server_configuration

Issue History

Date Modified Username Field Change
2016-02-10 10:54 mdacrema New Issue
2016-02-11 17:01 francis Note Added: 0009501
2016-03-15 18:36 francis Note Added: 0009750
2016-03-15 18:36 francis Assigned To => francis
2016-03-15 18:36 francis Status new => feedback
2016-04-21 15:28 morph027 Note Added: 0009997
2016-04-21 15:29 morph027 Note Edited: 0009997
2016-04-21 16:39 francis Note Added: 0009998
2016-04-22 07:14 morph027 Note Added: 0010006
2016-09-28 21:50 liquidat Note Added: 0010706
2017-03-06 16:24 francis Note Added: 0011443
2017-03-06 16:24 francis Status feedback => closed
2017-03-06 16:24 francis Resolution open => fixed