|
| 1 | +OpenSMTPD 7.6.0p0 |
| 2 | + |
| 3 | +OpenSMTPD is a FREE implementation of the SMTP protocol with some common |
| 4 | +extensions. It allows ordinary machines to exchange e-mails with systems |
| 5 | +speaking the SMTP protocol. It implements a fairly large part of RFC5321 |
| 6 | +and can already cover a large range of use-cases. |
| 7 | + |
| 8 | +It runs on OpenBSD, NetBSD, FreeBSD, DragonFlyBSD, Linux and OSX. |
| 9 | + |
| 10 | +The archives are now available from the main site at www.OpenSMTPD.org |
| 11 | + |
| 12 | +We would like to thank the OpenSMTPD community for their help in testing |
| 13 | +the snapshots, reporting bugs, contributing code and packaging for other |
| 14 | +systems. |
| 15 | + |
| 16 | +This is a major release with multiple bug fixes and new features. |
| 17 | + |
| 18 | + |
| 19 | +Dependencies note: |
| 20 | +================== |
| 21 | + |
| 22 | +This release builds with LibreSSL, or OpenSSL >= 1.1. |
| 23 | + |
| 24 | +It's preferable to depend on LibreSSL as OpenSMTPD is written and tested |
| 25 | +with that dependency. OpenSSL library is considered as a best effort |
| 26 | +target TLS library and provided as a commodity, LibreSSL has become our |
| 27 | +target TLS library. |
| 28 | + |
| 29 | + |
| 30 | +Changes in this release: |
| 31 | +======================== |
| 32 | + |
| 33 | + |
| 34 | + - Introduced a new K_AUTH service to allow offloading the credentials |
| 35 | + to a proc table for non-crypt(3) authentication. Helps with use |
| 36 | + cases like LDAP or custom auth. |
| 37 | + |
| 38 | + - Implement report responses for proc-filters too. |
| 39 | + |
| 40 | + - Changed the table protocol to a simpler text-based one. Existing |
| 41 | + proc tables needs to be updated since old ones won't work. The new |
| 42 | + protocol is documented in smtpd-tables(7). |
| 43 | + |
| 44 | + - Fixed the parsing of IPv6 addresses in file-backed table(5) |
| 45 | + |
| 46 | + - Document expected MDA behavior and the environment set by OpenSMTPD. |
| 47 | + |
| 48 | + - Set ORIGINAL_RECIPIENT in the environment of MDA scripts for |
| 49 | + compatibility with postfix. |
| 50 | + |
| 51 | + - Updated the bundled libtls. |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +Checksums: |
| 56 | +========== |
| 57 | + |
| 58 | + SHA256 (opensmtpd-7.6.0p0.tar.gz) = |
| 59 | + 4cc7f8caf0ba74a2932361e17dd03bd1c938178347a91c7f0c57a68a50623ce5 |
| 60 | + |
| 61 | + |
| 62 | +Verify: |
| 63 | +======= |
| 64 | + |
| 65 | +Starting with version 5.7.1, releases are signed with signify(1). |
| 66 | + |
| 67 | +You can obtain the public key from our website, check with our community |
| 68 | +that it has not been altered on its way to your machine. |
| 69 | + |
| 70 | + $ wget https://www.opensmtpd.org/archives/opensmtpd-20181026.pub |
| 71 | + |
| 72 | +Once you are confident the key is correct, you can verify the release as |
| 73 | +described below: |
| 74 | + |
| 75 | +1. download both release tarball and matching signature file to same directory: |
| 76 | + |
| 77 | + $ wget https://www.opensmtpd.org/archives/opensmtpd-7.6.0p0.sum.sig |
| 78 | + $ wget https://www.opensmtpd.org/archives/opensmtpd-7.6.0p0.tar.gz |
| 79 | + |
| 80 | + |
| 81 | +2. use `signify` to verify that signature file is properly signed and that the |
| 82 | + checksum matches the release tarball you downloaded: |
| 83 | + |
| 84 | + $ signify -C -e -p opensmtpd-20181026.pub -x opensmtpd-7.6.0p0.sum.sig |
| 85 | + Signature Verified |
| 86 | + opensmtpd-7.6.0p0.tar.gz: OK |
| 87 | + |
| 88 | + |
| 89 | +If you don't get an OK message, then something is not right and you should not |
| 90 | +install without first understanding why it failed. |
| 91 | + |
| 92 | + |
| 93 | +Support: |
| 94 | +======== |
| 95 | + |
| 96 | +You are encouraged to register to our general purpose mailing-list: |
| 97 | + http://www.opensmtpd.org/list.html |
| 98 | + |
| 99 | +The "Official" IRC channel for the project is at: |
| 100 | + #opensmtpd @ irc.libera.chat |
| 101 | + |
| 102 | + |
| 103 | +Support us: |
| 104 | +=========== |
| 105 | + |
| 106 | +The project is maintained by volunteers, you can support us by: |
| 107 | + |
| 108 | +- donating time to help test development branch during development cycle |
| 109 | +- donating money to either one of the OpenBSD or OpenSMTPD project |
| 110 | +- sponsoring developers through direct donations or patreon |
| 111 | +- sponsoring developers through contracts to write features |
| 112 | + |
| 113 | +Get in touch with us by e-mail or on IRC for more informations. |
| 114 | + |
| 115 | + |
| 116 | +Reporting Bugs: |
| 117 | +=============== |
| 118 | + |
| 119 | +Please read http://www.opensmtpd.org/report.html |
| 120 | +Security bugs should be reported directly to [email protected] |
| 121 | +Other bugs may be reported to [email protected] |
0 commit comments