mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Increase max IMAP connections by IP to 100
This commit is contained in:
parent
a5968b34bd
commit
63ae9eab21
4 changed files with 11 additions and 9 deletions
|
|
@ -409,7 +409,7 @@ gitlab_rails['smtp_port'] = 465
|
|||
gitlab_rails['smtp_user_name'] = "noreply@banditlair.com"
|
||||
gitlab_rails['smtp_password'] = "{{email_password}}"
|
||||
gitlab_rails['smtp_domain'] = "banditlair.com"
|
||||
gitlab_rails['smtp_authentication'] = "login"
|
||||
gitlab_rails['smtp_authentication'] = "plain"
|
||||
gitlab_rails['smtp_enable_starttls_auto'] = true
|
||||
gitlab_rails['smtp_tls'] = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue