Hi Dan, Am 02.02.2017 um 18:28 schrieb Dan Liles: > This was helpful thank you. I'm curious - is there a version that has a > debug build I can use the debugger on?
Assuming that "debug build" means "having symbols for the executable" then there is an easy solution. CentOS+EPEL provide symbols/debuginfo for all packages. To get these you need to install another package: yum install --enablerepo=epel-debuginfo exim-debuginfo fs -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
