Displaying 2 results from an estimated 2 matches for "dovecot_uid".
Did you mean:
dovecot_gid
2007 Feb 17
1
wrong dovecot GID while upgrading
...flicting group or if you wish to continue using a
legacy gr
oup override DOVECOT_GID.
*** Error code 1
Stop in /usr/ports/mail/dovecot.
So I went to /usr/ports/mail/dovecot and edited the Makefile to change the
GID into:
DOVECOT_UID?= 1003
DOVECOT_GID?= 1003
SCRIPT_ENV+= DOVECOT_UID=${DOVECOT_UID} \
DOVECOT_GID=${DOVECOT_GID}
I saved the makefile and ran portupgrade again but I got stopped by
exactly the same error. I'd appreciate suggestions how to resolve this.
Thank you!
--
Zbigniew Szalbot
2007 Feb 17
0
[Fwd: wrong dovecot GID while upgrading]
...Please resolve these issues and try again:
Either remove the conflicting group or if you wish to continue using a
legacy gr
oup override DOVECOT_GID.
*** Error code 1
Stop in /usr/ports/mail/dovecot.
So I went to /usr/ports/mail/dovecot and edited the Makefile to change the
GID into:
DOVECOT_UID?= 1003
DOVECOT_GID?= 1003
SCRIPT_ENV+= DOVECOT_UID=${DOVECOT_UID} \
DOVECOT_GID=${DOVECOT_GID}
I saved the makefile and ran portupgrade again but I got stopped by
exactly the same error. I'd appreciate suggestions how to resolve this.
Thank you!
--
Zbigniew Szalbot...