703a87c2ab
Based on PR 38262, some portability improvement and ipv6 support optionify. mailx (Heirloom Mailx; formerly nail) is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with built-in support for MIME messages. This means it can handle international character sets as well as attachments. In recent system environments, nail is Unicode/UTF-8 capable. It further contains some minor enhancements like the ability to set a "From:" Address.
12 lines
537 B
Text
12 lines
537 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/10/30 13:01:00 obache Exp $
|
|
|
|
To avoid conflicts with native mailx installations create symbolic links:
|
|
|
|
ex.
|
|
% ln -s ${PREFIX}/bin/mailx ${PREFIX}/bin/Mailx
|
|
% ln -s ${PREFIX}/man/man1/mailx.1 ${PREFIX}/man/man1/Mailx.1
|
|
|
|
Example configurations: ${PREFIX}/share/examples/mailx/nail.rc
|
|
Alternate docs: ${PREFIX}/share/doc/html/mailx/mailx.1.html
|
|
===========================================================================
|