]> SAFE projects GIT repository - jmp/mailleur/commitdiff
'Improving' mailleur.conf format
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Wed, 18 Jun 2025 13:09:24 +0000 (09:09 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Wed, 18 Jun 2025 13:09:24 +0000 (09:09 -0400)
conf/mailleur.conf

index 469093422a6aab57574df00bdd46664564e32b69..cc8622f27685b72f9c97559f4519b0fc2fe3096b 100644 (file)
@@ -9,33 +9,33 @@
 #:ipnum:::             -> smtp:ipnum:25:2
 #::,smtps::465:2       -> smtp:0.0.0.0:25:2 + smtps::465:2
 #::                    -> smtp:0.0.0.0:25:2
-#SMTPPORTS     "       "::"
-#SMTPPORTS     =       ":127.127.10.25:1025:,smtps:127.127.10.25:1026:1"
-SMTPPORTS      =       ":127.127.10.25:1025:"
-#SMTPPORTS     =       "smtps:127.127.10.25:1065:1"
+#SMTPPORTS="::"
+#SMTPPORTS=":127.127.10.25:1025:,smtps:127.127.10.25:1026:1"
+SMTPPORTS=":127.127.10.25:1025:"
+#SMTPPORTS="smtps:127.127.10.25:1065:1"
 #------------------------------------------------
 #defining default domain
-DFLTDOMAIN     =       "example.com"
+DFLTDOMAIN="example.com"
 #------------------------------------------------
 #Defining SERVER mode Certificate data
-CA_ROOT_SRV    =       "./certs/root-safe_CA.pem"
-CA_CERT_SRV    =       "./certs/mailleur_server-chain-cert_x509.pem"
-CA_KEY_SRV     =       "./certs/mailleur_server-key.pem"
-CA_VERIFY_SRV  =       1       #to check PEER/client remote certificate
+CA_ROOT_SRV="./certs/root-safe_CA.pem"
+CA_CERT_SRV="./certs/mailleur_server-chain-cert_x509.pem"
+CA_KEY_SRV="./certs/mailleur_server-key.pem"
+CA_VERIFY_SRV=1        #to check PEER/client remote certificate
 #------------------------------------------------
 #Defining CLIENT mode Certificate data
-CA_ROOT_CLT    =       "./certs/root-safe_CA.pem"
-CA_CERT_CLT    =       "./certs/localhost-chain-cert.pem"
-CA_KEY_CLT     =       "./certs/localhost-key.pem"
-CA_VERIFY_CLT  =       0       #to check PEER/server remote certificate
+CA_ROOT_CLT="./certs/root-safe_CA.pem"
+CA_CERT_CLT="./certs/localhost-chain-cert.pem"
+CA_KEY_CLT="./certs/localhost-key.pem"
+CA_VERIFY_CLT=0        #to check PEER/server remote certificate
 #------------------------------------------------
 #Configured for Postgresql database
 #DB_TYPE can be either POSTGRES,MYSQL
-DB_TYPE                =       DB_TO_BE_DEFINED
-DB_NAME                =       mailleur
-DB_HOST                =       localhost
-DB_PORT                =       5432
+DB_TYPE=TO_BE_DEFINED
+DB_NAME=mailleur
+DB_HOST=localhost
+DB_PORT=5432
 #------------------------------------------------
 #Dovecot storage directory
-DOV_MAILDIR    =       "/var/spool/mailleur/mails"
+DOV_MAILDIR="/var/spool/mailleur/mails"
 #------------------------------------------------