[Dovecot] need help with metadata plugin
Hello,
I've downloaded the metadata plugin from http://hg.intevation.org/kolab/dovecot-metadata-plugin compiled it without errors, made the entries as described in README in dovecot.conf. Only ANNOTATEMORE or anything else additional doesn't show up in the capabilties.
Is there anything wrong with my configuration?
What I see is: telnet localhost 143 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'.
- OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. a001 login myaccount secret a001 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS ACL RIGHTS=texk] Logged in
Output of dovecot -n:
# 1.2.12: /etc/dovecot.conf
# OS: Linux 2.6.18-238.9.1.el5 x86_64 Scientific Linux SL release 5.5
(Boron)
listen(default): 192.168.0.104:143 127.0.0.1:143
listen(imap): 192.168.0.104:143 127.0.0.1:143
listen(pop3): *:110
ssl_listen(default): <testserver address>:993
ssl_listen(imap): <testserver address>:993
ssl_listen(pop3): <testserver address>:995
ssl_cert_file: /etc/ssl/certs/imapd.pem
ssl_key_file: /etc/ssl/certs/imapd.pem
disable_plaintext_auth(default): no
disable_plaintext_auth(imap): no
disable_plaintext_auth(pop3): yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
login_max_processes_count: 2048
max_mail_processes: 2048
first_valid_uid: 200
mail_drop_priv_before_exec(default): yes
mail_drop_priv_before_exec(imap): yes
mail_drop_priv_before_exec(pop3): no
mail_executable(default): /etc/mail/bin/acl-groups
mail_executable(imap): /etc/mail/bin/acl-groups
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_process_size: 1024
mail_plugins(default): acl imap_acl lazy_expunge
mail_plugins(imap): acl imap_acl lazy_expunge
mail_plugins(pop3): lazy_expunge
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
mail_log_max_lines_per_sec: 0
namespace:
type: private
separator: /
location: maildir:/maildir/%1n/%u:LAYOUT=fs
inbox: yes
list: yes
subscriptions: yes
namespace:
type: private
separator: /
prefix: .EXPUNGED/
location: maildir:/maildir/expunged/%1n/%u:LAYOUT=fs
hidden: yes
list: no
subscriptions: yes
namespace:
type: shared
separator: /
prefix: Shared/%%u/
location: maildir:/maildir/%%1n/%%u:LAYOUT=fs
list: children
namespace:
type: public
separator: /
prefix: Groups/
location: maildir:/maildir/public:LAYOUT=fs
list: children
lda:
postmaster_address: postmaster@
/var/run/dovecot total 8 srw------- 1 root root 0 Jul 8 11:04 auth-worker.27644 srwxrwxrwx 1 root root 0 Jul 8 11:04 dict-server lrwxrwxrwx 1 root root 17 Jul 8 11:04 dovecot.conf -> /etc/dovecot.conf drwxr-x--- 2 root amavis 4096 Jul 8 11:04 login -rw------- 1 root root 6 Jul 8 11:04 master.pid
Kind Regards Helga Mayer
Helga Mayer Universität Hohenheim Kommunikations-, Informations- und Medienzentrum (630) IT-Dienste | Mail
Schloss-Westhof-Süd | 70599 Stuttgart Tel.: +49 711 459-22838 | Fax: +49 711 459-23449 https://kim.uni-hohenheim.de
A: Because we read from top to bottom, left to right. Q: Why should i start my reply below the quoted text?
After adding metadata and imap_annotatemore to the mail_plugins ANNOTATEMORE is displayed in the CAPABILITIES output. I still don't have a client which stores events on the imap server. So far I didn't succeed with Kontact (Version 4.3.5) Anybody has experiences with kontact and dovecot as a calendar resource ? I guess it should even work without metadata.
Helga
Helga Mayer Universität Hohenheim Kommunikations-, Informations- und Medienzentrum (630) IT-Dienste | Mail
Schloss-Westhof-Süd | 70599 Stuttgart Tel.: +49 711 459-22838 | Fax: +49 711 459-23449 https://kim.uni-hohenheim.de
A: Because we read from top to bottom, left to right. Q: Why should i start my reply below the quoted text?
participants (1)
-
Helga Mayer