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
c6ac6e23
Commit
c6ac6e23
authored
Mar 11, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.23
parent
1333a844
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
install_mta.sh
distros/debian12/install_mta.sh
+1
-1
install_webmail.sh
distros/debian12/install_webmail.sh
+1
-1
install_webserver.sh
distros/debian12/install_webserver.sh
+2
-1
No files found.
distros/debian12/install_mta.sh
View file @
c6ac6e23
...
...
@@ -46,7 +46,7 @@ InstallMTA() {
"dovecot"
)
echo
-n
-e
"
$IDENTATION_LVL_1
Installing POP3/IMAP Mail server
${
red
}
Dovecot
${
NC
}
and Mail signing (OpenDKIM)...
\n
"
echo
-n
-e
"
$IDENTATION_LVL_2
Installing Dovecot and dependecies... "
apt_install dovecot-imapd dovecot-pop3d dovecot-mysql dovecot-sieve dovecot-lmtpd dovecot-managesieved dovecot-antispam opendkim opendkim-tools
apt_install dovecot-
core dovecot-
imapd dovecot-pop3d dovecot-mysql dovecot-sieve dovecot-lmtpd dovecot-managesieved dovecot-antispam opendkim opendkim-tools
# The `default_process_limit` is 100, which constrains the total number
# of active IMAP connections (at, say, 5 open connections per user that
...
...
distros/debian12/install_webmail.sh
View file @
c6ac6e23
...
...
@@ -140,7 +140,7 @@ InstallRoundcubeLatest() {
pear
install
Mail_Mime
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
pear
install
Auth_SASL2
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
pear
install
Net_SMTP
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
pear
install
channel://pear.php.net/Net_IDNA2-0.2.0
pear
install
channel://pear.php.net/Net_IDNA2-0.2.0
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
apt_purge_remove roundcube
*
...
...
distros/debian12/install_webserver.sh
View file @
c6ac6e23
...
...
@@ -309,7 +309,8 @@ EOF
wget
-O
/etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
>
/dev/null 2>&1
echo
"deb https://packages.sury.org/php/
$(
lsb_release
-c
-s
)
main"
>
/etc/apt/sources.list.d/php.list
apt_update
apt_upgrade
#apt_upgrade
apt-get
-yqq
-o
Dpkg::Options::
=
"--force-confold"
upgrade
#if [[ "$CFG_PHP_VERSION" == *"php5.5"* ]]; then
#InstallPhp55
...
...
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