/*++ /* NAME /* mail_command_client 3 /* SUMMARY /* single-command client /* SYNOPSIS /* #include <mail_proto.h> /* /* int mail_command_client(class, name, proto, type, attr, ...) /* const char *class; /* const char *name; /* const char *proto; /* int type; /* const char *attr; /* DESCRIPTION /* This module implements a client interface for single-command /* clients: a client that sends a single command and expects /* a single completion status code. /* /* Arguments: /* .IP class /* Service type: MAIL_CLASS_PUBLIC or MAIL_CLASS_PRIVATE /* .IP name /* Service name (master.cf). /* .IP proto /* The expected protocol name in the server announcement. /* .IP "type, attr, ..." /* Attribute information as defined in attr_print(3). /* DIAGNOSTICS /* The result is -1 if the request could not be sent, otherwise /* the result is the status reported by the server. /* Warnings: problems connecting to the requested service. /* Fatal: out of memory. /* SEE ALSO /* attr_print(3), send attributes over byte stream /* mail_command_server(3), server interface /* mail_proto(3h), client-server protocol /* 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.