カレントに 「.mailrc」を作成
# cd ~
# vi .mailrc
set smtp=smtp://mail.testcom.net:587
set smtp-auth=login
set smtp-auth-user=user001@testcom.net
set smtp-auth-password=your pasword
set from=user001@testcom.net
テストメール送信
# mail -s "Test mail Sending" userhoge@sendtest.net