blob: 07857d01ffd3cef6c72fc0b5e8a170efada2ec29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$FreeBSD$
--- src/globals.h.orig
+++ src/globals.h
@@ -659,9 +659,7 @@
extern BOOL split_spool_directory; /* TRUE to use multiple subdirs */
extern uschar *spool_directory; /* Name of spool directory */
#ifdef EXPERIMENTAL_SRS
-extern uschar *srs_config; /* SRS config secret:max age:hash length:use timestamp:use hash */
-extern uschar *srs_db_address; /* SRS db address */
-extern uschar *srs_db_key; /* SRS db key */
+extern BOOL srs_alwaysrewrite; /* Rewrite for all domains */
extern int srs_hashlength; /* SRS hash length */
extern int srs_hashmin; /* SRS minimum hash length */
extern int srs_maxage; /* SRS max age */
|