aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAge
* mutt: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundlechamptar2016-07-18
|\ | | | | mail/msmtp: Make msmtp ssl version depend on ca-bundle
| * mail/msmtp: Make msmtp ssl version depend on ca-bundleDaniel Dickinson2016-07-04
| | | | | | | | | | | | | | | | msmtp fails when /etc/ssl/certs/ca-certifictes.crt bundle is not present (for the SSL version), therefore add a dependency on ca-bundle packages (newly added to trunk). Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | Merge pull request #2952 from zorun/fix_md5sumchamptar2016-07-11
|\ \ | | | | | | Remove incorrect use of PKG_SHA256SUM
| * | Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| |/ | | | | | | | | | | | | | | | | OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the hash is e.g. SHA256 by looking at the length of the hash. This affects libs/libmicrohttpd, mail/ssmtp and utils/mc. Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | Merge pull request #2891 from dibdot/ssmtpTed Hess2016-07-10
|\ \ | | | | | | ssmtp: change symlink handling
| * | ssmtp: change symlink handlingDirk Brenken2016-07-05
| |/ | | | | | | | | * sendmail symlink handling is no longer forced and part of install step Signed-off-by: Dirk Brenken <dev@brenken.org>
* / packages: cleanup Makefile variablesStephen Walker2016-07-09
|/ | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* bogofilter: postfix script now reads bogofilter_dir from bogofilter confW. Michael Petullo2016-06-12
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #2694 from dibdot/ssmtpHannu Nyman2016-05-13
|\ | | | | ssmtp: refresh package makefile
| * ssmtp: refresh package makefileDirk Brenken2016-05-13
| | | | | | | | | | | | | | * change maintainer email address * switch to sha256sum fingerprint * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | mail/alpine: Fix typo (found by codespell)Stefan Weil2016-05-05
| | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | postfix: version update to 3.1.0Denis Shulyaka2016-02-27
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | postfix: version update to 3.0.4Denis Shulyaka2016-02-26
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | postfix: version update to 3.0.3.Denis Shulyaka2016-02-09
| | | | | | | | | | Some minor issues fixed. SMTPUTF8 support option added (by Val Kulkov). Disabled by default because of icu library size.
* | mutt: bring back from oldpackagesPhil Eichinger2015-11-30
|/ | | | | | | | | * import from oldpackages * bump version and update hash * update patch to new version * add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* ssmtp: maintenance updateDirk Brenken2015-11-15
| | | | | | | | remove needless dead.letter function (at least on embedded devices) backport debian fixes (slightly modified) compile tested. Please apply to upstream - thank you! Signed-off-by: Dirk Brenken <dirk@brenken.org>
* fdm: fix musl compileDirk Neukirchen2015-08-19
| | | | | | musl does not define some macros so define them ourselves Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* postfix: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | The current package patches `makedefs` to probe for the existance of the `nsl` and `resolv` libraries but uses the wrong variables for the prefix, leading to `makedefs` probing the host directories, not the staging dir ones. Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library tests in the correct directory. Fixes the following error spotted by doing test builds against musl which does not provide a `libnsl`: .../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl collect2: error: ld returned 1 exit status make: *** [master] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* postfix: update to 3.0.1Denis Shulyaka2015-05-10
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* msmtp: update to 1.6.2Nicolas Thill2015-04-26
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Remove libcrypto dependencyAlexander Ryzhov2015-04-23
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* Merge pull request #1133 from Shulyaka/masterTed Hess2015-04-10
|\ | | | | mailman: upgrade to 2.1.20
| * mailman: upgrade to 2.1.20Denis Shulyaka2015-04-10
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | bogofilter: remove host includesDirk Neukirchen2015-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - host GSL libs are sometimes found leading to errors reported by buildbot, replicated locally (Arch Linux) Error: configure: GSL_LIBS=-L/usr/lib -lgsl -lgslcblas -lm leading to /usr/include/features.h:398:23: fatal error: gnu/stubs.h: No such file or directory - explicit libdb location to prevent host includes Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* | msmtp: prevent use of IDN support on uClibcNicolas Thill2015-03-07
| | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | msmtp: use proper configure optionsNicolas Thill2015-03-07
| | | | | | | | | | | | Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | mailsend: split into 2 packages - with SSL and without SSLTed Hess2015-03-04
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #983 from Shulyaka/masterSteven Barth2015-03-03
|\| | | | | mailman: version upgrade to 2.1.19
| * mailman: version upgrade to 2.1.19Denis Shulyaka2015-03-03
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | Merge pull request #926 from ryzhovau/masterTed Hess2015-02-24
|\ \ | | | | | | msmtp-nossl: prerm
| * | msmtp: bump revisionAlexander Ryzhov2015-02-24
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | msmtp-nossl: prermAlexander Ryzhov2015-02-19
| | |
* | | remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
|/ / | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge pull request #912 from Shulyaka/masterSteven Barth2015-02-16
|\| | | | | postfix: upgrade to version 3.0.0
| * postfix: upgrade to version 3.0.0Denis Shulyaka2015-02-16
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | alpine: update to 2.20Antti Seppälä2015-01-25
| | | | | | | | | | | | New version requires a patch to skip openssl runtime checking when cross-compiling. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* | msmtp: import from old packages feedNicolas Thill2015-01-10
| | | | | | | | | | | | | | | | - update to latest version (v1.6.1) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge pull request #716 from Shulyaka/masterSteven Barth2015-01-01
|\| | | | | mailman: add http source download link
| * mailman: add http source download linkDenis Shulyaka2015-01-01
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | Alpine: add new package v2.11Antti Seppälä2014-12-27
| | | | | | | | | | | | | | | | | | Alpine (Alternatively Licenced Program for Internet News and Email) is a free software console email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* | nail: unbreak compilationSteven Barth2014-12-16
| | | | | | | | | | | | | | disabling SSLv2 and SSLv3 caused nail to break, fixed this some of our snapshot builders don't have CVS, switch to Debian as source Signed-off-by: Steven Barth <steven@midlink.org>
* | fdm: add missing quote mark in MakefileSyrone Wong2014-12-07
| | | | | | | | | | | | | | This commit will fix compile warning as below tmp/.config-package.in:22096:warning: multi-line strings not supported Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
* | Merge pull request #604 from Shulyaka/masterSteven Barth2014-12-07
|\| | | | | postfix: broken mynetworks parameter default value
| * postfix: broken mynetworks parameter default valueDenis Shulyaka2014-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an issue with the default parameter value. 1. By default, the init script set ip address instead of network address in the parameter value (i.e. 192.168.1.1/24 instead of 192.168.1.0/24) 2. Dynamic address were not caught by the init script As a result, if the mynetworks parameter was left default, Postfix would have rejected the mails with the following message in the logs: Sat Dec 6 23:26:45 2014 mail.info postfix/smtpd[22806]: NOQUEUE: reject: RCPT from unknown[104.167.106.30]: 451 4.3.0 <ds_gitcommit@shulyaka.org.ru>: Temporary lookup failure; from=<delivery@mx.sailthru.com> to=<ds_gitcommit@shulyaka.org.ru> proto=ESMTP helo=<mx-indiegogo-b.sailthru.com> Sat Dec 6 23:26:45 2014 mail.warn postfix/smtpd[22806]: warning: non-null host address bits in "127.0.0.1/8", perhaps you should use "127.0.0.0/8" instead This commit fixes that behavior for the new installations. Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | Merge pull request #582 from Shulyaka/masterSteven Barth2014-12-01
|\| | | | | postfix: fixed installing to the filesystem image
| * postfix: fixed installing to the filesystem imageDenis Shulyaka2014-12-01
| | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ \ | | | | | | License updates and metadata typo correction
| * | misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | nail: fixed versionDmitry V. Zimin2014-11-24
| | | | | | | | | | | | Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>