Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig Autoinstaller
Commits
e380732a
Commit
e380732a
authored
Feb 22, 2021
by
Thom Pol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Roundcube SMTP port to 25 (
#29
)
parent
c680ace0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lib/os/class.ISPConfigDebianOS.inc.php
lib/os/class.ISPConfigDebianOS.inc.php
+1
-0
No files found.
lib/os/class.ISPConfigDebianOS.inc.php
View file @
e380732a
...
...
@@ -1078,6 +1078,7 @@ mailman-unsubscribe: "|/var/lib/mailman/mail/mailman unsubscribe mailman"';
$replacements
=
array
(
'/^\s*\$config\s*\[["\']default_host["\']\]\s*=.*$/m'
=>
'$config[\'default_host\'] = \'localhost\';'
,
'/^\s*\$config\s*\[["\']smtp_server["\']\]\s*=.*$/m'
=>
'$config[\'smtp_server\'] = \'%h\';'
,
'/^\s*\$config\s*\[["\']smtp_port["\']\]\s*=.*$/m'
=>
'$config[\'smtp_port\'] = 25;'
,
'/^\s*\$config\s*\[["\']smtp_user["\']\]\s*=.*$/m'
=>
'$config[\'smtp_user\'] = \'%u\';'
,
'/^\s*\$config\s*\[["\']smtp_pass["\']\]\s*=.*$/m'
=>
'$config[\'smtp_pass\'] = \'%p\';'
);
...
...
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