aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix
Commit message (Collapse)AuthorAge
* 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.
* 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>
* 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>
* | 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>
* | misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
|/ | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* postfix: Added experimental support for Berkeley DB (btree files).Denis Shulyaka2014-11-01
| | | | | | | 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>
* postfix 2.11.3Denis Shulyaka2014-10-25
| | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* Postfix MTADenis Shulyaka2014-10-20
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>