I am getting the error:
[accountname@servername ~]$ php /home/accountname/public_html/desk/bin/console uvdesk:refresh-mailbox test
1. Processing uvdesk mailbox configuration.
Mailbox for email test not found.
Mailbox settings:
test:
name: Test Mailbox
enabled: true
deleted: false
# [SMTP] Outgoing mail server
# Swiftmailer smtp mailer to use for sending emails through on behalf of this mailbox
smtp_server:
mailer_id: test@example.com
# [IMAP] Incoming mail server
# IMAP configurations to use for fetching emails from mailbox
imap_server:
host: '{example.com:993/imap/ssl}INBOX'
username: test@example.com
password: nottherealpassword
This was generated from input from the form at example.com/public/en/member/settings/mailbox/update/test
I have obviously substituted example.com for the real domain.
Why am I getting this error? The mailbox exists. It is set up in cPanel and I am able to log into it.
I tried changing the hostname to example.com
and that does not work either.
What are the correct settings?