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 = *
[NEXT CHAPTER]
Copyright (C) 1993-1999 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.
#
# Copyright (C) 1993-1999 Ken'ichi Fukamachi
# All rights reserved.
# 1993-1996 fukachan@phys.titech.ac.jp
# 1996-1999 fukachan@sapporo.iij.ad.jp
#
# FML is free software; you can redistribute it and/or modify
# it under the terms of GNU General Public License.
# See the file COPYING for more details.