Categories

Thursday 31 January 2013

Kloxo FTP issue

Hello,

 If you are facing issue with ftp user logins in kloxo, then do the following steps.

1Pure-ftpd will be the package available for kloxo

1)Downgrade the pure-ftp  package by yum downgrade pure-ftpd
2)Then run the command /script/upcp
3)then run the command yum -y update.

4)Restart the kloxo as /etc/init.d/kloxo restart

5)/etc/init.d/xinetd restart.

This will fix the issue.

 Also if you got the error as libwrap refused connection to ftp (libwrap=pure-ftpd) from IPxxxx

then IP might be blocked due to failed login attempts to the server.

In that Case do the following.

Login to Kloxo > Admin> Security> LxGuard > connections>Select the IP from the list > then delete it.

Cheers
SyamKumar. M

Thursday 24 January 2013

Direct Admin configuration Files

Hello,

 Below is the configuration of direct Admin Back End configuration Files.

BACKEND FILES

———
CONF FILES /etc/httpd/conf/httpd.conf
LOG FILES /var/log/httpd/error.log
START/STOP /usr/local/etc/rc.d/httpd start/stop
Scripts /usr/local/directadmin/scripts/

DNS:-
———
CONF FILE /var/named/etc/namedb/named.conf
DB FILES /etc/namedb/domain.db
START/STOP /usr/local/etc/rc.d/named start/stop

MAIL:-
——–
CONF FILE /etc/exim.conf
LOG FILES /var/log/exim/
START/STOP /usr/local/etc/rc.d/exim start/stop
MAIL DIRECTORY /var/spool/virtual/

EMAIL PASSWORD: /etc/virtual/acrilicos.com/passwd
Domain specific Mail settings: /etc/virtual/acrilicos.com

DATABASE:-
—————–

MYSQL PASSWORD: /usr/local/directadmin/conf/mysql.conf

CONF FILE /etc/my.cnf
DATABASE PATH /usr/local/mysql/data/
START/STOP /usr/local/etc/rc.d/mysqld start/stop

FTP:-
——-
CONF FILE /etc/proftpd.conf
START/STOP /usr/local/etc/rc.d/proftpd start/stop

DOMAINS
————————-
/etc/virtual/domains
/etc/virtual/domainowners
Email Alias: /etc/virtual/acrilicos.com/aliases
Email QUota: /etc/virtual/acrilicos.com/quota
/etc/virtual/acrilicos.com/autoresponder.conf
Email account password: /etc/virtual/acrilicos.com/passwd
/etc/virtual/acrilicos.com/filter

/etc/httpd/conf/extra/directadmin-vhosts.conf
emailspoolvirtual=/var/spool/virtual
emailvirtual=/etc/virtual

ftpconfig=/etc/proftpd.conf
ftppasswd=/etc/proftpd.passwd
ftpvhosts=/etc/proftpd.vhosts.conf

mysqlconf=/usr/local/directadmin/conf/mysql.conf
namedconfig=/etc/named.conf
nameddir=/var/named
templates=/usr/local/directadmin/data/templates

Monday 21 January 2013

ssl cert + 500 internal server error after installing shared SSL

Hello,

  If you have installed shared SSL on the server using the user as nobody and domain is loading as internal server error in https .then do the following.

Go to /var/cpanel/userdata/nobody to see if the cert is there by domain.com_SSL (domain.com being your domain's name) name. If it is, then move it to /var/cpanel/userdata/user (where user is the cPanel username of the right user). Open up the domain.com_SSL file and change the following in that file:

documentroot: /home/user/public_html
group: user
homedir: /home/user
user: user

Replacing user with the username for each one. Of note, these are not
the only lines in the file, they are just the lines you need to change
in that file.



If the account is a reseller and not owned by root,



 you will also need to change owner: root to owner: user.



Please also check the ip: field has the right IP listed.



After making all the changes,





 then run these commands to rebuild Apache with the new entries and get it restarted:





/scripts/rebuildhttpdconf
/etc/init.d/httpd restart


Regards



Wednesday 16 January 2013

Team Viewer installation in Centos

Hello,

 Inorder to install Team Viewer ,You need to install GNOME and VNC on it.

First install Gnome via the link http://blog.secaserver.com/2012/01/centos-enable-centos-gnome-desktop/

Then install VNC via http://rbgeek.wordpress.com/2012/06/26/how-to-install-vnc-server-on-centos-6/

Then download Team Viewer package and then install RPM Package as rpm -ivh teamviewer

Then Login via VNC to GNOME environment and then go to Internet Team Viewer from which you get the Partner ID and Password
Login it via Team Viewer and connect with that logins from other desktop.

Regards

Tuesday 15 January 2013

Login Problem in horde,squirrel mail and roundcube in Cpanel

Hello,

 Please run the following command in root SSH:


/scripts/whoowns domain.com

Where domain.com is the domain name in question. If it doesn't show any ownership, then move the following files:


cd /etc

mv userdomains userdomains.bak

mv trueuserdomains trueuserdomains.bak

mv domainusers domainusers.bak


At that point, run the following script and recheck ownership for the domain:


/scripts/updateuserdomains

/scripts/whoowns domain.com


If instead of showing no ownership, the domain showed the wrong ownership, you'd have to edit the /var/cpanel/users/username file that is improperly owning the domain to remove the DNS line that it has for that domain, then run the above move and updateuserdomains commands.

If the ownership is correct, then at that point, try instead checking the Roundcube logs as it has the most accurate logging of the 3 webmail programs. Try to log into the account in Roundcube, and then go to /var/cpanel/roundcube and tail the log:


Also if didn't fiz run /usr/local/cpanel/bin/updatehorde --force

/usr/local/cpanel/bin/updatesquirrelmail --force

/usr/local/cpanel/bin/updateroundcube --force


Friday 11 January 2013

How to increase Size of /tmp partitions in Linux

Hello,

 Please see the link http://antg.org/howto/2010/04/10/37/increase-the-size-of-tmp-usrtmpdsk-partition-in-linux.html to et more information for increase /tmp partitioning.

Thursday 10 January 2013

White List Hostname in CSF

Hello,

 Please follow the steps to white list hostname in CSF for domains using dynamic IPs.


1) Open the file "csf.dyndns" present on your server and add the hostname of your domain.

1) Open the file "csf.conf" present on your server and set DYNDNS = "300" which would would check for IP updates every 5 minutes

3) Open the file "csf.conf" present on your server and set DYNDNS_IGNORE = "1" to always ignore DYNDNS IP addresses in lfd blocking

4) Restart the firewall

Wednesday 2 January 2013

SeedBox installation on the CentOS server

Hello,

 Please follow the link http://www.haklabs.com/2012/create-a-torrent-seedbox-on-centos-vpn/ for the installation.

Regards

Ad