citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
#include "typesize.h"
Go to the source code of this file.
Data Structures | |
struct | mx |
Macros | |
#define | HFIXEDSZ 12 /* I hope! */ |
#define | INT16SZ sizeof(cit_int16_t) |
#define | INT32SZ sizeof(cit_int32_t) |
Functions | |
int | getmx (char *mxbuf, char *dest) |
int | get_hosts (char *mxbuf, char *rectype) |
#define INT16SZ sizeof(cit_int16_t) |
#define INT32SZ sizeof(cit_int32_t) |
int get_hosts | ( | char * | mxbuf, |
char * | rectype | ||
) |
Definition at line 33 of file domain.c.
References inetcfg.
Referenced by clamd(), getmx(), rbl_check(), and spam_assassin().
int getmx | ( | char * | mxbuf, |
char * | dest | ||
) |
Definition at line 89 of file domain.c.
References get_hosts(), HFIXEDSZ, mx::host, INT16SZ, INT32SZ, mx_compare_pref(), and mx::pref.
Referenced by smtp_attempt_delivery().