/*++ /* NAME /* resolve_local 3 /* SUMMARY /* determine if domain resolves to local mail system /* SYNOPSIS /* #include <resolve_local.h> /* /* void resolve_local_init() /* /* int resolve_local(domain) /* const char *domain; /* DESCRIPTION /* resolve_local() determines if the named domain resolves to the /* local mail system, either by case-insensitive exact match /* against the domains, files or tables listed in $mydestination, /* or by a match of an [address-literal] against of the network /* addresses listed in $inet_interfaces or in $proxy_interfaces. /* The result is > 0 if the domain matches the list of local /* domains and IP addresses, 0 when it does not match, and < 0 /* in case of error. /* /* resolve_local_init() performs initialization. If this routine is /* not called explicitly ahead of time, it will be called on the fly. /* BUGS /* Calling resolve_local_init() on the fly is an incomplete solution. /* It is bound to fail with applications that enter a chroot jail. /* SEE ALSO /* own_inet_addr(3), find out my own network interfaces /* match_list(3), generic pattern matching engine /* match_ops(3), generic pattern matching operators /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.