Portál AbcLinuxu, 4. května 2025 23:24

Dotaz: Dovecot - Outlook 2016 - Roundcube - folder names

4.4.2018 12:13 Pavel
Dovecot - Outlook 2016 - Roundcube - folder names
Přečteno: 894×
Odpovědět | Admin
Přílohy:
Krásný den všem.
Mohu poprosit o radu, jak nastavit jména složek (/etc/dovecot/conf.d/15-mailboxes.conf) tak aby jména složek byla shodná jak v Outlooku, tak v RoundCube Webmailu ?

Když se přihlásím do RoundCube, tak jména složek jsou OK - viz. příloha
Jakmile nakonfiguruju IMAP účet v Outlooku 2016, tak jediná složka, která se jmenuje (nebo přemapuje správně) je "Doručená pošta" - viz. příloha.

Je to řešitelné ?

Toto je můj 15-mailboxes.conf...
cat /etc/dovecot/conf.d/15-mailboxes.conf
##
## Mailbox definitions
##

namespace inbox {
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }

  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }

}

Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

20.9.2018 12:25 Petr Mrázek
Rozbalit Rozbalit vše Re: Dovecot - Outlook 2016 - Roundcube - folder names
Odpovědět | | Sbalit | Link | Blokovat | Admin
Narazil jsem na stejný problém.
Neřešil někdo ?
Max avatar 20.9.2018 15:53 Max | skóre: 72 | blog: Max_Devaine
Rozbalit Rozbalit vše Re: Dovecot - Outlook 2016 - Roundcube - folder names
Odpovědět | | Sbalit | Link | Blokovat | Admin
Mám toto :
##
## Mailbox definitions
##

# NOTE: Assumes "namespace inbox" has been defined in 10-mail.conf.
namespace inbox {

  #mailbox name {
    # auto=create will automatically create this mailbox.
    # auto=subscribe will both create and subscribe to the mailbox.
    #auto = no

    # Space separated list of IMAP SPECIAL-USE attributes as specified by
    # RFC 6154: \All \Archive \Drafts \Flagged \Junk \Sent \Trash
    #special_use =
  #}

  # These mailboxes are widely used and could perhaps be created automatically:
  mailbox Drafts {
    special_use = \Drafts
    auto=no
  }

  mailbox "Koncepty" {
    special_use = \Drafts
    auto=no
  }

  mailbox Junk {
    special_use = \Junk
    auto=no
  }

  mailbox "Nevyžádaná pošta" {
    special_use = \Junk
    auto=no
  }

  mailbox Trash {
    special_use = \Trash
    auto=no
  }

  mailbox "Deleted Items" {
    special_use = \Trash
    auto=no
  }

  mailbox "Odstraněná pošta" {
    special_use = \Trash
    auto=no
  }

  # For \Sent mailboxes there are two widely used names. We'll mark both of
  # them as \Sent. User typically deletes one of them if duplicates are created.
  mailbox Sent {
    special_use = \Sent
    auto=no
  }

  mailbox "Sent Items" {
    special_use = \Sent
    auto=no
  }

  mailbox "Odeslaná pošta" {
    special_use = \Sent
    auto=no
  }

  # If you have a virtual "All messages" mailbox:
  #mailbox virtual/All {
  #  special_use = \All
  #}

  # If you have a virtual "Flagged" mailbox:
  #mailbox virtual/Flagged {
  #  special_use = \Flagged
  #}
}
Zdar Max
Měl jsem sen ... :(
28.1.2019 23:26 Harvie.CZ
Rozbalit Rozbalit vše Re: Dovecot - Outlook 2016 - Roundcube - folder names
Co se stane, kdyz mas nadefinovano vice slozek na jeden special_use? Vidim, ze treba \Sent tam mas vickrat pod ruznymi nazvy... Je nejak definovany chovani v takovym pripade?

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.