CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/10/12 12:19:46
Modified files:
usr.sbin/smtpd : makemap.c
Log message:
to support virtual domains properly, smtpd needed to have the domain stored
as a key in the virtual map, which means that to support virtual domain for
openbsd.org I would do:
openbsd.org whatevervalue
[email protected] gilles
this commit teaches makemap how to deduce the special domain keys based on
the entries for that domain, so that only the second line is needed now.