postfix.cfg 1.11 KB
Newer Older
1 2 3
# Postfix
# http://www.postfix.org/

4
[buildout]
Łukasz Nowak's avatar
Łukasz Nowak committed
5
extends =
6
  libdb.cfg
Łukasz Nowak's avatar
Łukasz Nowak committed
7
  openssl.cfg
8 9
  pcre.cfg

10 11
parts = postfix

12 13
[postfix-hooks-download]
recipe = hexagonit.recipe.download
14
url = http://www.nexedi.org/static/buildout-hooks/postfix-hooks.py-r43225
15
filename = postfix-hooks.py
16
md5sum = 54821f5194c48515f930144601809d29
17 18
download-only = true

19 20
[postfix]
recipe = hexagonit.recipe.cmmi
21 22
url = ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.6.9.tar.gz
md5sum = 28af9b4ea2673fadf24ffc0e2151a4fe
23
location = ${buildout:parts-directory}/${:_buildout_section_name_}
24
pre-make-hook = ${postfix-hooks-download:location}/${postfix-hooks-download:filename}:pre_make_hook
25
configure-command = make
26
configure-options = makefiles CCARGS='-DUSE_TLS -DHAS_PCRE -DHAS_DB -I${libdb:location}/include -I${pcre:location}/include -I${openssl:location}/include' AUXLIBS='-L${openssl:location}/lib -L${pcre:location}/lib -L${libdb:location}/lib -lssl -lpcre -ldb -lcrypto -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${libdb:location}/lib'
27
make-targets = non-interactive-package install_root=${:location}