1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-30 22:40:55 +00:00
mailinabox/setup
2023-12-21 08:18:43 -08:00
..
bootstrap.sh Replaced the pwd command with Bash's $PWD variable. 2023-12-21 08:18:43 -08:00
dkim.sh Fixed SC2086: Double quote to prevent globbing and word splitting. 2023-12-21 06:58:34 -08:00
dns.sh Replaced the pwd command with Bash's $PWD variable. 2023-12-21 08:18:43 -08:00
firstuser.sh Fixed SC2046: Quote to prevent word splitting. 2023-12-21 08:00:26 -08:00
functions.sh Fixed SC2148: Add a shebang. 2023-12-21 07:30:31 -08:00
mail-dovecot.sh Fixed SC2046: Quote to prevent word splitting. 2023-12-21 08:00:26 -08:00
mail-postfix.sh Fixed SC2140: Word is of the form "A"B"C". 2023-12-21 08:02:51 -08:00
mail-users.sh Fixed SC2086: Double quote to prevent globbing and word splitting. 2023-12-21 06:58:34 -08:00
management.sh Replaced the pwd command with Bash's $PWD variable. 2023-12-21 08:18:43 -08:00
migrate.py Move automatically generated aliases to a separate database table 2021-09-24 08:11:36 -04:00
munin.sh Replaced the pwd command with Bash's $PWD variable. 2023-12-21 08:18:43 -08:00
network-checks.sh Fixed SC2148: Add a shebang. 2023-12-21 07:30:31 -08:00
nextcloud.sh Fixed SC2236: Use -n instead of ! -z. 2023-12-21 08:06:26 -08:00
preflight.sh Fixed SC2003: expr is antiquated. 2023-12-21 08:07:34 -08:00
questions.sh Fixed SC2005: Useless echo. 2023-12-21 08:08:32 -08:00
spamassassin.sh Fixed SC2086: Double quote to prevent globbing and word splitting. 2023-12-21 06:58:34 -08:00
ssl.sh Fixed SC2086: Double quote to prevent globbing and word splitting. 2023-12-21 06:58:34 -08:00
start.sh Replaced the pwd command with Bash's $PWD variable. 2023-12-21 08:18:43 -08:00
system.sh Fixed SC2007: Use $((..)) instead of deprecated $[..]. 2023-12-21 08:10:35 -08:00
web.sh Fixed SC2002: Useless cat. 2023-12-21 08:09:36 -08:00
webmail.sh Fixed SC2002: Useless cat. 2023-12-21 08:09:36 -08:00
zpush.sh Fixed more SC2086. 2023-12-21 07:28:29 -08:00