diff options
Diffstat (limited to 'main/dovecot/dovecot.pre-install')
-rw-r--r-- | main/dovecot/dovecot.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/dovecot/dovecot.pre-install b/main/dovecot/dovecot.pre-install new file mode 100644 index 00000000..5acdcb5c --- /dev/null +++ b/main/dovecot/dovecot.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh + +adduser -H -h /dev/null -s /bin/false -D dovecot 2>/dev/null +exit 0 |