Source-Makefile: feeds/packages/mail/emailrelay/Makefile Package: emailrelay Menu: 1 Version: 2.0-4 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread +EMAILRELAY_SSL:libopenssl +libstdcpp Conflicts: Menu-Depends: Provides: Section: mail Category: Mail Repository: base Title: A simple SMTP proxy and MTA Maintainer: Federico Di Marco Source: emailrelay-2.0-src.tar.gz License: GPL-3.0 LicenseFiles: COPYING Type: ipkg Description: Emailrelay is a simple SMTP proxy and store-and-forward message transfer agent (MTA). When running as a proxy all e-mail messages can be passed through a user-defined program, such as a spam filter, which can drop, re-address or edit messages as they pass through. When running as a store-and-forward MTA incoming messages are stored in a local spool directory, and then forwarded to the next SMTP server on request. http://emailrelay.sourceforge.net/ Federico Di Marco @@ Config: config EMAILRELAY_SUPPORT_VERBOSE_DBG bool "Enable support for extended logging" depends on PACKAGE_emailrelay default n help Enables support for extended logging (must also be explicitely enabled by using command line switch --debug when starting emailrelay) config EMAILRELAY_SSL bool "Enable support for OpenSSL" depends on PACKAGE_emailrelay default y select PACKAGE_libopenssl help Builds the package with OpenSSL support (SSMTP is supported). @@