Contents
- 1 How to setup the free relay on Sendmail
- 2 How to setup the free relay on Postfix
- 3 How to setup the free relay on Exim (not CPanel)
- 4 How to setup the free relay on CPanel
- 5 How to setup the free relay on Qmail / Plesk
- 6 How to setup the free relay on IIS 6/7 with Windows
- 7 How to setup the free relay with my php/cgi scripts
How to setup the free relay on Sendmail
1. Using your favorite text editor Open:
1 |
/etc/mail/sendmail.mc |
2. Goto the line:
1 |
define(`SMART_HOST', `mail.isp.net')dnl |
3. Add the following line:
1 |
define(`SMART_HOST',`relay.veeble.org')dnl |
4. Run:
1 |
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf |
How to setup the free relay on Postfix
1. Using your favorite text editor Open:
1 |
/etc/postfix/main.cf |
2. Add or Edit Line:
1 |
relayhost = relay.veeble.org |
3. Run:
1 |
service postfix restart |
How to setup the free relay on Exim (not CPanel)
1. Using your favorite text editor Open:
1 |
/etc/exim/main.cf |
2. Add or Edit the following:
1 2 3 4 5 |
smarthost: driver = manualroute domains = ! +local_domains transport = remote_smtp route_data = "relay.veeble.org" |
3. Run:
1 |
service exim restart |
How to setup the free relay on CPanel
1.You must edit your settings in CPanel to avoid manual changes being changed by CPanel. In CPanel go to Main >> Service Configuration >> Exim Configuration Editor. SelectAdvanced Editor and find the textbox immediately below “Section: ROUTERSTART” then insert the following text into the textbox:
1 2 3 4 5 |
smarthost: driver = manualroute domains = ! +local_domains transport = remote_smtp route_data = "relay.veeble.org" |
2. Finally, click save at the bottom of the page
How to setup the free relay on Qmail / Plesk
1. Using your favorite text editor Open:
1 |
/var/qmail/control/smtproutes |
2. Add or Edit Line:
1 |
:relay.veeble.org |
3. Run:
1 |
service qmail restart |
How to setup the free relay on IIS 6/7 with Windows
1. In IIS 6 Manager, right-click the SMTP virtual server, and then click Properties.
2. Click the Delivery tab, and click Advanced.
3. In the Smart host box, type relay.veeble.org
4. Close IIS Manager
How to setup the free relay with my php/cgi scripts
Veeble recommends installing or using a local mail server to relay mail. However you can configure most scripting components and most packages to send email directly if you do not wish to run a mail server by using relay.veeble.org as the SMTP server.
If you face any issue while sending mails, please feel free to open a ticket to Veeble support.