-
-
Notifications
You must be signed in to change notification settings - Fork 3
tcplookup.8
Manvendra Bhangui edited this page Sep 4, 2022
·
1 revision
tcplookup - TCP/IP frontend for inlookup
tcplookup [-v]
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.
-v
Sets verbose option.
Returns 111 on system error, 100 on wrong usage and 0 on success.