Go to the source code of this file.
|
sfsistat | mlfi_connect (SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr) |
|
◆ CHECK_SM_MAC_DEF
#define CHECK_SM_MAC_DEF |
( |
|
value, |
|
|
|
label, |
|
|
|
id |
|
) |
| |
Value:do \
{ \
if (value == NULL) { \
if (nb++ < 32) \
ZE_MessageWarning(10, "%s : %s macro value is NULL" \
" - maybe undefined at MTA configuration", \
label); \
} \
} while (0)
Definition at line 31 of file mlfi_connect.c.
◆ mlfi_connect()
static sfsistat mlfi_connect |
( |
SMFICTX * |
ctx, |
|
|
char * |
hostname, |
|
|
_SOCK_ADDR * |
hostaddr |
|
) |
| |