Month: December 2019

Enable Plugins in InterWorx Panel

Enable Plugins in NodeWorx InterWorx has a variety of plugins that can add or change functionality, but they are disabled by default. It is also possible to create or install additional plugins if you want. For instance if you need to install Let’s Encrypt plugin that automatically attempts to request, install or update free domain-verified … Continue reading Enable Plugins in InterWorx Panel

How to change hostname in interworx server

# hostnamectl set-hostname newhostname Then edit following files by replacing old hostname with new hostname if it exists in the files. +++++ # /etc/hosts # /etc/sysconfig/network # /home/interworx/iworx.ini # /var/qmail/control/locals # /var/qmail/control/me # /var/qmail/control/rcpthosts # /var/qmail/control/plusdomain # /var/qmail/control/smtpgreeting ++++ Restart the network and iworx services and reboot.

cPanel to interworx transfer fails due to space issue with /tmp folder

The interworx import works by writing the file in the /tmp directory by default and the large sized accounts cannot be written into /tmp due to space issues. So we need to manually change the directory path ( dir path) in the interworx default configuration file. /home/interworx/iworx.ini +++++ # vi /home/interworx/iworx.ini [dir] cron=”/var/spool/cron” domainkeys=”/etc/domainkeys” log=”/var/log” … Continue reading cPanel to interworx transfer fails due to space issue with /tmp folder

[Cpanel::TailWatch::Eximstats] [SQLERR] Could not execute query, logging SQL to /var/cpanel/sql

The following error was generating to client related to eximstats sqlite database [Cpanel::TailWatch::Eximstats] [ERR] SQL Failed with error ((XID f82uy4) The system received an error from the “SQLite” database “/var/cpanel/eximstats_db.sqlite3”: SQLITE_CONSTRAINT (UNIQUE constraint failed: smtp.sendunixtime, smtp.msgid, smtp.email, smtp.deliveredto, smtp.router)): INSERT INTO smtp (sendunixtime,msgid,email,processed,transport_method,transport_is_remote,host,ip,deliveredto,router,deliveryuser,deliverydomain,counteddomain,countedtime,countedhour) VALUES(‘1575787697′,’1idqMb-00hujj-Ah’,’root@server.bunny.tech’,’2′,’dovecot_virtual_delivery’,’0′,’localhost’,’127.0.0.1′,’queue@bunny.tech’,’virtual_user’,’bunny’,’bunny.tech’,”,’0′,’0′) [9035] [2019-12-17 17:47:50] [Cpanel::TailWatch::Eximstats] [SQLERR] Could not execute query, logging SQL … Continue reading [Cpanel::TailWatch::Eximstats] [SQLERR] Could not execute query, logging SQL to /var/cpanel/sql

Error: Could not issue a Let’s Encrypt SSL/TLS certificate for example.com

A Let’s Encrypt certificate installation fails with one of the following error messages: — Error: Could not issue a Let’s Encrypt SSL/TLS certificate for example.com. … Details: Type: urn:ietf:params:acme:error:orderNotReady Status: 403 Detail: Order’s status (“pending”) is not acceptable for finalization Error: Could not issue a Let’s Encrypt SSL/TLS certificate for example.com. Details Invalid response from … Continue reading Error: Could not issue a Let’s Encrypt SSL/TLS certificate for example.com