On Wed, 7 Dec 2005, David S. Madole wrote: > I am populating addr->host_list in a transport setup routine, a pointer to > which is set into tblock->setup during the init routine of the transport. My > understanding is that this is called before the subprocess is forked.
Unfortunately not (see around line 1699 in deliver.c). It is called before the new subprocess changes its uid/gid, but after the fork. -- Philip Hazel University of Cambridge Computing Service, [EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714. 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/
