/*++ /* NAME /* verify_clnt 3 /* SUMMARY /* address verification client interface /* SYNOPSIS /* #include <verify_clnt.h> /* /* int verify_clnt_query(addr, status, why) /* const char *addr; /* int *status; /* VSTRING *why; /* /* int verify_clnt_update(addr, status, why) /* const char *addr; /* int status; /* const char *why; /* DESCRIPTION /* verify_clnt_query() requests information about the given address. /* The result value is one of the valid status values (see /* status description below). /* In all cases the \fBwhy\fR argument provides additional /* information. /* /* verify_clnt_update() requests that the status of the specified /* address be updated. The result status is DEL_REQ_RCPT_STAT_OK upon /* success, DEL_REQ_RCPT_STAT_DEFER upon failure. /* /* Arguments /* .IP addr /* The email address in question. /* .IP status /* One of the following status codes: /* .RS /* .IP DEL_REQ_RCPT_STAT_OK /* The mail system did not detect any problems. /* .IP DEL_REQ_RCPT_STAT_DEFER /* The status of the address is indeterminate. /* .IP DEL_REQ_RCPT_STAT_BOUNCE /* The address is permanently undeliverable. /* .RE /* .IP why /* textual description of the status. /* DIAGNOSTICS /* These functions return VRFY_STAT_OK in case of success, /* VRFY_STAT_BAD in case of a malformed request, and /* VRFY_STAT_FAIL when the operation failed. /* SEE ALSO /* verify(8) Postfix address verification server /* 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 /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, 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.