[PREVIOUS CHAPTER] [NEXT CHAPTER]
2 How to configure postfix


Assume you have already made, installed and run postfix. So you can
send and receive mails via postfix now. If not, please see postfix
manual and configure it before running fml.

2.1	modify /etc/postfix/main.cf a little


By default, postfix does not permit :include: directive in
/etc/aliases. You need to add the following line to
/etc/postfix/main.cf:

	allow_mail_to_commands = alias,forward,include


After you modified main.cf, don't forget to run "postfix reload" !


2.2	Caution

1. mynetworks


	127.0.0.1/8


	::1


2. smtpd_recipient_limit


	% postconf smtpd_recipient_limit
	smtpd_recipient_limit = 1000


[PREVIOUS CHAPTER] [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.