This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
picoenterprise:mailstore [2016/01/11 18:05] Luc Nieland [Dovecot IMAP-server (mail-store)] |
picoenterprise:mailstore [2017/04/02 18:21] (current) Luc Nieland |
||
---|---|---|---|
Line 79: | Line 79: | ||
inbox = yes | inbox = yes | ||
location = | location = | ||
- | mailbox Drafts { | + | mailbox Mybox.Drafts { |
special_use = \Drafts | special_use = \Drafts | ||
} | } | ||
- | mailbox Junk { | + | mailbox Mybox.Junk { |
special_use = \Junk | special_use = \Junk | ||
} | } | ||
- | mailbox Sent { | + | mailbox Mybox.Sent { |
special_use = \Sent | special_use = \Sent | ||
} | } | ||
- | mailbox "Sent Messages" { | + | #mailbox "Mybox.Sent Messages" { |
- | special_use = \Sent | + | # special_use = \Sent |
- | } | + | #} |
- | mailbox Trash { | + | mailbox Mybox.Trash { |
special_use = \Trash | special_use = \Trash | ||
} | } | ||
Line 179: | Line 179: | ||
mode = 0666 | mode = 0666 | ||
} | } | ||
+ | # inet_listener saslauth { | ||
+ | # address = 0.0.0.0 | ||
+ | # port = 12345 | ||
+ | #} | ||
} | } | ||
</code> | </code> |