msimerson / Mail-Toaster-6

Mail Toaster 6
https://github.com/msimerson/Mail-Toaster-6/wiki
BSD 3-Clause "New" or "Revised" License
46 stars 16 forks source link

dovecot: Fix `jail -m jid=NAME` on 13.2 #552

Closed tuffnatty closed 1 year ago

tuffnatty commented 1 year ago

On FreeBSD 13.2, passing a non-numeric value for jid results in error:

# jail -m jid=stage allow.sysvipc=1
jail: jid: non-integer value "stage"

Changes proposed in this pull request:

Checklist: