158193Srwatson# $FreeBSD$
257947Srwatson#
357947Srwatson# Map one or all usernames at a source hostname to a specific (or the same)
457947Srwatson# username at another target hostname.  Remember to add the source hostname
568266Sdirk# to /etc/mail/local-host-names so that sendmail will accept mail for the
657947Srwatson# source hostname.
757947Srwatson#
857947Srwatsonusername@a.sample.hostname	localuser
957947Srwatsonusername@a.sample.hostname	specificuser@a.possibly.different.hostname
1057947Srwatson@another.sample.hostname	specificuser@a.possibly.different.hostname
1157947Srwatson@yet.another.sample.hostname	%1@a.possibly.different.hostname
12