]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/prototype.conf
27Feb06
[bacula/bacula] / regress / prototype.conf
index 70d931f8ffaf6bc84fd7546248671946a350bf4b..21068789c76240bafac8ab168ba6b990153de25e 100644 (file)
@@ -12,6 +12,7 @@ BACULA_SOURCE=
 # Where to send email messages
 #
 EMAIL=
+SMTP_HOST=localhost
 
 # Full "default" path where to find sqlite. 
 # This is only used if you do not specify a database override on the
@@ -44,3 +45,7 @@ WHICHDB?="--with-sqlite=${SQLITE_DIR}"
 # Set this to "--with-tcp-wrappers" or "--without-tcp-wrappers"
 TCPWRAPPERS="--with-tcp-wrappers"
 
+# Set this to "" to disable OpenSSL support, "--with-openssl=yes"
+# to enable it, or provide the path to the OpenSSL installation,
+# eg "--with-openssl=/usr/local"
+OPENSSL=""