diff --git a/etc/redhat-el6/inbucket-init.sh b/etc/redhat-el6/inbucket-init.sh index 858245a..504a3a7 100755 --- a/etc/redhat-el6/inbucket-init.sh +++ b/etc/redhat-el6/inbucket-init.sh @@ -46,6 +46,8 @@ perms_check() { chown $runas: /var/run/$prog touch $logfile chown $runas: $logfile + # Allow bind to ports under 1024 + setcap 'cap_net_bind_service=+ep' $program } start() {