Source-Makefile: feeds/packages/mail/postfix/Makefile

Package: postfix
Menu: 1
Version: 3.8.2-r2
Depends: +libc +POSTFIX_CDB:tinycdb +POSTFIX_TLS:libopenssl +POSTFIX_SASL:libsasl2 +POSTFIX_LDAP:libopenldap +POSTFIX_DB:libdb47 +POSTFIX_SQLITE:libsqlite3 +POSTFIX_MYSQL:libmysqlclient +POSTFIX_PGSQL:libpq +POSTFIX_EAI:icu +POSTFIX_PCRE:libpcre2
Conflicts: 
Menu-Depends: 
Provides: 
Section: mail
Category: Mail
Repository: base
Title: Postfix Mail Transmit Agent
Maintainer: Denis Shulyaka <Shulyaka@gmail.com>
Require-User: postfix=25:postfix=25 postdrop=26:postdrop=26
Source: postfix-3.8.2.tar.gz
License: IPL-1.0
LicenseFiles: LICENSE
CPE-ID: cpe:/a:postfix:postfix
URL: http://www.postfix.org/
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.
@@
Config:
	config POSTFIX_TLS
		depends on PACKAGE_postfix
		bool "TLS support"
		default y
		help
			Implements TLS support in postfix (using OpenSSL).
	config POSTFIX_SASL
		depends on PACKAGE_postfix
		bool "SASL support"
		default y
		help
			Implements SASL support in postfix (using Cyrus SASL).
	config POSTFIX_LDAP
		depends on PACKAGE_postfix
		bool "LDAP support"
		default y
		help
			Implements LDAP support in postfix (using OpenLDAP).
	config POSTFIX_DB
		depends on PACKAGE_postfix
		bool "BerkeleyDB support"
		default n
		help
			Implements support for btree and hash files using Berkeley DB.
	config POSTFIX_CDB
		depends on PACKAGE_postfix
		bool "CDB support"
		default y
		help
			Implements support for cdb files using tinycdb
	config POSTFIX_SQLITE
		depends on PACKAGE_postfix
		bool "SQLITE support"
		default y
		help
			Implements support for SQLite3 DB
	config POSTFIX_MYSQL
		depends on PACKAGE_postfix
		bool "MYSQL support"
		default n
		help
			Implements support for MySQL
	config POSTFIX_PGSQL
		depends on PACKAGE_postfix
		bool "PostgreSQL support"
		default n
		help
			Implement support for PostgreSQL
	config POSTFIX_PCRE
		depends on PACKAGE_postfix
		bool "PCRE support"
		default y
		help
			Implement support for Perl Compatible Regular Expressions
	config POSTFIX_EAI
		depends on PACKAGE_postfix
		bool "SMTPUTF8 support"
		default n
		help
			Enable Postfix support for Email Address Internationalization
			(EAI) as defined in RFC 6531 (SMTPUTF8 extension), RFC 6532
			(Internationalized email headers) and RFC 6533
			(Internationalized delivery status notifications).
			Since version 3.0, Postfix fully supports UTF-8 email
			addresses and UTF-8 message header values.
@@


