Skip to content

tcplookup.8

Manvendra Bhangui edited this page Sep 4, 2022 · 1 revision

NAME

tcplookup - TCP/IP frontend for inlookup

SYNOPSYS

tcplookup [-v]

DESCRIPTION

tcplookup(8) provides TCP/IP frontend for inlookup(8) - IndiMail's query caching and lookup daemon. It can be used if you want qmail-smtpd(8) to access indimail's database over network instead of local named pipes (FIFOs). This will be required if you want to have indimail-mta, and indimail installed on different hosts.

Please be aware that tcplookup doesn't provide any security based access to query. Hence it should be implemented with tcpserver acceess control using tcprules cdb database.

tcplookup is available as /usr/sbin/tcplookup and a tcpserver module /usr/lib/indimail/modules/tcplookup.so.

OPTIONS

-v
Sets verbose option.

RETURN VALUE

Returns 111 on system error, 100 on wrong usage and 0 on success.

Clone this wiki locally