Posts by Nuxwin
-
-
Good evening,
Regarding your first question, that currently not possible without make usage of an i-MSCP listener file. See https://github.com/i-MSCP/imsc…ed_override_default_rr.pl for an exemple. Without a listener file, there will be two different record resulting to the so-called Round Robin DNS technique (kind of load balancing).
Regarding your second question:
Normally, the parameters from the /etc/imscp/bind/bind.data file are filled by the i-MSCP installer. Best is to trigger a reconfiguration and just answer the related questions:
Then, when the installer ask you if you want to add slave DNS servers, you need to say yes, and in next dialog, provide the IP address(es) of your secondary DNS server(s). At the end, i-MSCP will regenerate the various DNS configuration files, taking the new parameters into account.
-
Good evening,
As explained several time already on our forums, there is no support for usage of different SSL certificates. Thus, you need to setup your mail client (SMTP, IMAP/POP servers) using always the same hostname, that is, your server hostname. Of course, you need enable SSL for the i-MSCP services (ftp, smtp, imap/pop) as well. This can be done using the LetsEncrypt plugin at the admin level.
For more details please search on our forums.
-
No support for such old and unsupported version.
Thread closed.
-
Good morning,
This is the default exception message (for production). To see the real exception message, you need to turn on the debug mode in the /etc/imscp/imscp.conf file. Once the problem is solved, don't forget to turn it off again.
-
À ce que je sais si tu dois changer un composant du logiciel, tu dois relancer le setup, pas simplement la reconfiguration
La reconfiguration sert pour changer des logiciels dejà présents sur ton serveur
That's not true for composer packages. This is true only for server alternative such as courier vs dovecot, proftpd vs vsftpd
So you need to run:
See also:
-
This is a bug... the iMSCP::File::Remove() method doesn't exists. The method should be delFile(). however The remove() method is available for the iMSCP::Dir package ...
-
Hi Laurent,
The problem was fixed by the administrator of the relay server.
There are different rules which has to be changed.
Now it works without SASL authentication (the admin doesn't want to use this and our server is protected with ip rules).
So this mean that the relay' administrator chosen the first option
-
Hiya,
Im setting up a new server (cloud based) but the only thing is it's limited to 1GB of RAM. Would I be able to run I-MSCP with about 6 domains, a mixture of Wordpress and standard html, email. Nothing massively heavy loads. Do you think?
Cheers,
Good morning,
This is difficult to provide you with a correct answer. This depends on many factors.
The WordPress CMS is not know to be a good candidate for small servers because it can eat huge of resources, depending on installed plugins and so on... This also depends of traffic. On an i-MSCP server, there are other services to take into consideration.
There is the SQL service, mail service, dns service and so on... These days, 1 GB ram seem really ridiculous, even through this will work in most case because your server is able to swap.
If you had said, I'll serve only static resources, then, I would answer, yes, that should be OK but once you start to serve dynamic content, things mostly depend of the application that you're running. WP, Joomla, Typo are all CMS eating many resources and memory.
Don't forget that PHP application are stateless, meaning that for each request, the application must be fully bootstrapped.
-
2019-03-12 23:41:11 error : (260) Invalid authentication message from backend 'master1'. Error code: 1045, Msg : #28000Access denied for user 'imscp_srv_user'@'172.28.250.20' (using password: YES)
2019-03-12 23:41:11 error : Unable to write to backend 'master1' due to authentication failure. Server in state RUNNING
Basically put, the master i-MSCP SQL user which you configure while i-MSCP installation must have all privileges with GRANT option on master (write server). Is that the case?