configure sendmail to use external smtp
how can i configure sendmail to use external smtp for sending and
receiving?
and how can i test on it
Re: configure sendmail to use external smtp
On Apr 17, 12:41 pm, CONANDOR <conan... [at] gmail.com> wrote:
> how can i configure sendmail to use external smtp for sending and
> receiving?
> and how can i test on it
Consider/google the following:
FEATURE(`mailertable')
or
define(`MAIL_HUB', `mailer:hostname')
or
define(`LOCAL_RELAY', `mailer:hostname')
or
define(`SMART_HOST',`[smarthost.example.net]')dnl
and masquerading issues.
Regards,
PW.