Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wtlinux_server_setup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
w4t
wtlinux_server_setup
Commits
1616e0c7
Commit
1616e0c7
authored
Mar 15, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.53
parent
f32feead
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
install_antivirus.sh
distros/debian12/install_antivirus.sh
+1
-1
install_mta.sh
distros/debian12/install_mta.sh
+1
-2
No files found.
distros/debian12/install_antivirus.sh
View file @
1616e0c7
...
...
@@ -46,7 +46,7 @@ InstallAntiVirus() {
fi
echo
-n
-e
"
$IDENTATION_LVL_1
Installing AntiVirus utilities (ClamAV) (This take some time. Don't abort it!)..."
apt_install clamav clamav-daemon unzip bzip2 arj nomarch lzop cabextract p7zip p7zip-full lrzip apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libclamunrar9 libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl libdbd-mysql-perl unrar-free unp lz4 liblz4-tool rpm2cpio tnef unp
apt_install clamav clamav-daemon unzip bzip2 arj nomarch lzop cabextract p7zip p7zip-full lrzip apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libclam
unrar9 libio-string-perl libio-socket-ssl-perl libnet-ident-perl zip libnet-dns-perl libdbd-mysql-perl unrar-free unp lz4 liblz4-tool rpm2cpio tnef unp
echo
-e
" [
${
green
}
DONE
${
NC
}
] "
echo
-n
-e
"
$IDENTATION_LVL_1
Configure AntiVirus ... "
...
...
distros/debian12/install_mta.sh
View file @
1616e0c7
...
...
@@ -347,7 +347,6 @@ EOF
mkdir
-p
"
$STORAGE_ROOT
/mail/homes"
chown
-R
mail:mail
"
$STORAGE_ROOT
/mail/mailboxes"
chown
-R
mail:mail
"
$STORAGE_ROOT
/mail/homes"
#chmod -R 750 "$STORAGE_ROOT/mail/mailboxes"
# Same for the sieve scripts.
mkdir
-p
"
$STORAGE_ROOT
/mail/sieve"
...
...
@@ -438,7 +437,7 @@ EOF
# This removes mails from the index that have already been expunged and makes
# sure that the next doveadm index will index all the missing mails (if any).
#hide_output doveadm fts rescan -A
doveadm fts rescan
-A
doveadm fts rescan
-A
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
# Adds unindexed files to the fts database
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment