Tuesday, December 30, 2008
Wednesday, December 24, 2008
Using suphp To Secure A Shared Server
http://blog.stuartherbert.com/php/2008/01/18/using-suphp-to-secure-a-shared-server/
Thursday, December 18, 2008
How do I set up mail forwarding for individual email addresses on a domain through Plesk?
To set up mail forwarding for individual email addresses on a domain through Plesk:
- Log in to Plesk as "admin"
- Under General, select Domains.
- Select the domain you want to forward mail for.
- Under Services, select the Mail icon.
- Under the Mail tab, select New Address. The Create mail name window displays.
- Enter the name of the email address you want to forward to.
- Deselect the Mailbox checkbox.
- Click OK.
To set up forwarder for an individual email like roshith@example.com
Fisrt we need the root access. After login in the shell edit following file
vi /var/qmail/mailnames/example.com/roshith/.qmail
Insert the following line in the .qmail
|/usr/bin/php -q /home/supportpro/public_html/folder/parser/parser.php
For more details refer
http://octeth.com/kb/oempro3/mailing-list-management/bounce-tracking-module-%E2%80%93-piping-installation-instructions/
http://octeth.com/data/downloads/manuals/oemPro_Piping_Setup.pdf
After setting restart qmail
How do I create a cronjob in Plesk?
- Open a web browser and connect to your Plesk Control Panel located at https://ip address:8443.
- Login as the Administrator using the information sent to you in your setup email.
- Click Server from the System menu.
- Click Crontab under the Services section.
- Click Add New Task under the Tools section.
- Click Enable / Disable.
- Enter the appropriate information:
Note: * indicates leaving the field empty- Minute: 0 - 59 or *
- Hour: 0 - 23 or *
- Day of the Month: 1 - 31 or *
- Month: 1 - 12 or *
- Day of the Week: 0 - 6 (0 is Sunday) or *
- Command: enter the command that is to be executed
- Click Ok.
Subscribe to:
Posts (Atom)