mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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 <stokito@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
c5604731ca
commit
d5e4a8a7e7
@@ -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 <fededim@gmail.com>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user