From d5e4a8a7e706ae6e6e921186da954c803c3c8940 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Wed, 30 Aug 2023 23:14:31 +0300 Subject: [PATCH] emailrelay: update to v2.6 The emailrelay-filter-copy was removed and --filter=copy: can be used instead. Minor improvement of description. Signed-off-by: Sergey Ponomarev --- mail/emailrelay/Makefile | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/mail/emailrelay/Makefile b/mail/emailrelay/Makefile index 280a3de5e1..cafe8cf091 100644 --- a/mail/emailrelay/Makefile +++ b/mail/emailrelay/Makefile @@ -8,12 +8,12 @@ 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_MAINTAINER:=Federico Di Marco PKG_LICENSE:=GPL-3.0-or-later @@ -28,8 +28,8 @@ define Package/emailrelay 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 @@ -54,14 +54,12 @@ endef define Package/emailrelay/description - Emailrelay is a simple SMTP proxy and store-and-forward message transfer agent (MTA). + E-MailRelay is a simple SMTP proxy and store-and-forward MTA with POP access to spooled messages. - 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. + 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 @@ -100,7 +98,6 @@ TARGET_CXXFLAGS += -Wl,--as-needed 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