IMAP and POP3 Offline

Discussion in 'Installation/Configuration' started by ataru, Feb 23, 2011.

  1. ataru

    ataru Member

    Fresh installation of ISPConfig3 on a CentOS vps.

    after a couple of days, it says that POP3 and IMAP are Offline, and, I guess, mail is not working

    in mail log I've got thousands of errors like that:

    when system tries to send a mail, I've got that:

     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you use courier or dovecot as pop3 / imap daemon?
     
  3. ataru

    ataru Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    But mail was working right after you installed ispconfig? Or did you have not used mail until now?
     
  5. ataru

    ataru Member

    it was online, but i don't know if it was working

    however,
    when i try to start dovecot it says:
    at line 715, in /etc/dovecot.conf, there is:
    here are lines from 709 to 715:
     
    Last edited: Feb 24, 2011
  6. ataru

    ataru Member

    removed and reinstalled dovecot, now IMAP and POP3 are marked as Online.

    but i still get some errors in mail log:

     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Dovecot has to be installed before ispconfig is installed or the dovecot configuration will not work as ispconfig has to replace the config file. As you reinstalled dovecot, you will have to run a manual ispconfig update now and choose to reconfigure the services.
     
  8. ataru

    ataru Member

    sorry, I'm new in ISPConfig, how can i perform a manual update?


    should i have to do that?

     
    Last edited: Feb 23, 2011
  9. ataru

    ataru Member

    nothing

    Code:
    [root@biancocelesti install]# php -q update.php
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _         ____
    |_   _/  ___| ___ \ /  __ \            / _(_)       /__  \
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _    _/ /
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |  |_ |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | ___\ \
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, | \____/
                                                  __/ |
                                                 |___/
    --------------------------------------------------------------------------------
    
    
    >> Update
    
    Operating System: CentOS 5 or compatible
    
    This application will update ISPConfig 3 on your server.
    Starting incremental database update.
    Reconfigure Permissions in master database? (yes,no) [no]: yes
    
    Reconfigure Services? (yes,no) [yes]: yes
    
    Configuring Postfix
    Configuring Jailkit
    Configuring Dovecot
    Configuring Spamassassin
    Configuring Amavisd
    Configuring Getmail
    Configuring Pureftpd
    Configuring BIND
    Configuring Apache
    Configuring vlogger
    Configuring Apps vhost
    Configuring Database
    Configuring Firewall
    Updating ISPConfig
    ISPConfig Port [8080]:
    
    Create new ISPConfig SSL certificate (yes,no) [no]:
    
    Reconfigure Crontab? (yes,no) [yes]:
    
    Updating Crontab
    Restarting services ...
    Stopping MySQL:                                            [  OK  ]
    Starting MySQL:                                            [  OK  ]
    Shutting down postfix:                                     [  OK  ]
    Starting postfix:                                          [  OK  ]
    Stopping saslauthd:                                        [  OK  ]
    Starting saslauthd:                                        [  OK  ]
    Shutting down Mail Virus Scanner (amavisd):                [FAILED]
    Config file "/etc/amavisd/amavisd.conf" does not exist, at /usr/sbin/amavisd line 1795.
    Starting Mail Virus Scanner (amavisd):                     [FAILED]
    Stopping Clam AntiVirus Daemon:                            [  OK  ]
    Starting Clam AntiVirus Daemon:                            [  OK  ]
    Stopping Dovecot Imap:                                     [FAILED]
    Error: Error in configuration file /etc/dovecot.conf line 715: Unknown protocol name (section changed in /etc/dovecot.conf at line 709)
    Fatal: Invalid configuration in /etc/dovecot.conf
    Starting Dovecot Imap:                                     [FAILED]
    Stopping httpd:                                            [  OK  ]
    [Wed Feb 23 17:01:09 2011] [warn] NameVirtualHost *:443 has no VirtualHosts
    Starting httpd:                                            [  OK  ]
    Stopping pure-ftpd:                                        [  OK  ]
    Starting pure-ftpd:                                        [  OK  ]
    Update finished.
    [root@biancocelesti install]#
    
    i have some issue with amavis and dovecot

    what can I do?
     
  10. ataru

    ataru Member

    amavis is now ok running:

     
  11. ataru

    ataru Member

    users told me that on february, 22, mail was working.
     
  12. ataru

    ataru Member

    ok, got it.

    i failed to import the gpg key of the atrpm repository, so i was running dovecot 1.0.7 without sieve plugin.

    now it's working good.

    Thanks, everybody
     

Share This Page