I attempted to compile after using the following command to configure milter-greylist ./configure --with-libspf2=/usr/local --enable-p0f3 --enable-spamassassin --sysconfdir=/etc --localstatedir=/var and I received this error: mscan:~/downloads/milter-greylist/milter-greylist-4.4a1 # make gcc -g -O2 -Wall -I/usr/local/include -DUSE_P0F -DHAVE_P0F3 -DUSE_SPAMD -DCONFFILE=\"/etc/mail/greylist.conf\" -DDUMPFILE=\"/var/milter-greylist/greylist.db\" -D_BSD_SOURCE -I. -I. -c -o spamd.o spamd.c spamd.c: In function �spamd_check�: spamd.c:195: error: �struct line� has no member named �l_lines� make: *** [spamd.o] Error 1 It wasn't a big deal because I realized that it was using spamd and the server is running spamassassin without using the spamd daemon. So I modified the line to below ./configure --with-libspf2=/usr/local --enable-p0f3 --sysconfdir=/etc --localstatedir=/var since I didn't need spamd and it compiled correctly. Thought I would mention the error just so you know. Gary Faith
Message
Re: [milter-greylist] milter-greylist 4.4 alpha1 is available
2012-02-23 by Gary Faith
Attachments
- No local attachments were found for this message.