hi all
clarification for special IMAP folder Sent is needed.
/#doveadm mailbox list -u user@test.com// //INBOX// //INBOX.Trash// //INBOX.Sent/
/#doveadm mailbox list -u user@test.com INBOX INBOX.Trash INBOX.Sent/
/#doveadm mailbox list -u user@test.com/ /INBOX/ /INBOX.Trash/ /INBOX.Sent/ /*INBOX.sent-mail*/
We would expect that rc is using the sent_mbox folder called "Sent" for storing Sent Mails:
/#grep sent_mbox /etc/roundcube/defaults.inc.php // //$config['sent_mbox'] =*'Sent';*/
Is this a configuration issue? How do we tell rc to use the existing mailbox INBOX.Sent ?
Thanks for clarification plataleas