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

Package: emailrelay
Menu: 1
Version: 2.4.1-r1
Depends: +libc +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 <fededim@gmail.com>
Source: emailrelay-2.4.1-src.tar.gz
License: GPL-3.0-or-later
LicenseFiles: COPYING
URL: http://emailrelay.sourceforge.net/
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.
@@
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).
@@


