b680890228
as well as rename access.txt back to the standard access. Also modify the Makefile to know how to build hashes for each of these databases. If one of the databases is missing when Make is run, use a commented out version of the sample. Reviewed by: peter Approved by: jkh
12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
# $FreeBSD $
|
|
#
|
|
# Map one or all usernames at a source hostname to a specific (or the same)
|
|
# username at another target hostname. Remember to add the source hostname
|
|
# to /etc/mail/sendmail.cw so that sendmail will accept mail for the
|
|
# source hostname.
|
|
#
|
|
username@a.sample.hostname localuser
|
|
username@a.sample.hostname specificuser@a.possibly.different.hostname
|
|
@another.sample.hostname specificuser@a.possibly.different.hostname
|
|
@yet.another.sample.hostname %1@a.possibly.different.hostname
|