-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.FreeBSD
executable file
·33 lines (23 loc) · 1.03 KB
/
README.FreeBSD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=====================
Building on FreeBSD
=====================
Since I'm a FreeBSD user, I can provide some additional notes
on how I built Exim-Python on this platform, using the FreeBSD
Exim port.
This assumes Python has already been installed, and that
this distribution was unpacked into /home/barryp/py-exim-localscan-4.63.0
(obviously adjust that for whatever you do on your box)
-----------------
cd /usr/ports/mail/exim
make WITHOUT_PERL=yes configure
/home/barryp/py-exim-localscan-4.63.0/patch_exim_makefile.py work/exim-4.63
make WITHOUT_PERL=yes install
-----------------
Watch Exim compile, keep an eye out for errors, especially link
errors at the end. If all goes well, it will install in /usr/local/sbin
The Exim local_scan API has been stable for quite a while,
so this software will probably work with future versions of
Exim (it's worked since Exim 4.1).
Just update the Exim version number in the 3rd command above
as future versions of the FreeBSD Exim port come out
(work/exim-4.42, work/exim-4.5, and so on).