            SPELL=postfix
          VERSION=3.6.0
   SECURITY_PATCH=1
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SPELL-$VERSION.tar.gz.sig
   SOURCE2_IGNORE=signature
       SOURCE_GPG="wietse.gpg:${SOURCE2}:ESTABLISHED_UPSTREAM_KEY"
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       SOURCE_URL=(
         ftp://ftp.porcupine.org/mirrors/postfix-release/official/$SOURCE
         http://de.postfix.org/ftpmirror/official/$SOURCE
         http://archive.mgm51.com/mirrors/postfix-source/official/$SOURCE
         ftp://ftp.arnes.si/packages/postfix-release/official/$SOURCE
         ftp://ftp.fu-berlin.de/unix/mail/postfix/official/$SOURCE
         http://mirror.postfix.jp/postfix-release/official/$SOURCE
         http://linorg.usp.br/postfix/release/official/$SOURCE
         ftp://totem.fix.no/pub/postfix/official/$SOURCE
       )
      SOURCE2_URL=("${SOURCE_URL[@]/%/.sig}")
         WEB_SITE="http://www.postfix.org/"
          ENTERED=20020125
             DOCS="$DOCS README_FILES RELEASE_NOTES*"
         DOC_DIRS="html examples auxiliary"
       LICENSE[0]=IBMPL
            SHORT="Postfix is a MTA"
cat << EOF
Postfix is an attempt to provide an alternative to the widely-used
Sendmail program. Postfix attempts to be fast, easy to administer,
and hopefully secure, while at the same time being sendmail
compatible enough to not upset your users.
EOF
