1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
Commit Graph

155 Commits

Author SHA1 Message Date
Nicolas Thill
0a05c1340c msmtp: prevent use of IDN support on uClibc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Nicolas Thill
3681f30c78 msmtp: use proper configure options
Some configure options were renamed during last upstream update: use them!

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Ted Hess
0b2e43d07b mailsend: split into 2 packages - with SSL and without SSL
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-04 16:52:02 -05:00
Steven Barth
577b694c28 Merge pull request #983 from Shulyaka/master
mailman: version upgrade to 2.1.19
2015-03-03 21:05:56 +01:00
Denis Shulyaka
a778acd865 mailman: version upgrade to 2.1.19
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-03-03 18:11:09 +03:00
Ted Hess
715fadc7e5 Merge pull request #926 from ryzhovau/master
msmtp-nossl: prerm
2015-02-24 15:28:36 -05:00
Alexander Ryzhov
94a28e969f msmtp: bump revision
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-02-24 11:11:13 +00:00
Nicolas Thill
e24dfafb01 remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Alexander Ryzhov
0a76266f3b msmtp-nossl: prerm 2015-02-19 12:58:49 +00:00
Steven Barth
5d4e18786f Merge pull request #912 from Shulyaka/master
postfix: upgrade to version 3.0.0
2015-02-16 09:47:34 +01:00
Denis Shulyaka
b7bc73104c postfix: upgrade to version 3.0.0
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-02-16 01:17:45 +03:00
Antti Seppälä
fb65b9d460 alpine: update to 2.20
New version requires a patch to skip openssl runtime checking when cross-compiling.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
2015-01-25 12:43:24 +02:00
Nicolas Thill
898d3d27db msmtp: import from old packages feed
- update to latest version (v1.6.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:42:20 +01:00
Steven Barth
3a0b7d37a7 Merge pull request #716 from Shulyaka/master
mailman: add http source download link
2015-01-01 22:06:28 +01:00
Denis Shulyaka
1e6a5606bc mailman: add http source download link
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2015-01-01 23:02:13 +03:00
Antti Seppälä
cbbe43302f Alpine: add new package v2.11
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>
2014-12-27 15:46:20 +02:00
Steven Barth
de0ab1305e nail: unbreak compilation
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>
2014-12-16 09:30:36 +01:00
Syrone Wong
65754827b1 fdm: add missing quote mark in Makefile
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>
2014-12-07 19:48:17 +08:00
Steven Barth
6abf491ff3 Merge pull request #604 from Shulyaka/master
postfix: broken mynetworks parameter default value
2014-12-07 11:19:03 +01:00
Denis Shulyaka
9adfea21f9 postfix: broken mynetworks parameter default value
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>
2014-12-07 01:00:30 +03:00
Steven Barth
40aaae1f9d Merge pull request #582 from Shulyaka/master
postfix: fixed installing to the filesystem image
2014-12-01 08:53:28 +01:00
Denis Shulyaka
06a096858d postfix: fixed installing to the filesystem image
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-12-01 01:52:13 +03:00
Steven Barth
6c97ad84be Merge pull request #563 from antonlacon/license-updates
License updates and metadata typo correction
2014-11-26 14:20:54 +01:00
Ian Leonard
ac7cd4c6e6 misc: correct typo in Makefiles for PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-11-24 23:43:37 -08:00
Dmitry V. Zimin
2b305a0317 nail: fixed version
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-24 15:05:17 +03:00
Dmitry V. Zimin
74329f9eaa nail: new package added (heirloom-mailx)
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-20 17:44:00 +03:00
Dmitry V. Zimin
c400fe3b09 fdm: new package added
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
2014-11-20 17:41:03 +03:00
Ted Hess
4b8b1182cd Merge pull request #537 from dibdot/master
ssmtp: more pointer fixes
2014-11-12 17:01:36 -05:00
Dirk Brenken
133d4beec4 ssmtp: more pointer fixes
- fixed more pointer issues
- remove unused variable

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-12 21:37:17 +01:00
Peter Wagner
b026b50320 dovecot: update to 2.2.15
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-11-09 20:23:56 +01:00
Dirk Brenken
f267d2eaa6 ssmtp: revoke gnutls support
Drop gnutls and use openssl instead, due to excessive memory consumption in embedded environment for an additonal ssl library.

Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-09 16:56:31 +01:00
Dirk Brenken
62e7ac8d71 ssmtp: move to github
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
2014-11-08 16:21:56 +01:00
Denis Shulyaka
4f3248867d mailman: fixed compilation errors (Issue #498)
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-11-04 17:03:43 +03:00
sbyx
8d2579392f Merge pull request #490 from Shulyaka/master
postfix: Added experimental support for Berkeley DB (btree files).
2014-11-01 13:55:06 +01:00
Denis Shulyaka
250f1f2ade postfix: Added experimental support for Berkeley DB (btree files).
Note that hash files are currently not supported by OpenWRT package of Berkeley DB.
CDB is still default.

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-11-01 13:20:17 +03:00
W. Michael Petullo
055d2074f4 bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-31 20:34:30 -04:00
W. Michael Petullo
09644e50ea bogofilter: depend on libdb47, not libdb47-full (related to #459)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-30 07:05:45 -04:00
sbyx
fb384f9db5 Merge pull request #473 from Shulyaka/mailman
mailman: New mailman package (mailing list manager)
2014-10-28 08:05:38 +01:00
Denis Shulyaka
51aad45ebf mailman: New mailman package (mailing list manager)
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-10-26 12:39:44 +03:00
Denis Shulyaka
977968bf65 postfix 2.11.3
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-10-25 21:21:31 +04:00
sbyx
b3ee2345ad Merge pull request #435 from MikePetullo/bogofilter
bogofilter: depend on db47 with statistics support
2014-10-20 07:43:37 +02:00
sbyx
9a710015b9 Merge pull request #386 from Shulyaka/postfix
postfix: new packages for Postfix MTA
2014-10-20 07:40:55 +02:00
Denis Shulyaka
cbe59734b6 Postfix MTA
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-10-20 08:53:43 +04:00
W. Michael Petullo
daf12e3256 bogofilter: create /usr/sbin before installing postfix-bogofilter there
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:40:20 -04:00
W. Michael Petullo
d67610ac77 bogofilter: depend on db47 with statistics support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:27:52 -04:00
W. Michael Petullo
332eb1b03b Merge remote-tracking branch 'openwrt/master' into bogofilter 2014-10-19 22:27:11 -04:00
W. Michael Petullo
a31e4b7b7f bogofilter: install postfix-bogofilter script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-19 22:25:31 -04:00
Peter Wagner
169c863286 dovecot: update to 2.2.14
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-19 04:57:17 +02:00
W. Michael Petullo
665c5ee68b bogofilter: new package for bogofilter spam filter
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-10-13 17:54:53 -04:00
John Crispin
d4042ec35e generic userid: use the new USERID api
recent changes in trunk allow us to specify the userid inside the openwrt makefile.
the info is stored int he meta data of the IPK contorl file and users are generated
by the new generic postinst trigger.

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-10-08 03:45:30 +02:00
Peter Wagner
bb01c49e01 dovecot: disable LDAP by default
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-07 19:55:33 +02:00
W. Michael Petullo
13af207aaa dovecot: add LDAP option
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-30 22:54:05 -04:00
Ted Hess
83d7ff8b71 mailsend: import command-line mail sender. Use v1.17b15 for correct IPv4/6 support
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-21 15:52:39 -04:00
Ian Leonard
66cde69e79 dovecot: add PKG_LICENSE information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-02 02:04:52 -07:00
Peter Wagner
f8ba70a8a1 dovecot: import from packages
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-16 11:54:42 +02:00