1### Compiling on OpenBSD
2
3* 	Need to set specific environment variables for AUTOCONF_VERSION and AUTOMAKE_VERSION
4* 	For testing:
5	* You need OpenDKIM installed from source for "miltertest"
6	* You need to install Lua first, and modify OpenDKIM's configure.ac to find the lua libs
7	  in /usr/local/lib/lua/5.1
8	* You need to fully install OpenDKIM, as miltertest needs an OpenDKIM lib.
9./configure --with-spf --with-spf2-include=/usr/local/include/spf2 --with-spf2-lib=/usr/local/lib --enable-live-tests --enable-filter-tests USE_SPF=TRUE
10