pub fn start_runtime(
    config: Config,
    sockets: (Vec<TcpListener>, Vec<TcpListener>, Vec<TcpListener>),
    timeout: Option<Duration>
) -> Result<()>
Expand description

Start the vSMTP server’s runtime

Errors