CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2012/09/17 14:19:18
Modified files: usr.sbin/smtpd : map.c parse.y smtpd.h Log message: Add map_create() and map_add() helpers. Simplify the config parser by a great deal. While there, rename the default "localhost" map to "<localhost>" to make it look more internal, and create a single "<anyhost>" map referenced by "from all" rules, instead of creating a dynamic one for each of them. ok gilles@ chl@