Sfoglia il codice sorgente

Set secret file in default file at compile time

tags/1.2
bjoe2k4 10 anni fa
parent
commit
037a57ba50
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      postsrsd.default.in

+ 1
- 1
postsrsd.default.in Vedi File

@@ -17,7 +17,7 @@
17 17
 # When postsrsd is installed for the first time, a random secret is generated
18 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 22
 # Local ports for TCP list.
23 23
 # These ports are used to bind the TCP list for postfix. If you change

Loading…
Annulla
Salva