From: Alex Kramarov (no email)
Date: Sun Sep 01 2002 - 09:31:54 EDT
Hi.
I am trying to ajust smtp.c to do additional task (some lookups), and i have
discovered while trying to setup a destructor for some pointers that
somehow, the function pre_exit does not get called when the smtp process
terminates,
I added a simple debug line there,
/* pre_exit - pre-exit cleanup */
static void pre_exit(void)
{
#ifdef USE_SASL_AUTH
if (var_smtp_sasl_enable)
sasl_done();
#endif
msg_info ("exiting smtp");
}
and the message does not show up in syslog (all others do of course).
Am i missing something here ?
This is postfix-1.1.11, compiled with mysql support (not that it should
matter) ...
any pointers ?
Please cc the answers to me, i am subscribed to digest maillist only, it
would take me a day to recieve the answer.
Thank you.
Alex.
-
To unsubscribe, send mail to with content
(not subject): unsubscribe postfix-users
|
|
|