]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adding /etc/sysconfig/mailleur in distribution
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 20 Jun 2025 04:06:48 +0000 (00:06 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 20 Jun 2025 04:06:48 +0000 (00:06 -0400)
1 [deleted file]
Makefile
Makefile.dist
mailleur.spec.in
sysconfig/mailleur [new file with mode: 0644]

diff --git a/1 b/1
deleted file mode 100644 (file)
index fa5c6ec..0000000
--- a/1
+++ /dev/null
@@ -1,8 +0,0 @@
-Connecting to 127.127.10.25
-depth=2 C=CA, L=Montreal, ST=Quebec, O=SAFE Inc., OU=Digital Certificate Signing, CN=SAFE Root CA 1
-verify return:1
-depth=1 C=CA, O=SAFE Inc., OU=Digital Certificate Signing, CN=SAFE Midle Ground CA (2024) - SHA384 - 3
-verify return:1
-depth=0 C=CA, ST=Quebec, L=Montreal, O=SAFE Inc., OU=Mailleur email developpement test, CN=mailleur.example.com
-verify return:1
-250 AUTH PLAIN LOGIN\r
index 45234ec866f4dc07d44df61e67c7f299bad179ce..65c0f5d6c3cb7d9be7da9a15e57f79a79bef0eaa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -197,6 +197,7 @@ install     :
           @ install -d $(DESTDIR)/$(DATADIR)/$(APPN)/
           @ install -d $(DESTDIR)/$(ETCDIR)/$(APPN)/
           @ install -d $(DESTDIR)/$(ETCDIR)/pki/$(APPN)/
+          @ install -d $(DESTDIR)/$(ETCDIR)/sysconfig/
           @ install -d $(DESTDIR)/$(LIBDIR)/$(APPN)/
           @ install -d $(DESTDIR)/$(SBINDIR)/
           @ install -d $(DESTDIR)/$(SPOOLDIR)/$(APPN)/queue
@@ -218,6 +219,9 @@ install     :
                shell                                   \
                support                                 \
                $(DESTDIR)/$(LIBDIR)/$(APPN)/
+          @ cp -a                                      \
+               sysconfig                               \
+               $(DESTDIR)/$(ETCDIR)/
 
 #--------------------------------------------------------------------
 SUBDIR =                                               \
index d8a62e6607b1fd26e45fb4cfc1110d3763838b39..5503a9cfb524e28b1a7730b4b685dbba4f5956b1 100644 (file)
@@ -36,6 +36,7 @@ tarfile       : clean
                $(APLV)/linux                                   \
                $(APLV)/nodb                                    \
                $(APLV)/shell                                   \
+               $(APLV)/sysconfig                               \
                $(APLV)/support                                 \
                $(APLV)
          @ date > $(APLV)/$(APLV).build_date
@@ -52,6 +53,8 @@ tarfile       : clean
                $(APLV)/shell/
          @ cp -a support/*.sh                                  \
                $(APLV)/support
+         @ cp -a sysconfig/*                                   \
+               $(APLV)/sysconfig
          @ cp -a app/Makefile  $(APLV)/app/Makefile
          @ cp -a lib/Makefile  $(APLV)/lib/Makefile
          @ tar zcf $(SRC)/$(APLV).tar.gz $(APLV)
index ffff266e1c6f1c7f8c6eb46b5d7992ff858808d0..469fd872fe8fbff5041c9e0c61193885ea5afc87 100644 (file)
@@ -35,6 +35,7 @@ search about email exchange within time and transaction context.
 %attr(0755,root,root) %{_datadir}/%{name}/linux/osukiss/receiver
 %attr(0755,root,root) %{_datadir}/%{name}/linux/osukiss/sorter
 %attr(0644,%{name},mail) %config(noreplace) %{_sysconfdir}/pki/%{name}/*
+%attr(0644,%{name},mail) %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %{_sbindir}/chkspf
 %{_sbindir}/feeder
 %attr(0755,%{name},mail) %{_sbindir}/receiver
diff --git a/sysconfig/mailleur b/sysconfig/mailleur
new file mode 100644 (file)
index 0000000..f6e134c
--- /dev/null
@@ -0,0 +1,5 @@
+#-------------------------------------------
+#options available to debug mailleur
+#OPTIONS="-d9"
+#-------------------------------------------
+