diff options
Diffstat (limited to 'debian/db-examples/domaintable')
-rw-r--r-- | debian/db-examples/domaintable | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/db-examples/domaintable b/debian/db-examples/domaintable new file mode 100644 index 0000000..82b3ff7 --- /dev/null +++ b/debian/db-examples/domaintable @@ -0,0 +1,26 @@ +# /etc/mail/domaintable +# Copyright (c) 1998, Richard Nelson <cowboy@debian.org>. +# Time-stamp: <1998/10/27 10:00:00 cowboy> +# GPL'd config file, please feed any gripes, suggestions, etc. to me +# +# Function: +# Specify a mapping from old host name to new host name. +# Commonly used to support old (or merged) domain names. +# The host name in the lhs will be rewritten to that in the rhs +# +# Usage: +# FEATURE(domaintable[, type [-o] /etc/mail/domaintable])dnl +# makemap hash domaintable < domaintable +# +# Format: +# old fqdn new fqdn +# +# Examples: +# debian.com debian.org +# .debian.com %0.debian.org +# +# Notes: +# +# Related: +# +#.cv.lexington.ibm.com %0.lexington.ibm.com |