Hello there,
I created my first email account for a subscription in plesk onyx #68. I'm using dovecot and postfix.
When I configure the account in Thunderbird I only get the inbox folder. When trying to subscribe to the usual spam, sent, etc folders the list is empty.
I checked the dovecot .conf file and it already contains:
# Default private namespace setup compatible with Courier-IMAP.
namespace inbox {
separator = .
prefix = INBOX.
inbox = yes
mailbox Sent {
auto = subscribe # autocreate and autosubscribe the Sent mailbox
special_use = \Sent
}
mailbox Spam {
auto = create # autocreate Spam, but don't autosubscribe
special_use = \Junk
}
mailbox Drafts {
auto = create
special_use = \Drafts
}
mailbox Trash {
auto = create
special_use = \Trash
}
}
Could anyone point me in the right direction?
Thanks.
I created my first email account for a subscription in plesk onyx #68. I'm using dovecot and postfix.
When I configure the account in Thunderbird I only get the inbox folder. When trying to subscribe to the usual spam, sent, etc folders the list is empty.
I checked the dovecot .conf file and it already contains:
# Default private namespace setup compatible with Courier-IMAP.
namespace inbox {
separator = .
prefix = INBOX.
inbox = yes
mailbox Sent {
auto = subscribe # autocreate and autosubscribe the Sent mailbox
special_use = \Sent
}
mailbox Spam {
auto = create # autocreate Spam, but don't autosubscribe
special_use = \Junk
}
mailbox Drafts {
auto = create
special_use = \Drafts
}
mailbox Trash {
auto = create
special_use = \Trash
}
}
Could anyone point me in the right direction?
Thanks.