Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415 |
- # Default settings for postsrsd
-
- # Local domain name. Addresses are rewritten to originate from this domain
- #SRS_DOMAIN=example.com
-
- # The secret key to sign the addresses is stored in this file
- #SRS_SECRET=/etc/postsrsd.secret
-
- # These ports are used to bind the TCP list for postfix
- #SRS_FORWARD_PORT=10001
- #SRS_REVERSE_PORT=10002
-
- # Drop root privileges and run as this user after initialization.
- RUN_AS=nobody
|