ISPCONFIG3 - Opensuse - ERROR: Connection dropped by IMAP server.

Discussion in 'Installation/Configuration' started by oprea.alex, Feb 3, 2011.

  1. oprea.alex

    oprea.alex New Member

    Hello,

    First of all I want to say that I'm using Opensuse and ISPConfig 3.

    For several days I've been trying to resolve a Squirrelmail problem: ""ERROR: Connection dropped by IMAP server." This error appears when I'm trying to connect to Squirrelmail.

    I was googling these days for a solution but I couldn't find any.

    In ISPConfig - Mail Error is written:

    Feb 3 15:42:54 ins06 dovecot: dovecot: Fatal: chdir(/var/vmail/exemplu.ro/user/) failed: Permission denied (euid=5000(vmail) egid=5000(vmail) missing +x perm: /var/vmail/exemplu.ro)
    Feb 3 15:42:54 ins06 dovecot: dovecot: child 32401 (imap) returned error 89 (Fatal failure)

    HELP, please.

    Thanks,
    Alexa
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    please run:

    chmod +x /var/vmail/exemplu.ro/user
     
  3. oprea.alex

    oprea.alex New Member

    same error :(

    Alexa
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    please post the output of:

    ls -la /var/vmail/exemplu.ro/user
     
  5. oprea.alex

    oprea.alex New Member

    :)

    drwx--x--x 3 vmail vmail 4096 Feb 3 15:33 .
    drwx------ 4 root root 4096 Feb 3 16:10 ..
    drwx--x--x 9 vmail vmail 4096 Feb 3 15:33 Maildir

    Alexa
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run:

    chown -R vmail:vmail /var/vmail
     
  7. oprea.alex

    oprea.alex New Member

    Thanks Till! You rock! :)
    It worked!

    Now I have a small problem: after login, in the left panel I have this error:

    ERROR:
    ERROR: Could not complete request.
    Query: CREATE "mail/Sent"
    Reason Given: Invalid mailbox name: mail/Sent

    Can you still help me?
    :D

    Thanks once more,
    Alexa
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    You got this message where in the left panel, which application?
     
  9. oprea.alex

    oprea.alex New Member

    I login succcesfully into Squirrelmail. I can send and recieve mail but I have this error on the left side of the screen - where the tree with send, inbox, trash folders shoul be.

    Alexa
     
  10. oprea.alex

    oprea.alex New Member

    ... i resolved it :)

    I've changed configuration in squirrelmail config.

    Thanks once more,
    Alexa
     
  11. mdkberry

    mdkberry New Member

    same problem fixed, but recurring for new mailboxes

    Hi

    I am getting this same issue with IMAP being dropped and permissions error on the mailbox folder. The above change works, but whenever I setup a new mailbox I have to go through the same process again, same error. How can I fix it permanently for any new setups I make?

    thanks
    Mark
     
  12. martizanosb

    martizanosb New Member

    Hi can you post what you change in squirrelmail. thank you.
     
  13. muekno

    muekno Active Member HowtoForge Supporter

    I know it is a little bit late, but the chmod command does not change . files so you must tell explicit to change these file too bei chmod ..... .*
     

Share This Page