Posts Tagged ‘cpanel’

Newsletters: cPanel (forward)

« 3. Setup Email Alias

In case you have a cPanel server or hosting account, you can configure your email alias directly from within cPanel.

First off, go to “Forwarders” in the “Mail” section of cPanel. Click on “Add Forwarder” which will take you to a new page where you can create a new alias. See the screenshot below.


click to enlarge

You need to fill in the email address for the alias you wish to create. Then for the destination, check the “Pipe to a Program” radio button which will allow you to enter the path to your CGI-bin directory. Type the path to the “wpmlbounce.cgi” file which you previously configured and uploaded.

Qmail (.qmail)

You will need to create a file named “.qmail-XXXX” where “XXXX” depends on the email alias you wish to create. In this example, I’m using “bounce@domain.com”, therefore the file name will become “.qmail-bounce”. If you were to make your alias “mybouncealias@mydomain.com” the name of the file would’ve been “.qmail-mybouncealias”. Create this file in your home directory (not your public html folder but one level up from that) for the specified domain. With the file created, put the following line of code into it.

Continue Reading “Qmail (.qmail)” »

Piping Step 3: Setup Email Alias

« Email Piping (Alias to CGI)

In the second last step of setting up bounce management for the WordPress Mailing List plugin you will create an email alias and pipe all incoming emails to the specified mailbox to the “wpmlbounce.cgi” script which you previously configured and uploaded to your CGI-bin of your server.

Continue Reading “Piping Step 3: Setup Email Alias” »