sendmail
sendmail 버전확인
$>echo \$Z | /usr/sbin/sendmail -bt -d0
anti-spam 을 위해 "/etc/mail/access" 에 특정 domain 에 대해 어떻게 동작할지를 정해줄수 있다. 자세한 내용은 ref. 2를 보자. 여기서는 대략적인 이야기만 할 것이다.
- /etc/mail/access
makemap
그런데 이 /etc/mail/access 가 text 파일인데 sendmail 에서는 이녀석을 이용하지 않는다. sendmail 이 이용하는 db로 변경해 주려면 makemap 라는 명령어를 사용해야 한다.(ref. 2, ref. 3 을 참고하자.)
/etc/mail$ makemap hash /etc/mail/access.db < /etc/mail/access
그러면 access.db 파일이 생성된다.
- access.db
test 메일 보내기
$>echo "testing" | sendmail -f "nn.ng@tners.com" gack@gmail.com
- -f option : from email 을 변경할 수 있다.
SMTP 가 TLS 를 사용하기
See Also
- GitHub - mjl-/mox: modern full-featured open source secure mail server for low-maintenance self-hosted email
- 쿠...sal: [컴][툴] 알아두면 언젠가 쓸만한 툴, 2023-04-29
References
- jnet_g > 이용안내 > [sendmail]센드메일 버전체크 하기 (리눅스서버에서)
- 불법스팸 - 메일 서버(Sendmail)관리자
- sendmail access.db by example | LinuxWebLog.com
- ''FEATURE(mailertable)'' ''' :: Chapter 4. Configure sendmail.cf with m4 :: Part I: Build and Install :: Sendmail :: Server Administration :: eTutorials.org
- Change sender address of outgoing emails in Sendmail
a
댓글 없음:
댓글 쓰기