validation pour Maxscale

This commit is contained in:
Jérémy Lecour 2024-01-25 15:46:22 +01:00 committed by Jérémy Lecour
parent cd1b6eb4cf
commit 3414ecb4f6
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -56,21 +56,18 @@ Pour valider une clé publique :
~~~
# smtpd -n
~~~
### Postfix
~~~
# postconf >/dev/null
~~~
### Spamassasin
~~~
spamassassin --lint
~~~
## DNS
@ -80,7 +77,6 @@ spamassassin --lint
~~~
# named-checkzone domain /path/to/zone
# named-checkconf /etc/bind/named.conf
~~~
### NSD
@ -93,7 +89,6 @@ spamassassin --lint
~~~
# unbound-checkconf /var/unbound/etc/unbound.conf
~~~
## MySQL
@ -102,6 +97,12 @@ spamassassin --lint
# /usr/sbin/mysqld --help
~~~
## MaxScale
~~~
$ sudo -u maxscale maxscale --config-check --config /path/to/config.cnf
~~~
## DHCP
### dhcpd
@ -123,14 +124,12 @@ spamassassin --lint
~~~
# haproxy -c -f /etc/haproxy/haproxy.cfg
~~~
### httpd
~~~
# httpd -dnv
~~~
### Fail2ban
@ -156,14 +155,12 @@ spamassassin --lint
~~~
# nginx -t
~~~
### Php
~~~
# php5-fpm -t
~~~
### Varnish