Marc Haber wrote: > Is there anything more to it than setting the appropriate ulimit and > start an exim SMTP listener daemon? Where will exim put the core file?
Did you set /proc/sys/fs/suid_dumpable to 1 or (safer) 2? Core dumps are created in the cwd of the process, which is exim's spool directory, unless you do something like echo '/tmp/exim.core.%t.%p' > /proc/sys/kernel/core_pattern (btw: man 5 core) -- ## 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/
