diff options
Diffstat (limited to 'main/postgrey/postgrey.pre-install')
-rwxr-xr-x | main/postgrey/postgrey.pre-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/postgrey/postgrey.pre-install b/main/postgrey/postgrey.pre-install new file mode 100755 index 000000000..e37a27f7d --- /dev/null +++ b/main/postgrey/postgrey.pre-install @@ -0,0 +1,2 @@ +#!/bin/sh +adduser -h /var/spool/postfix/postgrey -g postgrey -s /bin/false -D postgrey &>/dev/null |