From 2f9be958549fe678c5c0d676a282419d1f287935 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Fri, 15 Aug 2025 14:48:06 -0400 Subject: [PATCH] Adding mailleur httpd configuration file --- Makefile | 7 ++++++- conf/mailleur-httpd.conf | 7 +++++++ mailleur.spec.in | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 conf/mailleur-httpd.conf diff --git a/Makefile b/Makefile index 7891059..200ade2 100644 --- a/Makefile +++ b/Makefile @@ -148,9 +148,10 @@ tlsref: -cert certs/localhost-cert.pem \ -key certs/localhost-key.pem \ -starttls smtp \ - -connect $(TESTSRV):$(TESTPORT) + -connect tar1.osukiss.org:25 # -connect mx2.free.fr:25 +# -connect tar1.orukiss.org:25 # -connect mailprod1.safe.ca:587 # -connect tar1.osukiss.org:25 # -connect smtp.google.com:25 @@ -216,6 +217,7 @@ install : @ install -d $(DESTDIR)/$(ETCDIR)/$(APPN)/dovecot @ install -d $(DESTDIR)/$(ETCDIR)/pki/$(APPN)/ @ install -d $(DESTDIR)/$(ETCDIR)/sysconfig/ + @ install -d $(DESTDIR)/$(ETCDIR)/httpd/conf.d/ @ install -d $(DESTDIR)/$(ETCDIR)/cron.d/ @ install -d $(DESTDIR)/$(LIBDIR)/$(APPN)/ @ install -d $(DESTDIR)/$(EXECDIR)/$(APPN)/ @@ -229,6 +231,9 @@ install : conf/relayed.conf \ conf/blacklister.conf \ $(DESTDIR)/$(ETCDIR)/$(APPN) + @ cp -a \ + conf/$(APPN)-httpd.conf \ + $(DESTDIR)/$(ETCDIR)/httpd/conf.d/$(APPN).conf @ cp -a \ conf/dovecot \ $(DESTDIR)/$(ETCDIR)/$(APPN)/ diff --git a/conf/mailleur-httpd.conf b/conf/mailleur-httpd.conf new file mode 100644 index 0000000..09d360d --- /dev/null +++ b/conf/mailleur-httpd.conf @@ -0,0 +1,7 @@ +#mailleur configuration file +# +# +#definition du mailleur serveur WEB + + + diff --git a/mailleur.spec.in b/mailleur.spec.in index 9d2f6a7..ee9cffa 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -44,6 +44,7 @@ search about email exchange within time and transaction context. %attr(0754,root,root) %{_datadir}/%{name}/linux/osukiss/sender %attr(0754,root,root) %{_datadir}/%{name}/linux/osukiss/sorter %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cron.d/%{name}.cron +%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %attr(0644,%{name},mail) %config(noreplace) %{_sysconfdir}/pki/%{name}/* %attr(0644,%{name},mail) %config(noreplace) %{_sysconfdir}/sysconfig/%{name} #configuration directory -- 2.47.3