smtpd.conf 536 B

12345678910111213141516171819202122
  1. #
  2. # sample smtpd configuration options for inside connections
  3. #
  4. #
  5. # replace YOURDOM with the name of your domain
  6. # replace 10.0.0.0 with the IP address range of your networks
  7. defaultdomain YOURDOM.com
  8. norelay off #allow relaying
  9. verifysenderdom off #disable dns verification of sender domain
  10. saveblockedmsg off #save blocked messages
  11. #
  12. # if norelay is on, you need to set the
  13. # networks allowed to relay through
  14. # as well as the domains to accept mail for
  15. #
  16. # ournets 192.168.0.0/16
  17. # ourdomains *.fakedom.dom, *.fakedom.rog