On Mon, 2 Apr 2007, Richard P. Welty wrote: > for messages received via SMTP, does exim simply for a process for > delivery, or does it explicitly exec a new process?
It forks. After all, there may be another message arriving on the same SMTP connection. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
