You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/feeds/packages.tmp/info/.packageinfo-mail_postfix

84 lines
2.6 KiB

Source-Makefile: feeds/packages/mail/postfix/Makefile
Build-Depends: POSTFIX_CDB:tinycdb
Package: postfix
Version: 3.4.4-2
Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +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:libpcre
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.4.4.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 and hash files using Berkeley DB.
config POSTFIX_CDB
bool "CDB support"
default y
help
Implements support for cdb files using tinycdb
config POSTFIX_SQLITE
bool "SQLITE support"
default y
help
Implements support for SQLite3 DB
config POSTFIX_MYSQL
bool "MYSQL support"
default n
help
Implements support for MySQL
config POSTFIX_PGSQL
bool "PostgreSQL support"
default n
help
Implement support for PostgreSQL
config POSTFIX_PCRE
bool "PCRE support"
default y
help
Implement support for Perl Compatible Regular Expressions
config POSTFIX_EAI
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.
endmenu
@@