Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
e6ad1aa9
Commit
e6ad1aa9
authored
Nov 05, 2019
by
Bartłomiej Piotrowski
Browse files
archwiki: Use correct SMTP port
parent
f86c6e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archwiki/templates/LocalSettings.php.j2
View file @
e6ad1aa9
...
...
@@ -33,7 +33,7 @@ $wgCaptchaQuestions = [
$wgSMTP
=
array
(
'host'
=>
"localhost"
,
// could also be an IP address. Where the SMTP server is located
'IDHost'
=>
"wiki.archlinux.org"
,
// Generally this will be the domain name of your website (aka mywiki.org)
'port'
=>
10027
,
// Port to use when connecting to the SMTP server
'port'
=>
25
,
// Port to use when connecting to the SMTP server
'auth'
=>
false
,
// Should we use SMTP authentication (true or false)
#'username' => "my_user_name", // Username to use for SMTP authentication (if being used)
#'password' => "my_password" // Password to use for SMTP authentication (if being used)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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