1187214Srwatson# $FreeBSD$
2187214Srwatson#
3187214Srwatson# Map one or all usernames at a source hostname to a specific (or the same)
4187214Srwatson# username at another target hostname.  Remember to add the source hostname
5187214Srwatson# to /etc/mail/local-host-names so that sendmail will accept mail for the
6187214Srwatson# source hostname.
7187214Srwatson#
8187214Srwatsonusername@a.sample.hostname	localuser
9187214Srwatsonusername@a.sample.hostname	specificuser@a.possibly.different.hostname
10187214Srwatson@another.sample.hostname	specificuser@a.possibly.different.hostname
11187214Srwatson@yet.another.sample.hostname	%1@a.possibly.different.hostname
12187214Srwatson