Jerry Kemp: [ Charset ISO-8859-1 converted... ] > Yep, I'm replying to an old question. > ....... > > OP, just following up, were you able to resolve your issues? > > If so, can you post a summary please. > > Jerry > > > > > On 01/15/15 12:59 PM, post...@outputservices.com wrote: > > I am attempting to install postfix-2.11.3 on a Solaris 10 x86 machine. > > > > I want to use dovecot and postfix exclusively and not use the standard > > Solaris > > sendmail programs and such. > > > > I want to place all my postfix files in the following directory: > > /usr/local/tools/postfix > > > > Never mind the issue of programs such as mailq, sendmail, newaliases, etc > > I can make links to the proper places these really need to be. I want to > > consolidate all my postfix files in this one area and not spread out in > > different locations. > > > > I can compile postfix just fine using the following commands: > > > > /bin/sh > > LD_LIBRARY_PATH= > > export LD_LIBRARY_PATH > > > > gmake tidy > > > > /usr/sfw/bin/gmake makefiles CC=/usr/sfw/bin/gcc \ > > CCARGS="-DEF_CONFIG_DIR=\"/usr/local/tools/postfix/etc\" \
That is not the syntax as specified in the INSTALL file. make makefiles CCARGS='-DDEF_CONFIG_DIR=\"/some/where\"' ... No support if you don't follow instructions. Wietse