Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
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
Administrator
mailinabox
Commits
07b43c2b
Commit
07b43c2b
authored
Apr 24, 2014
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set dovecot postmaster_address setting, fixes #31
parent
ac13f7ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
mail.sh
scripts/mail.sh
+4
-0
start.sh
scripts/start.sh
+1
-0
No files found.
scripts/mail.sh
View file @
07b43c2b
...
...
@@ -192,6 +192,10 @@ protocol imap {
}
EOF
# postmaster_address seems to be required or LMTP won't start
tools/editconf.py /etc/dovecot/conf.d/15-lda.conf
\
postmaster_address
=
postmaster@
$PUBLIC_HOSTNAME
# Drew Crawford sets the auth-worker process to run as the mail user, but we don't care if it runs as root.
# Enable SSL and specify the location of the SSL certificate and private key files.
...
...
scripts/start.sh
View file @
07b43c2b
...
...
@@ -81,5 +81,6 @@ if [ -z "`tools/mail.py user`" ]; then
read
-e
-i
"user@
`
hostname
`
"
-p
"Email Address: "
EMAIL_ADDR
tools/mail.py user add
$EMAIL_ADDR
# will ask for password
tools/mail.py
alias
add hostmaster@
$PUBLIC_HOSTNAME
$EMAIL_ADDR
tools/mail.py
alias
add postmaster@
$PUBLIC_HOSTNAME
$EMAIL_ADDR
fi
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