Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

postsrsd.default 913B

12345678910111213141516171819202122232425262728
  1. # Default settings for postsrsd
  2. # Local domain name.
  3. # Addresses are rewritten to originate from this domain. The default value
  4. # is taken from `postconf -h mydomain` and probably okay.
  5. #
  6. #SRS_DOMAIN=example.com
  7. # Secret key to sign rewritten addresses.
  8. # When postsrsd is installed for the first time, a random secret is generated
  9. # and stored in /etc/postsrsd.secret. For most installations, that's just fine.
  10. #
  11. #SRS_SECRET=/etc/postsrsd.secret
  12. # Local ports for TCP list.
  13. # These ports are used to bind the TCP list for postfix. If you change
  14. # these, you have to modify the postfix settings accordingly. The ports
  15. # are bound to the loopback interface, and should never be exposed on
  16. # the internet.
  17. #
  18. #SRS_FORWARD_PORT=10001
  19. #SRS_REVERSE_PORT=10002
  20. # Drop root privileges and run as another user after initialization.
  21. # This is highly recommended as postsrsd handles untrusted input.
  22. #
  23. RUN_AS=nobody