X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdaemon.c;h=99fa909d29041906b11e3a25638670996ac03b3a;hb=2b2cfa838f206b5d97a120722861f42780bc6a6a;hp=21ce2f03e89102cd0628fe56e9710c89de2ca80c;hpb=f3ebb786e451da973560f1c9d8cdb151d25108b5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/daemon.c b/src/src/daemon.c index 21ce2f03e..99fa909d2 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -1744,6 +1744,9 @@ dns_pattern_init(); #ifdef WITH_CONTENT_SCAN malware_init(); #endif +#ifdef SUPPORT_SPF +spf_init(); +#endif /* Close the log so it can be renamed and moved. In the few cases below where this long-running process writes to the log (always exceptional conditions), it @@ -1757,6 +1760,10 @@ DEBUG(D_any) debug_print_ids(US"daemon running with"); smtp_input = TRUE; +#ifdef MEASURE_TIMING +report_time_since(×tamp_startup, US"daemon loop start"); /* testcase 0022 */ +#endif + /* Enter the never-ending loop... */ for (;;)