aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot/pkg-install')
-rw-r--r--mail/dovecot/pkg-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/pkg-install b/mail/dovecot/pkg-install
index 423775324699..fb261c272e6a 100644
--- a/mail/dovecot/pkg-install
+++ b/mail/dovecot/pkg-install
@@ -36,8 +36,8 @@ yesno() {
}
if [ x"$2" = xPRE-INSTALL ]; then
- USER=imapd
- GROUP=imapd
+ USER=dovecot
+ GROUP=dovecot
if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then
echo "You already have a group \"${GROUP}\", so I will use it."
@@ -57,7 +57,7 @@ if [ x"$2" = xPRE-INSTALL ]; then
else
if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \
-s /sbin/nologin \
- -c "Imap Daemon"
+ -c "Dovecot"
then
echo "Added user \"${USER}\"."
else