aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp-scripts
Commit message (Collapse)AuthorAge
* msmtp-scripts: Remove as abandoning upstream; msmtp-queue worksDaniel F. Dickinson2019-12-18
| | | | | | | | I am upstream for msmtp-scripts and have decided to abandon the project. Therefore remove msmtp-scripts from OpenWrt -- there is already msmtp-queue which is 'good enough' for the use cases where msmtp-scripts had any relevance. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp-scripts: Update msmtp-scriptsDaniel F. Dickinson2019-10-21
| | | | | | Update to 1.2.5.1 (latest stable release) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.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>
* 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>
* mail/msmtp-scripts: Deprecated upstream; remove myself as maintainerDaniel F. Dickinson2018-07-08
| | | | | | | | | Remove myself as maintainer. Also add deprecation warning as this is deprecated upstream (see: https://github.com/cshore-history/msmtp-scripts#deprecation-notice) barring expression of interested by others in it being revived. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* msmtp-scripts: Update my emailDaniel F. Dickinson2018-07-04
| | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* 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>
* mail/msmtp-scripts: Add queuing mta wrapper for msmtpDaniel Dickinson2016-09-21
This commit adds the msmtp-scripts package from SourceForge, which is a wrapper around msmtp that provides queueing, syslog or file logging, and a basic SMTP (no auth) server. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>