Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

postsrsd.default 415B

123456789101112131415
  1. # Default settings for postsrsd
  2. # Local domain name. Addresses are rewritten to originate from this domain
  3. #SRS_DOMAIN=example.com
  4. # The secret key to sign the addresses is stored in this file
  5. #SRS_SECRET=/etc/postsrsd.secret
  6. # These ports are used to bind the TCP list for postfix
  7. #SRS_FORWARD_PORT=10001
  8. #SRS_REVERSE_PORT=10002
  9. # Drop root privileges and run as this user after initialization.
  10. RUN_AS=nobody