Browse Source

Set secret file in default file at compile time

tags/1.2
bjoe2k4 10 years ago
parent
commit
037a57ba50
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      postsrsd.default.in

+ 1
- 1
postsrsd.default.in View File

17
 # When postsrsd is installed for the first time, a random secret is generated
17
 # When postsrsd is installed for the first time, a random secret is generated
18
 # and stored in /etc/postsrsd.secret. For most installations, that's just fine.
18
 # and stored in /etc/postsrsd.secret. For most installations, that's just fine.
19
 #
19
 #
20
-#SRS_SECRET=/etc/postsrsd.secret
20
+SRS_SECRET=@SYSCONF_DIR@/@PROJECT_NAME@.secret
21
 
21
 
22
 # Local ports for TCP list.
22
 # Local ports for TCP list.
23
 # These ports are used to bind the TCP list for postfix. If you change
23
 # These ports are used to bind the TCP list for postfix. If you change

Loading…
Cancel
Save