On Thu, 01 Mar 2007 00:49:29 +0200 Mart Pirita <sysadmin@...> wrote: > Well, I'm trying to get latest milter-greylist working with postfix in > macosx 10.4 with options: > > ./configure --with-user=postfix --without-db --without-drac-db > --enable-postfix \ > --with-conffile=/opt/etc/greylist.conf > --with-dumpfile=/opt/local/etc/greylist.db \ > --with-libmilter=/Users/admin/sendmail-8.14.0/libmilter > > and getting hundreds lines errors, starting with: > > milter-greylist.c:80:29: error: libmilter/mfapi.h: No such file or directory All the other errors are because of this. If you have /Users/admin/sendmail-8.14.0/libmilter/mfapi.h, you should probably try --with-libmilter=/Users/admin/sendmail-8.14.0. Or you can try CFLAGS=/path/to/directory/which/has libmilter/mfapi.h ./configure... Regards, Nerijus
Message
Re: [milter-greylist] milter-greylist with postfix in macosx 10.4?
2007-02-28 by Nerijus Baliunas