May 23rd, 2009
Showing hidden files through ftp
Showing hidden files through ftp
To show hidden files through ftp (files that start with a dot), edit your /etc/proftpd.conf.
In the section add the following code
Save, exit, then restart proftpd.
Showing hidden files through ftp
To show hidden files through ftp (files that start with a dot), edit your /etc/proftpd.conf.
In the section add the following code
Save, exit, then restart proftpd.
CA (Certificate Authority) Bundle: A file on your server that verifies that your public and private keys were issued by a trusted entity. If your Certificate Authority sent you a CA bundle file, you can install it to your server using WHM’s Install a SSL Certificate and Setup the Domain feature, or the Manage Service SSL Certificates feature.
Certificate (Public Key Certificate): An electronic document that states the identity of a server so that the end user knows that he or she is communicating with the correct website.
Certificate Authority: An entity that issues digital certificates for server verification.
Certificate Signing Request (CSR): A request for a certificate sent by a server’s administrator to a certificate authority.
BoxTrapper: An application included with cPanel that filters spam by requiring would-be senders to reply to a verification email (also known as challenge-response verification). Only after the sender is verified through the reply will his or her original email be accepted.
BoxTrapper Blacklist: A list of email addresses from which incoming mail will be automatically blocked by the BoxTrapper application. cPanel automatically sends a configurable warning message upon receipt of mail from a blacklisted address.
BoxTrapper Ignore List: A list of email addresses from which incoming mail will be blocked. cPanel does not send a warning message upon receipt of mail from an address ignored by the BoxTrapper application.
BoxTrapper Whitelist: A list of email addresses from which incoming mail will automatically be accepted by the BoxTrapper application. See also BoxTrapper Ignore List and BoxTrapper Blacklist.
WHM Scripts
When cPanel and WHM is installed, a number of predefined scripts become available in your server’s /scripts directory.
For example, if you wanted to run the update script, you would type:
#easyapache — Upgrades and reinstalls Apache.
#phpextensionmgr — Manages PHP extensions.
# restartsrv_* — Restarts a service.
# *up — Updates a service.
Get exim to listen on another port on top of port 25
For example, to get exim to listen on both port 25 and port 587, you’d add the following code to the very top of the /etc/exim.conf file:
To specify listening on ports 25 and 26 on all interfaces:
Once saved, restart exim: