Dovecot failed! after 3.0.5.1 upgrade

Discussion in 'General' started by BrainyForge, Mar 8, 2013.

  1. BrainyForge

    BrainyForge New Member

    SOLVED-Dovecot failed! after 3.0.5.1 upgrade

    Hi,:)
    after upgrading to v. 3.0.5.1, showed me the following error:
    Code:
    Fatal: listen(::, 143) failed: Address already in use
    Restarting IMAP/POP3 mail server: dovecot failed!
    I checked the port 143 is occupied but not
    Code:
      netstat -avp | grep "imap\|143"
      netstat: no support for `AF IPX' on this system.
      netstat: no support for `AF AX25' on this system.
      netstat: no support for `AF X25' on this system.
      netstat: no support for `AF NETROM' on this system
      
    Tips?
    The machine is a VPS with Debian 6 installed following the guidance [FONT=&quot]Installing A Web, Email & MySQL Database Cluster On Debian 6.0 With ISPConfig 3[/FONT]

    Thank you for your attention
     
    Last edited: Mar 9, 2013
  2. BrainyForge

    BrainyForge New Member

    :( Please a little help :)
     
  3. BrainyForge

    BrainyForge New Member

    Solved

    The problem is solved ritornado the previous version, thanks to backup!:D
     
  4. BrainyForge

    BrainyForge New Member

    What would you recommend for the update to wait for a new version? I have only had this problem?
    is a problem of ports?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    There are no known problems with the 3.0.5.1 update and dovecot,so it seems as you install is the only one affected which makes it very unlikely that there is a issue in ispconfig. Pleasecheck with:

    netstat -tap | grep imap

    which program is listening on the imap port.
     
  6. BrainyForge

    BrainyForge New Member

    I do not know why, but every time aggiornavo ISPConfig version of the problem recurs, I solved this way:

    I added the file dovecot.conf
    listen = *

    Code:
    nano /etc/dovecot/dovecot.conf

    Code:
    [...]
    listen = *, [::]
    listen = *
    [...]
    After saving

    Code:
    /etc/init.d/dovecot start
    And now it works.:)
    I hope to good use.
     
  7. accdl

    accdl New Member

    Thanks, very useful
     
  8. Hairy

    Hairy Member

    Does dovecot get updated during the ispconfig 3.0.5.1 update?
     
  9. falko

    falko Super Moderator Howtoforge Staff

    ISPConfig doesn't update any software, but you can choose to reconfigure services during the ISPConfig update. Choose no if you don't want ISPConfig to change your current configuration.
     
  10. BrainyForge

    BrainyForge New Member

    I confirm that for Update on the ISPConfig 3.0.5.2 the problem persists.
    Is solved by adding the line.
     
  11. manarak

    manarak Member

    I confirm the problem persists with 3.0.5.2

    Thank you for the fix!
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    If you add it to the bugtracker, we will review it for the next release.
     

Share This Page