Archive for May, 2009

SBDavid

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

ListOptions -a

Save, exit, then restart proftpd.

SBDavid

Certificate Authority

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.

SBDavid

BoxTrapper

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.

SBDavid

WHM Scripts

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:

/scripts/upcp

#easyapache — Upgrades and reinstalls Apache.
#phpextensionmgr — Manages PHP extensions.
# restartsrv_* — Restarts a service.
# *up — Updates a service.

* bandminup — Bandmin application.
* courierup — Courier mail server.
* cpaddonsup — cPanel’s addon scripts.
* dovecotup — Dovecot mail server.
* eximup — Exim mail exchanger.
* ftpup — FTP servers (ProFTP and Pure-FTP).
* imapup — IMAP mail server.
* mysqlup —MySQL service.
* nsdup — BIND nameserver.
* phpup — Current version of PHP.
* suphpup — SuPHP tool for handling PHP requests.

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:

daemon_smtp_ports = 25 : 587

To specify listening on ports 25 and 26 on all interfaces:

daemon_smtp_ports = 25 : 26

Once saved, restart exim:

« Prev - Next »