xref: /freebsd/etc/mail/virtusertable.sample (revision d0b2dbfa)
1c6b23672SRobert Watson#
2c6b23672SRobert Watson# Map one or all usernames at a source hostname to a specific (or the same)
3c6b23672SRobert Watson# username at another target hostname.  Remember to add the source hostname
43d75a18bSDirk Froemberg# to /etc/mail/local-host-names so that sendmail will accept mail for the
5c6b23672SRobert Watson# source hostname.
6c6b23672SRobert Watson#
7c6b23672SRobert Watsonusername@a.sample.hostname	localuser
8c6b23672SRobert Watsonusername@a.sample.hostname	specificuser@a.possibly.different.hostname
9c6b23672SRobert Watson@another.sample.hostname	specificuser@a.possibly.different.hostname
10c6b23672SRobert Watson@yet.another.sample.hostname	%1@a.possibly.different.hostname
11