Squirrelmail and Dovecot IMAP server are on separate machines, but both systems are running CentOS 4.4 and all applications are installed via yum
Dovecot and Postfix are configured to use Maildir.
I log in to Squirrelmail and attempt to create the directory named "test", as subfolder of None and allow it to contain subfolders. I get this error:
ERROR: Could not complete request. Query: CREATE "test/" Reason Given: Invalid mailbox name: test/
There are no clues in log files anywhere.
Any suggestion?
Florin Andrei wrote:
I log in to Squirrelmail and attempt to create the directory named "test", as subfolder of None and allow it to contain subfolders. I get this error:
ERROR: Could not complete request. Query: CREATE "test/" Reason Given: Invalid mailbox name: test/
If I connect to Dovecot from Thunderbird and attempt to create directories, it works fine. Only Squirrelmail fails to create dirs.
On Sun, February 25, 2007 10:28 pm, Florin Andrei wrote:
Florin Andrei wrote:
I log in to Squirrelmail and attempt to create the directory named "test", as subfolder of None and allow it to contain subfolders. I get this error:
ERROR: Could not complete request. Query: CREATE "test/" Reason Given: Invalid mailbox name: test/
If I connect to Dovecot from Thunderbird and attempt to create directories, it works fine. Only Squirrelmail fails to create dirs.
-- Florin Andrei
In /etc/squirrelmail/config.php you should have the following lines configured:
$imapServerAddress = 'x.x.x.x'; $imapPort = 143; $imap_server_type = 'other';
Replace x.x.x.x with the Ip address of hostname of the IMAP server. imapPort should remain as 143 unless you shanged the IMAP port. imap_server_type should be set to 'other' for dovecot.
Actually you should run /usr/share/squirrelmail/config/conf.pl if you haven't and maybe even install the configuration plugin for the web interface.