On Sun, Jul 22, 2001 at 03:13:26AM -0500, hanasaki wrote: > is there a command that will reconfigure exim to run as a daemon instead > of from inetd?
1. Comment out the entry in /etc/inetd.conf for exim. 2. $ /etc/init.d/inetd reload 3. $ /etc/init.d/exim start The exim start-up script checks if inetd is handling smtp. If true, the start-up script exits, otherwise it starts exim as a daemon. Simple ;) -- Eric G. Miller <[email protected]>

