[______TOC_______]
[NEXT CHAPTER]
fml and exim as a MTA
Ken'ichi Fukamachi
Exim is almost compatible with sendmail, so see INSTALL for
installation. You can use the same samples as sendmail with exim.
However don't forget the following configuratino change.
local_domain
0. accept your domain (including virtual domain) :) in exim.conf
1. Permit relay from localhost to recipients, since fml uses loopback
interface (default) to connect to MTA (delivery system)
But the latest MTA rejects such mail relay, so please permit relay
via localhost.
[Example]
sender_host_accept_relay = localhost
# sender_host_reject_relay = *
[______TOC_______]
[NEXT CHAPTER]
Copyright (C) 1993-2000 Ken'ichi Fukamachi
All rights of this page is reserved.
# This Document(html format) is automatically geneareted by fwix.pl.
# fwix (Formatter of WIX Language) is fml document formatter system
# designed to generate plaintext, html, texinfo and nroff from one file.