Send this to dovecot at dovecot.org, not dovecot-owner at dovecot.org On 14.3.2012, at 4.45, paul wrote:> HI. I have just started to play with sieve and everything seems okwhen> logging on using telnet localhost 4190 and an encodedusername/password.> If I try to connect with firefox at localhost:4190 I get > "IMPLEMENTATION" "Dovecot Pigeonhole" > "SIEVE" "fileinto reject envelope encoded-character vacationsubaddress> comparator-i;ascii-numeric relational regex imap4flags copy include > variables body enotify environment mailbox date ihave" > "NOTIFY" "mailto" > "SASL" "PLAIN LOGIN" > "STARTTLS" > "VERSION" "1.0" > OK "Dovecot ready." > NO "Error in MANAGESIEVE command received by server." > NO "Error in MANAGESIEVE command received by server." > NO "Invalid characters in atom" > BYE "Too many invalid MANAGESIEVE commands." > my dovecot -n shows > # 2.0.18: /etc/dovecot/dovecot.conf > # OS: Linux 2.6.42.9-1.fc15.i686.PAE i686 Fedora release 15(Lovelock)> auth_mechanisms = plain login > disable_plaintext_auth = no > mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u > mail_privileged_group = mail > managesieve_notify_capability = mailto > managesieve_sieve_capability = fileinto reject envelope > encoded-character vacation subaddress comparator-i;ascii-numeric > relational regex imap4flags copy include variables body enotify > environment mailbox date ihave > mbox_write_locks = fcntl > passdb { > driver = pam > } > plugin { > sieve = ~/.dovecot.sieve > sieve_dir = ~/sieve > } > protocols = imap pop3 lmtp sieve > service managesieve-login { > inet_listener sieve { > port = 4190 > } > } > ssl_cert = </etc/pki/dovecot/certs/dovecot.pem > ssl_key = </etc/pki/dovecot/private/dovecot.pem > userdb { > driver = passwd > } > Have I missed something obvious or does Firefox clash withManagesieve?> Thanks. Paul >
Op 3/15/2012 1:29 AM, paul schreef:> Send this to dovecot at dovecot.org, not dovecot-owner at dovecot.org > > On 14.3.2012, at 4.45, paul wrote: > >> HI. I have just started to play with sieve and everything seems ok when logging on using telnet localhost 4190 and an encoded username/password. If I try to connect with firefox at localhost:4190 I get >> "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" "PLAIN LOGIN" >> "STARTTLS" >> "VERSION" "1.0" >> OK "Dovecot ready." >> NO "Error in MANAGESIEVE command received by server." >> NO "Error in MANAGESIEVE command received by server." >> NO "Invalid characters in atom" >> BYE "Too many invalid MANAGESIEVE commands." >> Have I missed something obvious or does Firefox clash with Managesieve?Yes you have :). Firefox speaks HTTP (and quite a few other protocols), but not ManageSieve. You'll need to run a Sieve editor on your webserver if you want to edit Sieve scripts using your browser. Regards, Stephan.
Seemingly Similar Threads
- can't get sieve to sort virus into spam
- Dovecot + Sieve does not work
- Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
- Can't get sieve/managedsieve working
- manage/sieve and mysql: Storage does not support write access