On Friday 19 May 2006 13:48, Tony Finch wrote:
> On Fri, 19 May 2006, Ian Eiloart wrote:
> > Is there a way to start an Exim process listening for SMTP connections
> > without daemonising itself?
>
> -bdf

I use this (can't remember why now but it worked out better for me 
than -bdf...in any case it's another option to investigate):

# cat /etc/svc.d/exim/run
#!/bin/sh
exec 2>&1
exec /usr/sbin/exim -bd -v -q15m

Cheers,
-- 
Casey Allen Shobe | [EMAIL PROTECTED] | 206-381-2800
SeattleServer.com, Inc. | http://www.seattleserver.com

-- 
## 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/

Reply via email to