CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/05/12 15:49:31
Modified files: usr.sbin/smtpd : makemap.8 parse.y smtpd.conf.5 smtpd.h Log message: - remove unused sources S_EXT, S_DYN and S_EXT from enum map_src - continue simplification of parse.y - remove "for network", if we ever need it we can reimport, probably no one knows of that undocumented strange feature ;-) - change syntax for virtual domains configuration: accept for virtual vmap [...] <- wrong accept for virtual map vmap [...] <- right the reason for this change is that we will soon implement relay rules through maps and that keeping that syntax would make it inconsistent with the other rules. - update man pages for makemap and smtpd.conf to reflect changes ok eric@, looks ok chl@