genericstable 1009 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: genericstable,v 1.1.1.1 2014/09/16 17:09:31 jca Exp $
  2. #
  3. # sendmail(8) generics table. Rebuild by running as root:
  4. # makemap hash ${SYSCONFDIR}/mail/genericstable < ${SYSCONFDIR}/mail/genericstable
  5. #
  6. # This file contains the mapping of local to external addresses.
  7. # It is often used to map login names to First.Last name style
  8. # email addresses.
  9. #
  10. # Each line denotes a transform of:
  11. # local_address external_address
  12. #
  13. # Where local_address is usually unqualified.
  14. #
  15. # E.g.
  16. # peter Peter.Parker@bugle.com
  17. #
  18. # It is also possible to rewrite non-local address from one or more
  19. # domains using the GENERICS_DOMAIN or GENERICS_DOMAIN_FILE macros.
  20. # This is usally used on an outgoing mail hub to rewrite addresses
  21. # from different subsidiaries or departments to include the parent
  22. # domain (in addition to the First.Last name mapping). E.g.
  23. #
  24. # joe@dept.company.com Joe.Bloggs@company.com
  25. #
  26. # See the "genericstable" section of ${TRUEPREFIX}/share/sendmail/README for
  27. # more information.
  28. #