aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAge
...
* | dovecot: Update to version 2.3.7.2Josef Schlehofer2019-09-10
|/ | | | | | Fix CVE-2019-11500 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp-scripts: Add msmtprc permission docsDaniel F. Dickinson2019-08-27
| | | | | | | | There is a wrinkle in terms of sending mail immediately when using msmtpq-ng-mta instead of a typical mail server. We document that in the package description. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp-scripts: Fix spool/lock dir permissionsDaniel F. Dickinson2019-08-27
| | | | | | | | If the spool or lock dir exist before msmtp's initscript runs we need to modify the permisions to be appropriate instead of just bailing, otherwise non-root can't send mail. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp-scripts: Make conn_test default ncDaniel F. Dickinson2019-08-27
| | | | | | | | | | | | | On OpenWrt nc (netcat) connectivity test makes more sense than ping because a) for non-root users ping is not permitted, and b) nc is a default binary included with OpenWrt. We do, however, have to change the upstream default from using `nc -vz` to `printf "<http head request>"|nc` (with openwrt nc if text is sent then nc closes after a response and fails if no connection is made; the response is already thrown away (to /dev/null) by the existing code). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* dovecot: Improve packaging and include configsJosef Schlehofer2019-08-18
| | | | | | | | | | | - Add dovenull user, otherwise, dovecot doesn't start - Build docs to have configuration files for dovecot - Remove init script as conffile - Move build options from Makefile to Config.in - Install section to be more readable - Refresh patches Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* dovecot: update to version 2.3.7.1Josef Schlehofer2019-08-18
| | | | | | Move PKG_MAINTAINER above PKG_LICENSE to be sync with other packages Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* msmtp-scripts: Overhaul and update like upstreamDaniel F. Dickinson2019-08-08
| | | | | | | | | The project has been revived upstream and a user has convinced me there is a valid use case for this package in openwrt, so remove deprecation notice, adjust links to upstream (it's moved) and update to latest version. Sync behavior with that expected upstream. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp-scripts: Fix LICENSE informationDaniel F. Dickinson2019-08-08
| | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp: msmtp-scripts: Enable PROVIDES and ALTERNATIVESDaniel F. Dickinson2019-08-08
| | | | | | | | | Use the PROVIDES mechanism so that msmtp and msmtp-nossl can be be +depended-on and avoid generating a file level conflict. Also use alternatives for msmtp-mta and msmtpq-ng-mta with msmtp-mta since we can only have one sendmail at a time. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* opendkim: Fix compilation with uClibc-ngRosen Penev2019-07-19
| | | | | | | | res_nsend and res_send are both not available in uClibc-ng as configured in OpenWrt. Having this function return an error is the only sensible way to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #9490 from neheb/msmtRosen Penev2019-07-16
|\ | | | | msmtp: Update to 1.8.5
| * msmtp: Update to 1.8.5Rosen Penev2019-07-15
| | | | | | | | | | | | Small Makefile adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | dovecot: update to 2.3.7Lucian Cristian2019-07-14
|/ | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* postfix: bump versionDenis Shulyaka2019-07-14
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* mutt: bump to 1.12.1Phil Eichinger2019-07-01
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: switch to https instead of ftpPhil Eichinger2019-05-28
| | | | | | Since https is preferred master site with http is used as second choice. Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* mutt: bump to version 1.12.0Phil Eichinger2019-05-27
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* Merge pull request #8937 from lucize/doveupDaniel Engberg2019-05-13
|\ | | | | dovecot: update to 2.3.6
| * dovecot: update to 2.3.6Lucian Cristian2019-05-13
| | | | | | | | | | | | also don't pack docs Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #8899 from neheb/postRosen Penev2019-05-11
|\ \ | |/ |/| postfix: Fix compilation with uClibc-ng
| * postfix: Fix compilation with uClibc-ngRosen Penev2019-05-05
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | msmtp: Remove uClibc hackRosen Penev2019-05-05
|/ | | | | | This seems to no longer be needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.4Rosen Penev2019-04-29
| | | | | | Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: update to 2.3.5.2Lucian Cristian2019-04-29
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* ssmpt: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* bogofilter: mark /etc/bogofilter.cf as a configuration fileW. Michael Petullo2019-04-26
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dovecot: gssapi build fix, add parallel buildLucian Cristian2019-04-13
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* dovecot: Fix deprecated API patchRosen Penev2019-04-09
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: update to 2.3.5.1Lucian Cristian2019-04-07
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* mutt: bump to version 1.11.4Phil Eichinger2019-04-05
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* postfix: Update to 3.4.4Rosen Penev2019-03-28
| | | | | | | | | | Switched to HTTP from FTP for one of the mirrors. Rebased Patches. Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pigeonhole: update to 0.5.5W. Michael Petullo2019-03-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dovecot: update to 2.3.5Lucian Cristian2019-03-13
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #8247 from neheb/fdmHannu Nyman2019-03-10
|\ | | | | fdm: Update to 2.0
| * fdm: Update to 2.0Rosen Penev2019-02-18
| | | | | | | | | | | | | | | | Removed upstream patches. Fixed up Makefile slightly as configure bugs seem to have been solved. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | msmtp: Update to 1.8.3Rosen Penev2019-02-25
|/ | | | | Fixes CVE-2019-8337 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: Fix compilation with OpenSSL 1.1Rosen Penev2019-02-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dovecot: update to version 2.3.4.1 (security fix)Jan Pavlinec2019-02-05
| | | | | | Fixes CVE-2019-3814 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* mutt: Update to 1.11.2Rosen Penev2019-01-20
| | | | | | OpenSSL patch was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* msmtp: Update to 1.8.2Rosen Penev2019-01-13
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #7843 from neheb/posHannu Nyman2019-01-09
|\ | | | | postfix: Fix compilation without OpenSSL ENGINE
| * postfix: Fix compilation without OpenSSL ENGINERosen Penev2019-01-01
| | | | | | | | | | | | | | | | While ENGINE is not actually used, the header being included unconditionally as well as the cleanup function being called breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7841 from neheb/dovoHannu Nyman2019-01-09
|\ \ | | | | | | dovecot: Make OpenSSL ENGINE support optional
| * | dovecot: Make OpenSSL ENGINE support optionalRosen Penev2019-01-01
| |/ | | | | | | | | | | Allows libopenssl to be smaller. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / 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>
* Merge pull request #7656 from neheb/msmHannu Nyman2018-12-26
|\ | | | | msmtp: Update to 1.8.1
| * msmtp: Update to 1.8.1Rosen Penev2018-12-13
| | | | | | | | | | | | | | | | Switch from OpenSSL to GnuTLS as upstream has deprecated the former. Add myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7744 from val-kulkov/opendkim-packageHannu Nyman2018-12-21
|\ \ | | | | | | opendkim: support OpenSSL 1.1 with/without deprecated APIs
| * | opendkim: support OpenSSL 1.1 with/without deprecated APIsVal Kulkov2018-12-21
| | | | | | | | | | | | | | | | | | | | | This patch enables support of OpenSSL 1.1+ with and without deprecated OpenSSL APIs. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | Merge pull request #7708 from neheb/patch-13Hannu Nyman2018-12-21
|\ \ \ | |/ / |/| | postfix: Update to 3.3.2