Searched refs:login_sender_match (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dlogin_sender_match.h1 /* $NetBSD: login_sender_match.h,v 1.2 2022/10/08 16:12:45 christos Exp $ */
8 /* login_sender_match 3h
12 /* #include <login_sender_match.h>
32 extern int login_sender_match(LOGIN_SENDER_MATCH *lsm, const char *login_name,
H A Dlogin_sender_match.c1 /* $NetBSD: login_sender_match.c,v 1.2 2022/10/08 16:12:45 christos Exp $ */
5 /* login_sender_match 3
23 /* int login_sender_match(
45 /* login_sender_match() looks up an entry for the \fBlogin_name\fR
71 /* login_sender_match() returns LSM_STAT_FOUND if a
107 #include <login_sender_match.h>
177 /* login_sender_match - match login and sender against (login, senders) table */
179 int login_sender_match(LOGIN_SENDER_MATCH *lsm, const char *login_name, function
353 act_return = login_sender_match(lsm, tp->login_name, tp->sender_addr);
H A DMakefile.in38 info_log_addr_form.c sasl_mech_filter.c login_sender_match.c \
77 info_log_addr_form.o sasl_mech_filter.o login_sender_match.o \
114 info_log_addr_form.h sasl_mech_filter.h login_sender_match.h \
132 haproxy_srvr map_search delivered_hdr login_sender_match \
389 login_sender_match: login_sender_match.c $(LIB) $(LIBS)
743 login_sender_match_test: update login_sender_match login_sender_match.ref
744 -$(SHLIB_ENV) $(VALGRIND) ./login_sender_match >login_sender_match
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c165 #include <login_sender_match.h>
290 res = login_sender_match(lsm, user_name, vstring_str(sender_buf));
307 msg_panic("%s: bad login_sender_match() result: %d", myname, res);
H A DMakefile.in69 postdrop.o: ../../include/login_sender_match.h
/netbsd-current/external/ibm-public/postfix/lib/global/
H A DMakefile70 login_sender_match.c \

Completed in 206 milliseconds