$ grep dove /etc/passwd /etc/group /etc/passwd:_dovecot:*:214:6:Dovecot Administrator:/var/empty:/usr/bin/false /etc/passwd:_dovenull:*:227:227:Dovecot Authentication:/var/empty:/usr/bin/false /etc/group:certusers:*:29:root,_jabber,_postfix,_cyrus,_calendar,_dovecot /etc/group:_dovenull:*:227:
I'm trying to build on osx so I can try to do some debugging. The INSTALL.md says to do:
$ more INSTALL.md Build Instructions
For most people, the usual:
./configure
make
sudo make install
But there is no configure file. How would I generate the configure file? Is it generated? Been a long time since I've done open source C code..
Thanks
Mike
On 8/10/18 11:04, Aki Tuomi wrote:
I've cloned https://github.com/dovecot/core and tried running autogen.sh but it fails:
$ bash autogen.sh /Users/mkm/src/dovecot/doc --2018-08-10 11:10:26-- https://www.dovecot.org/tmp/wiki2-export.tar.gz Resolving www.dovecot.org... 94.237.25.159 Connecting to www.dovecot.org|94.237.25.159|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 427414 (417K) [application/x-gzip] Saving to: ‘wiki2-export.tar.gz’
wiki2-export.tar.gz 100%[===================================================================================================================>] 417.40K 432KB/s in 1.0s
2018-08-10 11:10:28 (432 KB/s) - ‘wiki2-export.tar.gz’ saved [427414/427414]
/Users/mkm/src/dovecot/doc/wiki glibtoolize: putting auxiliary files in '.'. glibtoolize: copying file './ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltoptions.m4' glibtoolize: copying file 'm4/ltsugar.m4' glibtoolize: copying file 'm4/ltversion.m4' glibtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:293: installing './compile' configure.ac:299: installing './config.guess' configure.ac:300: error: required file './config.rpath' not found configure.ac:299: installing './config.sub' configure.ac:11: installing './install-sh' configure.ac:11: installing './missing' src/anvil/Makefile.am: installing './depcomp' autoreconf: automake failed with exit status: 1
Any suggestions on how to build on osx?
Thanks
Mike
On 8/10/18 11:08, Mike Makuch wrote:
Ok I added the two users _dovecot & _dovenull to mail group, still get same error "Too many extra groups"
grep mail /etc/group /usr/local/etc/dovecot/dovecot.conf
/etc/group:mail:*:6:_teamsserver,_dovecot,_dovenull /etc/group:_mailman:*:78: /usr/local/etc/dovecot/dovecot.conf:mail_debug = yes /usr/local/etc/dovecot/dovecot.conf:mail_gid = mail /usr/local/etc/dovecot/dovecot.conf:mail_location = mbox:~/Mail:INBOX=/var/mail/%u /usr/local/etc/dovecot/dovecot.conf:mail_privileged_group = mail /usr/local/etc/dovecot/dovecot.conf:mail_access_groups = mail /usr/local/etc/dovecot/dovecot.conf:mail_uid = _dovecot
20180810-113132 imap(mkm)<68466></AfJRhdzHNt/AAAB>: Fatal: setgroups(mail,505) failed: Too many extra groups
Thanks Mike
On 8/10/18 11:08, Mike Makuch wrote:
participants (1)
-
Mike Makuch