Manual Pages for UNIX Darwin command on man tcp_table
MyWebUniversity

Manual Pages for UNIX Darwin command on man tcp_table

TCPTABLE(5) TCPTABLE(5)

NAME

tcptable - Postfix client/server table lookup protocol

SYNOPSIS

ppoossttmmaapp -qq ""string"" ttccpp::host:port

ppoossttmmaapp -qq - ttccpp::host:port

DESCRIPTION

The Postfix mail system uses optional tables for address rewriting or

mail routing. These tables are usually in ddbbmm or ddbb format. Alterna-

tively, table lookups can be directed to a TCP server. To find out what types of lookup tables your Postfix system supports

use the "ppoossttccoonnff -mm" command.

To test lookup tables, use the "ppoossttmmaapp -qq" command as described in the

SYNOPSIS above.

PROTOCOL DESCRIPTION

The TCP map class implements a very simple protocol: the client sends a request, and the server sends one reply. Requests and replies are sent as one line of ASCII text, terminated by the ASCII newline character. Request and reply parameters (see below) are separated by whitespace. Send and receive operations must complete in 100 seconds. RREEQQUUEESSTT FFOORRMMAATT Each request specifies a command, a lookup key, and possibly a lookup result. ggeett SPACE key NEWLINE Look up data under the specified key. ppuutt SPACE key SPACE value NEWLINE This request is currently not implemented. RREEPPLLYY FFOORRMMAATT Each reply specifies a status code and text. Replies must be no longer than 4096 characters including the newline terminator. 550000 SPACE text NEWLINE In case of a lookup request, the requested data does not exist. In case of an update request, the request was rejected. The text describes the nature of the problem. 440000 SPACE text NEWLINE This indicates an error condition. The text describes the nature of the problem. The client should retry the request later. 220000 SPACE text NEWLINE The request was successful. In the case of a lookup request, the text contains an encoded version of the requested data. EENNCCOODDIINNGG

In request and reply parameters, the character %, each non-printing

character, and each whitespace character must be replaced by %XX, where

XX is the corresponding ASCII hexadecimal character value. The hexadec-

imal codes can be specified in any case (upper, lower, mixed). The Postfix client always encodes a request. The server may omit the

encoding as long as the reply is guaranteed to not contain the % or

NEWLINE character. SSEECCUURRIITTYY Do not use TCP lookup tables for security critical purposes. The

client-server connection is not protected and the server is not authen-

ticated.

BUGS

Only the lookup method is currently implemented. The client does not hang up when the connection is idle for a long time.

SEE ALSO

postmap(1), Postfix lookup table manager regexptable(5), format of regular expression tables pcretable(5), format of PCRE tables cidrtable(5), format of CIDR tables README FILES Use "ppoossttccoonnff rreeaaddmmeeddiirreeccttoorryy" or "ppoossttccoonnff hhttmmllddiirreeccttoorryy" to locate this information. DATABASEREADME, Postfix lookup table overview LLIICCEENNSSEE 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 TCPTABLE(5)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™