Add Forwarder
To add a mail forwarder, perform the following steps:
- Click Add Forwarder.
- In the Address to Forward text box, enter the address for which you wish to forward incoming email.
- Select the desired domain from the menu.
- Select one of the following options:
- Forward to email address — Select this option to forward incoming email to another address. Enter the address to which you wish to forward email in the text box.
- Discard and send an error to the sender (at SMTP time) — Select this option to discard incoming email and automatically send a failure notice to the sender. Enter the desired failure message in the Failure Message text box.
- Click Advanced Options to view the following additional options:
-
Forward to a system account — Select this option to forward incoming email to a system user. Enter the desired username in the text box.
-
Pipe to a program — To automatically forward incoming email to a program, enter a path to the program, relative to the account's home directory (for example,
utilities/support.pl
) in the text box. -
Discard (Not Recommended) — Select this option to discard incoming email without a failure notice.
-
- Click Add Forwarder.
Pipe to a Program
Important:
Make certain that your script uses the proper file permissions (0700
). To change your script's file permissions, run the chmod 0700 myscript.php
command, where myscript.php
represents your script's location and file name.
Use the Pipe to a Program option to parse and enter email information into a different system. For example, use the Pipe to a Program option to pipe email information to a program that enters email information into a ticket system.
STDIN
pipes email and headers to the program.-
Pipes can accept variables from the
$_SERVER
array and variables on the command line. - The language or environment that you use may cause memory limit issues.
- If your script produces any output, even a blank line, the system will create a bounce message that contains that output.
When you use the Pipe to a Program option, enter a path that is relative to your home directory. For example, to use the /home/user/
script.pl
script, enter script.pl
in the Pipe to a Program text box, where user
represents your username.
Domain forwarders
Domain forwarders send copies of all of a domain's incoming email to another domain. Domain forwarders override the default address for the forwarded domain.
The Forward All Email for a Domain table lists all of the domain forwarders for your account.
Add Domain Forwarder
To add a domain forwarder, perform the following steps:
- Click Add Domain Forwarder.
- Enter the domain to which you want to forward email.
- Click Add Domain Forwarder.
Delete a domain forwarder
To remove a domain forwarder, click Delete next to the domain forwarder that you wish to remove, and then click Delete Domain Forwarder to confirm.