heirloom_mailx_under_linux_bsd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
heirloom_mailx_under_linux_bsd [2021/03/07 21:52] – hc9 | heirloom_mailx_under_linux_bsd [2021/03/12 19:43] (current) – hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Heirloom Mailx under Linux/BSD ====== | ||
+ | |||
+ | Add the following to **~homeuser/ | ||
+ | |||
+ | <file config ~homeuser/ | ||
+ | |||
+ | # Remote SDF SMTP relaying (use SDF ' | ||
+ | set ssl-verify=" | ||
+ | set smtp-use-starttls | ||
+ | set smtp=mx.sdf.org: | ||
+ | set smtp-auth=cram-md5 | ||
+ | set smtp-auth-user=" | ||
+ | set smtp-auth-password=" | ||
+ | |||
+ | </ | ||
+ | |||
+ | The SDF CA is self-signed but can still be used if desired. Retrieve and store | ||
+ | somewhere (ie. under ~/ | ||
+ | |||
+ | <file config ~homeuser/ | ||
+ | |||
+ | set ssl-ca-file="/ | ||
+ | set ssl-verify=" | ||
+ | ... | ||
+ | |||
+ | </ | ||
+ | |||
+ | Account-specific smtp settings are possible; see the Heirloom Mailx documentation. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | [[http:// | ||