Source-Makefile: feeds/packages/mail/postfix/Makefile
Package: postfix
Version: 3.0.0-1
Depends: +libc +SSP_SUPPORT:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +POSTFIX_TLS:libopenssl +POSTFIX_SASL:libsasl2 +POSTFIX_LDAP:libopenldap +POSTFIX_DB:libdb47 +libpcre
Conflicts: 
Menu-Depends: 
Provides: 
Build-Depends: +POSTFIX_CDB:tinycdb
Section: mail
Category: Mail
Title: Postfix Mail Transmit Agent
Maintainer: Denis Shulyaka <Shulyaka@gmail.com>
Source: postfix-3.0.0.tar.gz
License: IPL-1.0
LicenseFiles: LICENSE
Type: ipkg
Description:  Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different.
http://www.postfix.org/
Denis Shulyaka <Shulyaka@gmail.com>
@@
Config:
	menu "Select postfix build options"
		config POSTFIX_TLS
			bool "TLS support"
			default y
			help
			  Implements TLS support in postfix (using OpenSSL).
		config POSTFIX_SASL
			bool "SASL support"
			default y
			help
			  Implements SASL support in postfix (using Cyrus SASL).
		config POSTFIX_LDAP
			bool "LDAP support"
			default y
			help
			  Implements LDAP support in postfix (using OpenLDAP).
		config POSTFIX_DB
			bool "BerkeleyDB support"
			default n
			help
			  Implements support for btree files using Berkeley DB. Note that hash files support is not compiled into Berkeley DB OpenWRT distribution
		config POSTFIX_CDB
			bool "CDB support"
			default y
			help
			  Implements support for cdb files using tinycdb
	endmenu
@@


