Posts by All

    After deactivation, and activation of a plugin earn me the following error.


    An unexpected error occurred:


    Plugin::Monitorix::buildGraphs: readline() on closed filehandle IN at /var/lib/monitorix/www/cgi/monitorix.cgi line 192. Use of uninitialized value $config_path in scalar chomp at /var/lib/monitorix/www/cgi/monitorix.cgi line 193. Use of uninitialized value $config_path in -f at /var/lib/monitorix/www/cgi/monitorix.cgi line 196. FATAL: File 'monitorix.conf.path' was not found! at /var/lib/monitorix/www/cgi/monitorix.cgi line 210.


    I use the following Monitorix version 3.7.0 (12-Mar-2015)
    OS:Ubuntu 14.04 Trusty
    I-MSCP:1.2.3

    FTP service work one day and then turns off
    Recently I had the same problem with "FTP", but what I notice is that the service is "DOWN".
    When you log into a web panel, and when I go to the General >> Services status


    FTP 0.0.0.0 21 DOWN



    i-MSCP Version:1.2.2
    OS Ubuntu 14.04 Trusty

    Hello,
    I noticed today that customers can not enter the webmail.
    Failed to connect to server data.
    And re-install i-MSCP , нo change yet still gives me this error.


    Use the following version of panel - 1.2.0
    OS - Ubuntu 14.04.1 Trusty

    Hello, I get this error, and do not receive any email from that address.
    Do you have any idea how to fix it.


    NOQUEUE: reject: RCPT from gandalf.example.com[IP Address]: 504 5.5.2 <gandalf>: Helo command rejected: need fully-qualified hostname; from=<irc@gandalf.example.com> to=<al@example.com> proto=ESMTP helo=<gandalf>
    Dec 18 17:51:55 www postfix/smtpd[22158]: disconnect from gandalf.example.com[IP Adresss]

    Problem is solved thanks to Ninos.
    here's our 00_mail.conf


    Code
    1. <VirtualHost IP:80>
    2. ServerName mail.example.org
    3. ServerAlias mail.*
    4. ServerAdmin [email=admin@exapmle.org]admin@exapmle.org[/email]
    5. ProxyPass / http://admin.example.org:80/webmail/
    6. ProxyPassReverse / http://admin.example.org:80/webmail/
    7. </VirtualHost>