INSTALL_with_EXIM index.html

[______TOC_______] [NEXT CHAPTER]
		fml を exim と一緒に使う場合
				Ken'ichi Fukamachi
exim は sendmail と同様にすればできます。(sendmailを前提に書かれている)
INSTALL ファイルに従ってやってみて下さい。exim の設定での注意点は以下
の通りです。
0. exim.confで受け取るべきドメインを記述するのを忘れずに
 local_domain
1. fmlはSMTPでMTAと通信するのでリレーの許可を出して下さい。
 つまりlocalhostからのリレーを許可するように変更を加えて下さい。 
[Example]
 sender_host_accept_relay = localhost
 # sender_host_reject_relay = *
2. fml を運用するユーザ名を system_aliases: などで定義して下さい。
 例えば
	user = fml
となります。
Example:
system_aliases:
 driver = aliasfile
 file_transport = address_file
 pipe_transport = address_pipe
 file = /etc/aliases
 search_type = lsearch
 user = fml
[______TOC_______] [NEXT CHAPTER]
Copyright (C) 1993-2001 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.

AltStyle によって変換されたページ (->オリジナル) /