Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ox-installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QA
ox-installer
Merge requests
!1
Codecept
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Codecept
codecept
into
7.10.3
Overview
0
Commits
20
Pipelines
0
Changes
1
Merged
daniel.pondruff
requested to merge
codecept
into
7.10.3
5 years ago
Overview
0
Commits
20
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a0752ff7
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a0752ff7
- get maildomain from hostname
· a0752ff7
daniel.pondruff
authored
5 years ago
features/dovecot.sh
+
1
−
2
Options
#!/bin/bash
#
# Copyright (C) 2019 OX Software GmbH
@@ -178,7 +177,7 @@ if [ ! -f ${INIT_STATE_FILE} ]; then
#postconf -e "smtpd_tls_cert_file=${SSL_DIR}/certs/${FQDN}.crt"
#postconf -e "smtpd_tls_key_file=${SSL_DIR}/private/${FQDN}.key"
postconf
-e
"dovecot_destination_recipient_limit = 1"
postconf
-e
"virtual_mailbox_domains =
$
{
MAIL_DOMAIN
}
"
postconf
-e
"virtual_mailbox_domains =
$
(
hostname
-f
)
"
postconf
-e
"virtual_transport = dovecot"
postconf
-e
"myorigin =
\$
mydomain"
postconf
-e
"mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
${
ENV_SUBNET
}
"
Loading