Strange Squirrelmail Issue

Status
Not open for further replies.

bassjuh

Verified User
Joined
Dec 9, 2005
Messages
27
Location
Overijssel, The Netherlands
Hi all,

since a few days i have this strange issue with squirrelmail, i normaly use the /webmail url but i decided to give squirrelmail a spin on our servers.

It works perfectly but as soon as i want to send a message i get the following error:

ERROR: Bad or malformed request.
Server responded: Missing literal in APPEND
However the mail is being send and successfully received by the user the mail is sended to. The email including the headers just seem normal.

When i want to send something through imap with thunderbird or outlook it goes ok without any error.

I tried re-installing imap from imap.sh and squirrelmail from squirrelmail.sh but i am totally clueless as i can't find the solution on google or whatsoever...

anyone has an idea? ( there is no error being logged in /var/log/messages or /var/log/maillog )

Here is the part for squirrelmail that configures imap :
Server Settings

General
-------
1. Domain : substr($domain, strpos($domain, '.') + 1)
2. Invert Time : false
3. Sendmail or SMTP : SMTP

IMAP Settings
--------------
4. IMAP Server : localhost
5. IMAP Port : 143
6. Authentication type : login
7. Secure IMAP (TLS) : false
8. Server software : other
9. Delimiter : detect

B. Update SMTP Settings : localhost:25
 
Last edited:
here is the result from the configtest from squirrelmail :

SquirrelMail configtest
This script will try to check some aspects of your SquirrelMail configuration and point you to errors whereever it can find them. You need to go run conf.pl in the config/ directory first before you run this script.

SquirrelMail version: 1.4.5
Config file version: 1.4.0
Config file last modified: 16 December 2005 18:26:01


Checking PHP configuration...
PHP version 5.1.1 OK.
PHP extensions OK.
Checking paths...
Data dir OK.
Attachment dir is the same as data dir.
Plugins are not enabled in config.
Themes OK.
Default language OK.
Base URL detected as: http://php2go.org/squirrelmail/src
Checking outgoing mail service....
SMTP server OK (220 odysseus.php2go.org ESMTP Exim 4.50 Fri, 16 Dec 2005 19:28:36 +0100)
Checking IMAP service....
IMAP server ready (* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS AUTH=LOGIN] localhost IMAP4rev1 2003.339 at Fri, 16 Dec 2005 19:28:36 +0100 (CET))
Capabilities: * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS STARTTLS AUTH=LOGIN
Checking internationalization (i18n) settings...
gettext - Gettext functions are available. You must have appropriate system locales compiled.
mbstring - Mbstring functions are available.
recode - Recode functions are unavailable.
iconv - Iconv functions are available.
timezone - Webmail users can change their time zone settings.
Checking database functions...
not using database functionality.

Congratulations, your SquirrelMail setup looks fine to me!
 
Status
Not open for further replies.
Back
Top