Toby Bluhm tkb@alltechmedusa.com wrote:
Or switch to postfix. I plunked "relayhost = smtp-server.roadrunner.com" into main.cf & away it went.
Having read the rest of the thread, I respond at the risk of furthering the flames. The sendmail configuration line is just as trivial:
define('SMART_HOST','[smarthost.example.net]')dnl
Check the quoting since the article uses matching left and right single quotes which is probably a figment of the editor used for writing the article.
Here's the reference if you'd like more information:
http://www.elandsys.com/resources/sendmail/smarthost.html
Cheers, Dave
David G. Miller wrote:
Toby Bluhm tkb@alltechmedusa.com wrote:
Or switch to postfix. I plunked "relayhost = smtp-server.roadrunner.com" into main.cf & away it went.
Having read the rest of the thread, I respond at the risk of furthering the flames. The sendmail configuration line is just as trivial:
define('SMART_HOST','[smarthost.example.net]')dnl
Check the quoting since the article uses matching left and right single quotes which is probably a figment of the editor used for writing the article.
actually, its a figment of M4's bizarroworld syntax. you need the ` ' around strings in M4 macros, and that sendmail.mc is fed to M4 to generate the byzantine sendmail.cf.