sureshmsi.co.nr

Posts Tagged ‘Ensim

List all domain names with IP addresses in Ensim

Posted by: sureshm on: February 13, 2008

Inorder to view the domains in the server with their corresponding ips:
ListAllVirtDomains | awk ‘{print $1, $3}’

Configure SpamAssassin in Ensim

Posted by: sureshm on: October 27, 2007

First, you must sign into your user control panel:
<http://mydomain.com/user> (please substitute your actual domain name here)
You will be prompted to enter your username and password on this login page. Your username is the first part of your email address. So if your email address was “suresh@mydomain.com”, your username would be “suresh”.
Once signed in, click the [...]

Disable SSLv2 and enable SSLv3 in the server in Ensim Linux Server
Edit the conf of ssl
# vi /etc/httpd/conf.d/ssl.conf
Add/Edit the lines
SSLProtocol -All +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXPRestart Apache
/etc/init.d/httpd restart
You can connect the server using OpenSSL to test it :
openssl s_client -connect localhost:443
Replace the localhost with the server name

Removing a site manually in Ensim Servers

Posted by: sureshm on: October 26, 2007

Ensim control panel usually subjected to errors while editing from the control panel. The most common error is the one which will occur while deleting a site from the control panel.
The following describes how to delete the domain from the back end in linux servers.
01. Login as the ‘root’ of the server.
02. Unmount the perl [...]