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
980626aa
Commit
980626aa
authored
May 29, 2015
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'postgrey/delay/clean' of
https://github.com/Xoib/mailinabox
Closes #413.
parents
3f329bc1
11546b97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
mail-postfix.sh
setup/mail-postfix.sh
+7
-1
No files found.
CHANGELOG.md
View file @
980626aa
...
...
@@ -9,6 +9,7 @@ In Development
*
Users and aliases weren't working if they were entered with any uppercase letters. Now only lowercase is allowed.
*
Fix broken install on OVH VPS's.
*
After installing an SSL certificate from the control panel, the page wasn't being refreshed.
*
The minimum greylisting delay has been reduced from 5 minutes to 3 minutes.
v0.09 (May 8, 2015)
-------------------
...
...
setup/mail-postfix.sh
View file @
980626aa
...
...
@@ -171,8 +171,13 @@ tools/editconf.py /etc/postfix/main.cf \
# Postfix connects to Postgrey on the 127.0.0.1 interface specifically. Ensure that
# Postgrey listens on the same interface (and not IPv6, for instance).
# A lot of legit mail servers try to resend before 300 seconds.
# As a matter of fact RFC is not strict about retry timer so postfix and
# other MTA have their own intervals. To fix the problem of receiving
# e-mails really latter, delay of greylisting has been set to
# 180 seconds (default is 300 seconds).
tools/editconf.py /etc/default/postgrey
\
POSTGREY_OPTS
=
\"
--inet
=
127.0.0.1:10023
\"
POSTGREY_OPTS
=
\"
'--inet=127.0.0.1:10023 --delay=180'
\"
# Increase the message size limit from 10MB to 128MB.
# The same limit is specified in nginx.conf for mail submitted via webmail and Z-Push.
...
...
@@ -187,3 +192,4 @@ ufw_allow submission
# Restart services
restart_service postfix
restart_service postgrey
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