How to login horde and neomail directly
Here you go
http://www.linuxserverguru.com:2095/neomail/neomail.pl
http://linuxserverguru.com:2095/horde/imp/login.php
Thanks rolleyes.gif ![]()
Here you go
http://www.linuxserverguru.com:2095/neomail/neomail.pl
http://linuxserverguru.com:2095/horde/imp/login.php
Thanks rolleyes.gif ![]()
To correct the problem with the Horde address book not working correctly, you will need to SSH into your server as root, and type “mysql” to get a mysql prompt. Enter the following queries, and your problem should be fixed:
CREATE TABLE horde.turba_objects (object_id varchar(32) PRIMARY KEY,owner_id varchar(255),object_name varchar(255),object_alias varchar(32),object_email varchar(255),object_homeAddress varchar(255),object_workAddress varchar(255),object_homePhone varchar(25),object_workPhone varchar(25),object_cellPhone varchar(25),object_fax varchar(25),object_title varchar(32), object_company varchar(32),object_notes text);
insert into mysql.tables_priv values(”%”,”horde”,”horde”,”turba_objects”,”root@localhost”,now()+0,”Select,Insert,Update,Delete”,”");
flush privileges;
On Cpanel Servers Skins are located at:
/usr/local/cpanel/lang/
If on any server some sking file is missing you can copy from another server like svr37 has all skins in its /usr/local/cpanel/lang/ directory and copy it to the svr without skin.
and name it spanish etc the lang. name
Then chown it to:
chown -R root.wheel languagename
Hi,
Sometimes Cpanel Server can’t update disk quotas assigned to domains and it displays Quotas = 0 or “unlimited” no matter what you do.
To resolve quotas problem you need to run following script through “SSSSS”SH
/scripts/fixquotas
After finishing you can see disk quotas whatever you set on domains. ![]()
_________________
Front Page Server Extensions
The FrontPage Server Extensions are a set of programs on a Web server that allow users to author, administer, and browse Microsoft FrontPageĀ®-extended Web sites, and to add enhanced functionality such as hit counters, search forms, and discussion webs to their sites.
The FrontPage Server Extensions for Unix use Common Gateway Interface (CGI), the near-universal Web server extension mechanism. They work with any standard Web server like apache.
When the FrontPage Server Extensions are installed on a Web server, FrontPage-extended Web authoring and administering functionality are available from any computer that has the FrontPage client, whether the computer is on the Internet or on an intranet.
You can get more info from http://office.microsoft.com/assistance/979…hostingfaq.aspx
You can take site backups very easily from cpanel-
SITE BACKUP:
1)Login to cpanel
2) Click on “Backup” Icon
3) You can see lot of options on this screen.
If you want to take complete site backup including emails click on “Download Today’s Home Backup” Link and save.
SITE RESTORE:
To restore site choose “Restore a Home Backup” and browse backup file. It should be tar.gz extension file. Then hit restore button.
Your site will be restored as per backup.
You can change your domain MX entry from control panel -
1) Login to cpanel
2) Click on “Mail Exchanger” icon
3) Then click on “Change MX entry”
4) Then Enter desination mail server name.
5) Hit Change button.
Note: You must enter a FQDN (Fully Qualified Domain Name) as the MX destination.
Any third party mail services are supported, from services such as Everyone.net or your own mail servers .
Note : Use of third party mail services results in all mail being handled by that service: no mail functions, including catchall email addresses and mailing lists, will be available for your account locally.
_________________
You can redirect your sub-domain to another URL through following info
1) Login to Cpanel
2) Click on Sub domains
3) Select sub domain and click on “Setup Redirection”
4) Enter URL say “http://google.com” and save.
Now your sub domain will be redirected to Google.com
Note: If you wish to have filename redirection (example: http://test.domain.com -> http://redirecturl/test.html) be sure to end a trailing / on the end of the url.
You can remove redirection by hitting “Remove Redirection” button.
If you want to delete subdomain just select su-domain you wish to delete and hit “delete” button.
To create sub domain you may use following steps -
1) Login to control panel
2) Click on Sub Domains Icon
3) Enter name of the sub domain you wish to create like “support” .domain.com
4) Click on “ADD” button
That’t it.
Now if you want to upload files to subdomain see following steps:
1) FTP your domain
2) Find sub-folder “support” in public_html folder and upload all your sub-domain related files.
NOTE: Technically sub-domain is a just sub-folder within the public_html that has it’s own cgi-bin. so you can call your sub domain from browser using http://support.domain.com or http://domain.com/support