(E-Mail Removed) (Eric) wrote news:9898c48b.0404221106.3459474
@posting.google.com:
> sendmail it uses sendmail and sendmail then sends it to ? (I'm stuck
> here) I would like it to send it to a smtp server(Exchange server) and
> let the smtp server handle it from there. Any help would be appricated
> to point me in the right direction.
"?" = smart host
A smart host is a smtp relay that send the email to the recipient.
in sendmail.mc :
define(`SMART_HOST', `smtp-server.com')
But the configuration depends on your Linux distribution
Regards