#!/bin/sh addgroup -S roundcube 2>/dev/null adduser -S -D -H -h /var/tmp/roundcube -s /sbin/nologin -G roundcube -g roundcubemail roundcube 2>/dev/null exit 0