Category: interworx

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