[prev in list] [next in list] [prev in thread] [next in thread] 

List:       amavis-user
Subject:    Re: [AMaViS-user] Still wanting to compile for postfix...
From:       Lars Hecking <lhecking () users ! sourceforge ! net>
Date:       2001-04-30 9:30:32
[Download RAW message or body]


> What specific postfix files/directories are being
> looked for when configure runs?
 
 configure checks whether the sendmail-wrapper previously detected
 contains the string postfix.

dnl Need to find out whether sendmail_wrapper is really postfix' sendmail
if test "x$MTA" = "xsendmail" ; then
  strings ${sendmail_wrapper} | grep -i postfix >/dev/null 2>&1
  if test $? -eq 0 ; then
    MTA=postfix
  fi
fi

 It has to be done this way, unfortunately, because postfix' sendmail wrapper
 does not have any suitable command line options to check its version.


_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/amavis-user

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic