Sendmail 설치 (Server)

$ vi dnf -y install sendmail

hostname 파일 수정 (Server)

$ vi /etc/hostname
# /etc/hostname

mail.naver.com

hosts 파일 수정 (Server)

$ vi /etc/hosts
# /etc/hosts

...
192.168.111.100 mail.naver.com

local-host-names 파일 수정 (Server)

$ vi /etc/mail/local-host-names
# /etc/mail/local-host-names

mail.naver.com

network 파일 수정 (Server)

$ vi /etc/sysconfig/network
# /etc/sysconfig/network
# Created by anaconda

HOSTNAME=mail.naver.com

Sendmail 설치 및 파일 수정 (Server(B))

BIND 설치 (Server)

$ dnf -y install bind-*