: 샌드메일을 이용해 메일을 보내면 nobody at xxx.com이 보낸걸로 나옵니다.
: 앞에 nobody를 제가 사용하는 것으로 변경하려면 어떻게 해야할까요?
: 요렇게요...--> jang at xxx.com : 부탁드립니다.
shell> /usr/sbin/sendmail -f jang at xxx.comrcpt at domain.name Subject: test mail
X-user-header: hahaha
message body.
end.
.
shell>
shell> man sendmail--qKing