configure sendmail to use external smtp
am 17.04.2008 12:41:19 von CONANDORhow can i configure sendmail to use external smtp for sending and
receiving?
and how can i test on it
how can i configure sendmail to use external smtp for sending and
receiving?
and how can i test on it
On Apr 17, 12:41 pm, CONANDOR
> 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.