smtpd.conf.ext 763 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # sample smtpd configuration options for external gateway system
  3. # this file, /mail/lib/smtpd.conf.ext, is bound on /mail/lib/smtpd.conf
  4. # by /rc/bin/service.alt/tcp25 before smtpd is started on an
  5. # external port 25 connection.
  6. #
  7. #
  8. # replace YOURDOM and YOUROTHERDOM with the names of your domain
  9. # replace 10.0.0.0 with the IP address range of your networks
  10. defaultdomain YOURDOM.com
  11. norelay on #turn off relaying
  12. verifysenderdom on #dns verification of sender domain
  13. saveblockedmsg on #save blocked messages
  14. #
  15. # networks that are allowed to relay through us
  16. # our internal networks.
  17. #
  18. ournets 10.0.0.0/16 #your networks
  19. #
  20. # domains that we will accept mail for
  21. # these must match the rewrite rules
  22. #
  23. ourdomains *.YOURDOM.com, *.YOUROTHERDOM.com