aboutsummaryrefslogtreecommitdiff
path: root/mail/emailrelay
Commit message (Collapse)AuthorAge
* emailrelay: Remove unnecessary OpenSSL engine includeRosen Penev2019-01-01
| | | | | | | There's no usage of any ENGINE APIs and trying to include the header breaks compilation with ENGINE support disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* emailrelay: Remove SSLv3 optionRosen Penev2018-10-28
| | | | | | The next version of OpenSSL will not include support. Removing in advance. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* emailrelay: add some runtime optionsOthmar Truniger2018-08-20
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* emailrelay: avoind linking with -lpamEneas U de Queiroz2018-08-04
| | | | | | | The package seems to link to -lpam even when using --without-pam. Set ac_cv_search_pam_end=no to avoid it. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* emailrelay: Update to 2.0Rosen Penev2018-07-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mail/emailrelay: tune up initscript and configPaul Wassi2017-11-17
| | | | | | | | | Previously, configuration of emailrelay was done by fiddling around with the commandline inside the initscript. Introduce a config file in /etc/config for basic configuration and at the same time switch to a procd-style initscript. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* mail/emailrelay: cosmetic fixesPaul Wassi2017-11-16
| | | | | | | | | | This is just a cosmetic thing, therefore no increase of PKG_RELEASE. - Trailing spaces and tabs - Add newline to end of file - Add License info to Makefile - Move maintainer definition to PKG_MAINTAINER Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* emailrelay: bugfix #2401, switched to libstdcpp due to some uclibc++ issuesRupan2016-12-07
| | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* emailrelay: added configuration optionsRupan2016-10-04
- moved from net to mail category - removed no-ssl package and added ssl support as configuration option (default enabled) - added configuration option to support extended logging (default disabled) - disabled build of test tools - added LEDE compatibility (support for openssl without SSL3) Signed-off-by: Federico Di Marco <fededim@gmail.com>