|
|
|
|
|
| View Entry |
| |
|
| Subject |
Using TZO Outbound Mail Relay (OMR) with Sendmail |
| Author |
Eric McIntyre |
| |
|
| |
Using TZO Outbound Mail Relay (OMR) with Sendmail
If you are using Sendmail the following line needs to be added to the
"sendmail.mc" file usally in "/etc/mail/".
define(`SMART_HOST',`omr.tzo.com')
If your ISP blocks port 25 add the following line: define(`SMART_HOST',`omr.tzo.com:2525')
After adding that line restart sendmail and sendmail should rebuild the sendmail.cf database.
|
|
|
|