smtp_accept
event_set(&l->ev, l->fd, EV_READ|EV_PERSIST, smtp_accept, l);
static void smtp_accept(int, short, void *);