To use dovecot-postfix stack with thunderbird, do I put the configuration into /usr/share/dovecot/protocols.d/impad.protocol? That would seem to be how the stack is configured. "Thunderbird To use with Thunderbird, edit the file /etc/dovecot/dovecot.conf: protocol imap { ... login_greeting_capability = yes imap_client_workarounds = tb-extra-mailbox-sep }" https://help.ubuntu.com/community/Dovecot thufir at dur:~$ thufir at dur:~$ cat /usr/share/dovecot/protocols.d/imapd.protocol protocols = $protocols imap thufir at dur:~$ thufir at dur:~$ dovecot -n # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.5.0-44-generic i686 Ubuntu 12.04.3 LTS mail_location = maildir:~/Maildir 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 passdb { driver = pam } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } protocols = imap pop3 sieve service auth { unix_listener /var/spool/postfix/private/dovecot-auth { group = postfix mode = 0660 user = postfix } } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_cipher_list = ALL:!LOW:!SSLv2:ALL:!aNULL:!ADH:!eNULL:!EXP:RC4+RSA:+HIGH:+MEDIUM ssl_key = </etc/ssl/private/dovecot.pem userdb { driver = passwd } protocol imap { imap_client_workarounds = delay-newmail mail_max_userip_connections = 10 } protocol pop3 { mail_max_userip_connections = 10 pop3_client_workarounds = outlook-no-nuls oe-ns-eoh } protocol lda { deliver_log_format = msgid=%m: %$ mail_plugins = sieve postmaster_address = postmaster quota_full_tempfail = yes rejection_reason = Your message to <%t> was automatically rejected:%n%r } thufir at dur:~$ thufir at dur:~$ thanks, Thufir
Charles Marcus
2013-Dec-27 14:47 UTC
[Dovecot] dovecot-postfix stack imap_client_workarounds
This is really an ubuntu question... probably why you haven't had any responses. On 2013-12-24 11:43 AM, thufir <hawat.thufir at gmail.com> wrote:> To use dovecot-postfix stack with thunderbird, do I put the > configuration into /usr/share/dovecot/protocols.d/impad.protocol? That > would seem to be how the stack is configured. > > "Thunderbird > > To use with Thunderbird, edit the file /etc/dovecot/dovecot.conf: > > protocol imap { > ... > login_greeting_capability = yes > imap_client_workarounds = tb-extra-mailbox-sep > }" > > > https://help.ubuntu.com/community/Dovecot > > thufir at dur:~$ > thufir at dur:~$ cat /usr/share/dovecot/protocols.d/imapd.protocol > protocols = $protocols imap > thufir at dur:~$ > thufir at dur:~$ dovecot -n > # 2.0.19: /etc/dovecot/dovecot.conf