View Single Post
  #3   (View Single Post)  
Old 19th December 2013
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

The problem is:

Code:
Creating user `dovecot' with uid `143'.
pw: user 'dovecot' already exists
The error is self-explanatory. It's a bit disappointing the port fails on something like this...

Try removing the dovecot user & group with:
Code:
$ pw group del dovecot
$ pw user del dovecot
And install again ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote