# default: off
# description: Proxylogger is the receiving part of proxycheck, # to be used from (x)inetd and with -c chat
#

service smtp
{
    disable             = yes
    socket_type         = stream
    wait                = no
    protocol            = tcp
    user                = proxylogger
    group               = proxylogger
    server              = /usr/bin/proxylogger
    server_args         = -l /var/log/proxylogger/info
}

