From: Jean-Marc Pigeon (Delson) Date: Fri, 20 Jun 2025 04:06:48 +0000 (-0400) Subject: Adding /etc/sysconfig/mailleur in distribution X-Git-Tag: tag-0.9~73 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=77f70e42cc8bd9c06f77e9e01c54f643a68de840;p=jmp%2Fmailleur Adding /etc/sysconfig/mailleur in distribution --- diff --git a/1 b/1 deleted file mode 100644 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 diff --git a/Makefile b/Makefile index 45234ec..65c0f5d 100644 --- 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 = \ diff --git a/Makefile.dist b/Makefile.dist index d8a62e6..5503a9c 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -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) diff --git a/mailleur.spec.in b/mailleur.spec.in index ffff266..469fd87 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -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 index 0000000..f6e134c --- /dev/null +++ b/sysconfig/mailleur @@ -0,0 +1,5 @@ +#------------------------------------------- +#options available to debug mailleur +#OPTIONS="-d9" +#------------------------------------------- +