CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/10/09 14:33:03
Modified files: usr.sbin/smtpd : parse.y smtp_session.c smtpd.conf.5 smtpd.h Log message: - allow a listen statement to impose tls on its clients; - make listen statements impose authentication if 'auth' is specified and to make it optional if 'auth-optional' is specified; - sync documentation accordingly with ideas and input from beck@ and halex@, ok eric@