include $(TOPDIR)/rules.mk
PKG_NAME:=emailrelay
-PKG_VERSION:=2.4.1
+PKG_VERSION:=2.6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=@SF/emailrelay/$(PKG_VERSION)
-PKG_HASH:=cff8cf5bff19fd1721cefdbd6207da67af01d2b1b4a51d147c33f4429a79766e
+PKG_HASH:=30c106ca66d75f7e6de2baf22e516024776c699ac27abdd570fbb9319053b4b9
PKG_LICENSE:=GPL-3.0-or-later
SECTION:=mail
CATEGORY:=Mail
DEPENDS:=+EMAILRELAY_SSL:libopenssl +libstdcpp
- TITLE:=A simple SMTP proxy and MTA
- URL:=http://emailrelay.sourceforge.net/
+ TITLE:=E-MailRelay A lightweight email server
+ URL:=https://emailrelay.sourceforge.net/
MENU:=1
endef
define Package/emailrelay/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.
+ E-MailRelay is a simple SMTP proxy and store-and-forward MTA with POP access to spooled messages.
+
+ It can be used as a personal internet mail server with spam filtering and DNSBL connection blocking.
+ Forwarding can be to a fixed smarthost or using DNS MX routing.
+
+ External scripts can be used for address validation and e-mail message processing.
endef
define Package/emailrelay/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay $(1)/usr/bin/
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-filter-copy $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-passwd $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/main/emailrelay-submit $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc