i need some expert opinion how to do this in DA. I have root access. Below is the sample of other CP.
#############################
Configuring Email Piping With Sendmail :
------------------------------------------------
Linux RedHat (Default) :
------------------------------------------------
- Open /etc/aliases
- Move to bottom of the file and add a line :
support: "|/path/to/exophpdesk/pipe.php"
Replace support with the mail you want piped, for example you want any mail sent to [email protected] to be converted into a ticket, then use support.
- Run a command :
#newaliases
Completed.
------------------------------------------------
Linux RedHat ( ENSIM Installed ) :
------------------------------------------------
- Type in the following commands:
cd /home/virtual/yoursite.com/etc/smrsh/
ln -s /usr/bin/php php
ln -s /var/www/html/exophpdesk/pipe.php pipe.php
- Open /home/virtual/yoursite.com/etc/aliases
- Move to bottom of the file and add a line :
support: "|/etc/smrsh/php /var/www/html/exophpdesk/pipe.php"
Replace support with the mail you want piped, for example you want any mail sent to [email protected] to be converted into a ticket, then use support.
- Run a command :
#newaliases
Completed.
------------------------------------------------
Linux Redhat ( cPanel Installed ):
------------------------------------------------
- Login to cPanel.
- Go to Mail Settings.
- Create a mail forwarder with forwarding path as :
/home/USERNAME/public_html/exophpdesk/pipe.php
- Chmod the file pipe.php to 0777.
Completed.
Now test the email piping feature by sending an email to the address you setup mail piping for.
#############################
Configuring Email Piping With Sendmail :
------------------------------------------------
Linux RedHat (Default) :
------------------------------------------------
- Open /etc/aliases
- Move to bottom of the file and add a line :
support: "|/path/to/exophpdesk/pipe.php"
Replace support with the mail you want piped, for example you want any mail sent to [email protected] to be converted into a ticket, then use support.
- Run a command :
#newaliases
Completed.
------------------------------------------------
Linux RedHat ( ENSIM Installed ) :
------------------------------------------------
- Type in the following commands:
cd /home/virtual/yoursite.com/etc/smrsh/
ln -s /usr/bin/php php
ln -s /var/www/html/exophpdesk/pipe.php pipe.php
- Open /home/virtual/yoursite.com/etc/aliases
- Move to bottom of the file and add a line :
support: "|/etc/smrsh/php /var/www/html/exophpdesk/pipe.php"
Replace support with the mail you want piped, for example you want any mail sent to [email protected] to be converted into a ticket, then use support.
- Run a command :
#newaliases
Completed.
------------------------------------------------
Linux Redhat ( cPanel Installed ):
------------------------------------------------
- Login to cPanel.
- Go to Mail Settings.
- Create a mail forwarder with forwarding path as :
/home/USERNAME/public_html/exophpdesk/pipe.php
- Chmod the file pipe.php to 0777.
Completed.
Now test the email piping feature by sending an email to the address you setup mail piping for.