configure sendmail to use external smtp

configure sendmail to use external smtp

am 17.04.2008 12:41:19 von CONANDOR

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

am 18.04.2008 14:17:00 von pwadas

On Apr 17, 12:41 pm, CONANDOR 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.