File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,29 @@ r151026 release repository: https://pkg.omniosce.org/r151026/core
2222 * openssh daemon
2323 * TBC...
2424
25+ * The default mail submission agent is now ` Dragonfly Mail Agent (dma) ` rather
26+ than sendmail. In a default installation, ` /usr/lib/sendmail ` points to
27+ ` dma ` and can deliver email messages to local users and Internet recipients.
28+ Dragonfly supports TLS and SMTP authentication out of the box - see
29+ ` /etc/dma/dma.conf ` and ` man dma ` for available options.
30+ There are now three mediated MTA/MSA packages in OmniOS, ` dma ` , ` sendmail `
31+ and ` mailwrapper ` ; only ` dma ` is installed by default. To switch between
32+ them, install the appropriate package and then configure the ` mta ` mediator
33+ implementation, for example:
34+ ```
35+ # pkg install service/network/smtp/sendmail
36+
37+ # pkg mediator -a mta
38+ MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
39+ mta system system mailwrapper
40+ mta system system sendmail
41+ mta vendor vendor dma
42+
43+ # pkg set-mediator -I sendmail mta
44+ ```
45+ Mailwrapper is still available to support use of packages from non-IPS
46+ repositories such as _pkgsrc_ via `/etc/mailer.conf`
47+
2548* `openssh` has been upgraded to 7.6p1. This version drops support for
2649 SSH protocol version 1, RSA keys under 1024 bits in length and a number
2750 of old ciphers and MACs. Refer to
You can’t perform that action at this time.
0 commit comments