Additions:
>>===mailx alternatives===
mail user agent (mua) alternatives that allow you to send attachments from the command line include mutt and heirloom/nail/mailx
==mutt==
# yum install mutt
$ mutt -x -a myfile.txt me@me.me
Subject:
.
==heirloom/nail/mailx==
download
make
install
test
$ smtp=upstream nail name@mydomain.com
initialisation configuration file
mail user agent (mua) alternatives that allow you to send attachments from the command line include mutt and heirloom/nail/mailx
==mutt==
# yum install mutt
$ mutt -x -a myfile.txt me@me.me
Subject:
.
==heirloom/nail/mailx==
download
make
install
test
$ smtp=upstream nail name@mydomain.com
initialisation configuration file
Deletions:
==download==
==make==
==install==
==test==
$ smtp=upstream mailx name@mydomain.com
==initialisation configuration file==
Additions:
==initialisation configuration file==
if you prefer you can add SMTP to your mailx initialisation configuration file
# tail /etc/nail.rc
set autocollapse
# Hide some header fields which are uninteresting for most human readers.
ignore received in-reply-to message-id references
ignore mime-version content-transfer-encoding
# Only include selected header fields when forwarding messages.
fwdretain subject date from to
set smtp=upstream
this should prevent CPU going to 100% if you forget to specify a valid SMTP server
if you prefer you can add SMTP to your mailx initialisation configuration file
# tail /etc/nail.rc
set autocollapse
# Hide some header fields which are uninteresting for most human readers.
ignore received in-reply-to message-id references
ignore mime-version content-transfer-encoding
# Only include selected header fields when forwarding messages.
fwdretain subject date from to
set smtp=upstream
this should prevent CPU going to 100% if you forget to specify a valid SMTP server
Additions:
$ ln -s /usr/local/bin/mailx /usr/bin/sendmail
OR
$ ln -s /usr/local/bin/mailx /usr/sbin/sendmail
OR
REFERRERS
{{backlinks}}
OR
$ ln -s /usr/local/bin/mailx /usr/sbin/sendmail
OR
REFERRERS
{{backlinks}}
Additions:
# make UCBINSTALL=/usr/bin/install install
Deletions:
Additions:
>>===heirloom project mailx===
Deletions:
Additions:
>>http://heirloom.sourceforge.net/
----
----
Deletions:
Additions:
>>http://heirloom.sourceforge.net/mailx.html
>>===mailx===
>>===mailx===