CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/11/13 02:35:18
Modified files: usr.sbin/smtpd : smtpctl.c Log message: Simplify the smtpctl code: add a try_connect() function to test if the server is running, and flush()/next_message() helpers to make imsg request/response loops easier. ok gilles@