[Clug-tech] sendmail

Mark Carlson carlsonmark at gmail.com
Sat Mar 14 16:32:39 PDT 2009


On Sat, Mar 14, 2009 at 8:20 AM, Dean Mah <dean.mah at gmail.com> wrote:
> On Sat, Mar 14, 2009 at 12:27 AM,  <andrew at a2-technologies.com> wrote:
>> OK.... I hope someone can help me out here.
>>
>> I have never had the pleasure yet of configuring sendmail to relay through
>> an isp's mail server.
>>
>> I have followed the standard threads, configuring sendmail.mc...  using m4
>> to produce sendmail.mc
>>
>> I have used:
>>
>> define('SMART_HOST', 'smtp.telus.net')dnl
>
> You are using ` (backtick) for the first single quote, yes, i.e.,
>
> define(`SMART_HOST', `smtp.telus.net')dnl

For me (shaw) it looks like this: (note the backticks)
define(`SMART_HOST', `shawmail')

When I've set it up on telus, I used "mail.telus.net" instead of
"smtp.telus.net", but that was a while ago...

The important part is to see these lines in your .cf after compiling
the .mc: (I'm not sure that the comment line will be there, but it was
for me.)
# "Smart" relay host (may be null)
DSsmtp.telus.net

-Mark C.



More information about the clug-tech mailing list