diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-26 04:00:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-07-26 04:00:36 +0000 |
commit | 918eb9b57be5346d531092a4fbb13dbe03b2c31f (patch) | |
tree | 1db055bfe56b8e1619c1ae348c52219f406b094c | |
parent | aa743da0ab49a0760a378f0922c915185b1e778b (diff) |
add generics_entire_domain and GENERICS_DOMAIN
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/courtesan.mc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc b/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc index 41fc02ce2d5..53e36870c9b 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc +++ b/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc @@ -4,7 +4,7 @@ divert(-1) # divert(0)dnl -VERSIONID(`$OpenBSD: courtesan.mc,v 1.4 2001/07/25 17:27:56 millert Exp $') +VERSIONID(`$OpenBSD: courtesan.mc,v 1.5 2001/07/26 04:00:35 millert Exp $') OSTYPE(openbsd) dnl dnl First, we override some default values @@ -21,6 +21,8 @@ FEATURE(redirect)dnl MASQUERADE_AS(courtesan.com)dnl FEATURE(masquerade_envelope)dnl FEATURE(genericstable, `hash -o /etc/mail/mailnames')dnl +FEATURE(generics_entire_domain)dnl +GENERICS_DOMAIN(`courtesan.com')dnl dnl dnl Virtual domains FEATURE(stickyhost)dnl |