The EmailRelay is an SMTP and POP3 server. It's the only server that has UCI config. That's why the app is called just Email. If any new mail server added we can create a separate tab within the same app. Signed-off-by: Sergey Ponomarev <stokito@gmail.com> * Improve translation handling * Update i18n Signed-off-by: Florian Eckert <fe@dev.tdt.de>
12 lines
370 B
Makefile
12 lines
370 B
Makefile
# See /LICENSE for more information.
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI app for email server configuration (EmailRelay)
|
|
LUCI_DEPENDS:=+luci-base +emailrelay
|
|
PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|