Skip to content

Commit

Permalink
add lmtp_destination_recipient_limit=1 to work around spampd bug, see #…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Feb 25, 2019
1 parent bad3884 commit adddd95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ System:

* Missing brute force login attack prevention (fail2ban) filters which stopped working on Ubuntu 18.04 were added back.

Mail:

* Incoming messages addressed to more than one local user were rejected because of a bug in spampd packaged by Ubuntu 18.04. A workaround was added.

Contacts/Calendar:

* Upgraded Nextcloud from 13.0.6 to 14.0.6.
Expand Down
5 changes: 4 additions & 1 deletion setup/mail-postfix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,11 @@ tools/editconf.py /etc/postfix/main.cf \
#
# In a basic setup we would pass mail directly to Dovecot by setting
# virtual_transport to `lmtp:unix:private/dovecot-lmtp`.
#
tools/editconf.py /etc/postfix/main.cf virtual_transport=lmtp:[127.0.0.1]:10025
# Because of a spampd bug, limit the number of recipients in each connection.
# See https://github.com/mail-in-a-box/mailinabox/issues/1523.
tools/editconf.py /etc/postfix/main.cf lmtp_destination_recipient_limit=1


# Who can send mail to us? Some basic filters.
#
Expand Down

0 comments on commit adddd95

Please sign in to comment.