I'm trying to setup postfix + maildrop virtual delivery on 8.0-RELEASE-p2/amd64. Maildrop should get the location of virtual user Maildirs via courier-authlib-userdb. The schema was working fine until recently when a big update of many ports took place. Since then maildrop can't get compiled and the build process dies with:
Regarding maildrop I have
Any help would be much appreciated.
Code:
checking for missing gethostname prototype... no
checking default PATH for commands... /bin:/usr/bin:/usr/local/bin
checking for qmail-inject... no
checking mail transport agent... /usr/sbin/sendmail -oi
checking location of system mailboxes... configure: error: Cannot determine default mailbox
configure: error: ./configure failed for maildrop
===> Script "configure" failed unexpectedly.
Please report the problem to garga@FreeBSD.org [maintainer] and attach the
"/usr/ports/mail/maildrop/work/maildrop-2.3.0/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1
Regarding maildrop I have
Code:
.if ( !empty(.CURDIR:M/*/mail/maildrop*) )
WITH_AUTHLIB=yes
WITH_FAM=yes
MAILDROP_SUID=root
MAILDROP_SGID=wheel
NO_MAILWRAPPER=no
MAILDROP_TRUSTED_USERS=vmail root
.endif
Any help would be much appreciated.