[______TOC_______] [NEXT CHAPTER]
1 Overview

1.1	addresses for ML


In elena ML case,


	elena		for post			$MAIL_LIST 
	elena-ctl	for command			$CONTROL_ADDRESS
	elena-admin	MAINTAINER			$MAINTAINER

elena-ctl is called "control address".


1.2	how severely fml checks the mail address 

	$ADDR_CHECK_MAX


1.3	authentication


whether the address exists in $MEMBER_LIST (For example:
/var/spool/ml/elena/members).


1.4	recipients


addresses in $ACTIVE_LIST.


1.5	not recipient but not postable address.


add the address to $MEMBER_LIST not $ACTIVE_LIST. 
makefml helps you.

	% makefml add2members elena ADDRESS 
	% makefml addmembers elena ADDRESS

Contrarily each user subscribe the ML and sends "skip" to control
address.

1.6	add a recipient not postable address

To add ADDRESS to "actives" not "members" file,

	% makefml add2actives elena ADDRESS
	% makefml addactives elena  ADDRESS

Each user subscribe the ML usullaly.


1.7	when "bye"


nothing to do. 
fml removes all ADDRESS from actives and members.

[______TOC_______] [NEXT CHAPTER]