Posts by Nuxwin


    Hello ;


    FCGI (fcgid or fastcgi) is the recommended choice if you have a busy server. ITK is still a choice if you prefer mod_php. In both cases, php scripts are run with the user privileges.


    Note: PHP FPM will also be available in next release. Once it's will be stabilized, that will be the new recommended choice for busy servers.


    BTW: Whatever your primary choice, you can always switch to another later. For instance, with the last RC release, you can just rerun the imscp-autinstaller with the --reconfigure option. It's a little more complicated with the current stable since you have to edit some files manually before rerun the imscp-autoinstaller.


    Thanks you for using i-MSCP


    Sometime soon I am going to get a new vps which has 256mb of ram to play with so it should be ideal to use with i-mscp. It is for a new project I am planning and it will require a working email.


    Minimum requirement for i-MSCP is 512 Mo ram. ;)



    I have tried the latest version of the i-mscp github on my current vps and the email does not work at all for me for some reason. The webmail (roundcube) I can login (if I created the folders on install) but for some reason I cannot send any mail as it gives me this error:-


    SMTP Error (-1): Connection to server failed.


    Also I cannot send any mail to my email either.


    It's surely an hostname name issue. See http://forum.i-mscp.net/Thread…ze-users?pid=9508#pid9508



    With the stable version of i-mscp 1.0.3.0 I can recieve email via squirrelmail so what I am doing now is to add gmail and use the gmail smtp servers with the i-mscp stable version 1.0.3.0 as email is not really important for the vps account I have at the moment but I will be needing email for my other vps account that I will be purchasing soon.


    Would there be a possibility of squirrelmail being included in the latest development version (rc) of i-mscp?


    I'll think about an addon package for it but Roundcube is really better.



    Thanks you for using i-MSCP

    I'm using latest RC and I want to use mey slef cert. I have a *.pem file. Should I re-run the i-mscp install script? :)


    Hello ;


    You must rerun the imscp-autoinstaller or the imscp-setup script with the --reconfigure option and then, answer the questions about SSL.


    Thanks you for using i-MSCP


    Question about php settings in control panel if you increase the Upload Max Filesize,Post Max size,Memory Limit,Max Execution Time should you keep it off in php settings section of control panel so it can not be changed or should the settings in control panel allow a user to increase it up to max of what is set in php.ini


    I have it set to yes in the php settings section of control panel so they can be changed but it keeps telling me Value for the PHP post_max_size directive must be between 0 and 10. I have increased them in the php.ini and restarted server


    If you know you will need to increase theses should it be done in master before adding a user/domain


    Hello ;


    You can set these parameters globally (will be the default for all php.ini) via the admin settings interface. After, when an admin adds a reseller, he can set some limits for him (php.ini settings). And the reseller can also set some limits (php.ini settings) for their customers but these limits cannot be greater than those set by the admin for him. It's kind of cascading limits.


    BTW: For now, even if each customer has its own php.ini, you cannot set per php.ini limit. PHP.limit are set per customer. In near future, we will allow to select domain (including domain alias and subdomain) for which php.ini settings should be edited.


    Thank you for using i-MSCP.


    Hello :)


    Do you have any further information please on how I can get the smtp/email working on Debian 6 32bit whilst using i-mscp stable v1.0.3.0


    Thanks :)


    The stable is really buggy for mail. I would recommend to stay with 1.1.0-rc1.4.
    If you get some error with it, you can PM me to schedule a support session via teamviewer.


    Thanks you for using i-MSCP.


    Hello ;


    The problem about slow login will be solved ASAP. We we 'll switch to static mount points and the whole proftpd configuration will be revisited.


    I'll also have a look at the cronjob problem.


    Thanks for using i-MSCP.

    Agree with you, but tn that case it must be also PostgreSQL support in that case.


    You cannot compare MariaDB with PostgreSQL. MariaDB is a drop in replacement for MySQL and is fully compatible. It's not the case of PostgreSQL ;)

    That would be great.


    Now Fedora throws out MySQL for the benefit of MariaDB


    Source: http://www.phoronix.com/scan.php?page=news_item&px=MTI4MDY


    Hello ;


    Don't' worry ;) Support for maria DB will be part of next release. I've added support for external repositories.


    [code=php]
    <packages>
    <httpd>
    <alternative>
    <apache_fcgi>
    <package>apache2</package>
    <package>apache2-mpm-worker</package>
    <package>apache2-suexec</package>
    <package>libapache2-mod-fcgid</package>
    <package>libapache2-mod-fastcgi</package>
    </apache_fcgi>
    <apache_itk>
    <package>apache2</package>
    <package>apache2-mpm-itk</package>
    <package>libapache2-mod-php5</package>
    </apache_itk>
    <apache_php_fpm
    repository="http://php53.dotdeb.org squeeze all"
    repository_key_uri="http://www.dotdeb.org/dotdeb.gpg"
    >
    <package>apache2</package>
    <package>apache2-mpm-worker</package>
    <package>libapache2-mod-fastcgi</package>
    <package>php5-fpm</package>
    </apache_php_fpm>
    </alternative>
    </httpd>
    <po>
    <alternative>
    <courier>
    <package>courier-imap</package>
    <package>courier-imap-ssl</package>
    <package>courier-maildrop</package>
    <package>courier-pop</package>
    <package>courier-pop-ssl</package>
    <package>libgamin0</package>
    </courier>
    <dovecot>
    <package>dovecot-imapd</package>
    <package>dovecot-pop3d</package>
    </dovecot>
    </alternative>
    </po>
    <mta>
    <alternative>
    <postfix>
    <package>postfix</package>
    </postfix>
    </alternative>
    </mta>
    <ftpd>
    <alternative>
    <proftpd>
    <package>proftpd-basic</package>
    <package>proftpd-mod-mysql</package>
    </proftpd>
    </alternative>
    </ftpd>
    <named>
    <alternative>
    <bind9>
    <package>bind9</package>
    </bind9>
    </alternative>
    </named>
    <sql>
    <alternative>
    <MySQL>
    <package>mysql-server</package>
    <package>mysql-client</package>
    </MySQL>
    <MariaDB_5.3
    repository="http://ftp.igh.cnrs.fr/pub/mariadb/repo/5.3/debian squeeze main"
    repository_key_srv="keyserver.ubuntu.com"
    repository_key_id="0xcbcb082a1bb943db"
    comment="Compatible with MySQL 5.1"
    >
    <package>mariadb-client</package>
    <package>mariadb-servers</package>
    </MariaDB_5.3>
    <MariaDB_5.5
    repository="http://ftp.igh.cnrs.fr/pub/mariadb/repo/5.5/debian squeeze main"
    repository_key_srv="keyserver.ubuntu.com"
    repository_key_id="0xcbcb082a1bb943db"
    comment="Compatible with MySQL 5.5"
    >
    <package>mariadb-client</package>
    <package>mariadb-server</package>
    </MariaDB_5.5>
    </alternative>
    </sql>
    <php>
    <package>php5</package>
    <package>php5-cgi</package>
    <package>php5-cli</package>
    <package>php-pear</package>
    <package>php5-adodb</package>
    <package>php5-gd</package>
    <package>php-gettext</package>
    <package>php5-intl</package>
    <package>php5-mcrypt</package>
    <package>php5-mysql</package>
    <package>php5-suhosin</package>
    </php>
    <perl>
    <package>perl</package>
    <package>perl-base</package>
    <package>libperl5.10</package>
    <package>libberkeleydb-perl</package>
    <package>libcrypt-blowfish-perl</package>
    <package>libcrypt-cbc-perl</package>
    <package>libcrypt-passwdmd5-perl</package>
    <package>libdata-validate-domain-perl</package>
    <package>libdata-validate-ip-perl</package>
    <package>libdate-calc-perl</package>
    <package>libdate-manip-perl</package>
    <package>libdatetime-perl</package>
    <package>libdbd-mysql-perl</package>
    <package>libdbi-perl</package>
    <package>libdigest-md5-perl</package>
    <package>libemail-valid-perl</package>
    <package>libfile-copy-recursive-perl</package>
    <package>libfile-mimeinfo-perl</package>
    <package>libio-socket-inet6-perl</package>
    <package>libio-stringy-perl</package>
    <package>libmail-sendmail-perl</package>
    <package>libmailtools-perl</package>
    <package>libmime-perl</package>
    <package>libnet-dns-perl</package>
    <package>libnet-libidn-perl</package>
    <package>libnet-netmask-perl</package>
    <package>libnet-smtp-server-perl</package>
    <package>libsnmp-session-perl</package>
    <package>libterm-readkey-perl</package>
    <package>libterm-readpassword-perl</package>
    <package>libhtml-parser-perl</package>
    <package>libtimedate-perl</package>
    <package>libxml-parser-perl</package>
    <package>libxml-simple-perl</package>
    <package>libemail-simple-perl</package>
    <package>libjson-perl</package>
    </perl>
    <other>
    <package>bash</package>
    <package>pbzip2</package>
    <package>bzip2</package>
    <package>awstats</package>
    <package>chkrootkit</package>
    <package>dialog</package>
    <package>diff</package>
    <package>dnsutils</package>
    <package>gcc</package>
    <package>gzip</package>
    <package>iptables</package>
    <package>ispell</package>
    <package>libc6-dev</package>
    <package>libexpat1</package>
    <package>libexpat1-dev</package>
    <package>libsasl2-modules</package>
    <package>libmcrypt4</package>
    <package>locales</package>
    <package>lynx</package>
    <package>lzma</package>
    <package>make</package>
    <package>openssl</package>
    <package>original-awk</package>
    <package>patch</package>
    <package>policyd-weight</package>
    <package>postgrey</package>
    <package>procmail</package>
    <package>rkhunter</package>
    <package>sasl2-bin</package>
    <package>ssh</package>
    <package>tar</package>
    <package>wget</package>
    <package>curl</package>
    <package>git</package>
    </other>
    </packages>
    [/php]


    Thanks you for using i-MSCP.