service ps_smtp_forward
{
        disable         = no
        type            = UNLISTED
        log_on_success  = 
        log_on_failure  = 
        flags           = IPv4
        socket_type     = stream
        protocol        = tcp
        user            = nobody
        wait            = no
        redirect        = 127.0.0.1 2525
        port            = 25
}
