1. 콘솔상에서 ntsysv 를 입력하여 ipop3 와 imap , xinetd 데몬이 부팅시 뜨도록 설정한다.
(이미 되어있으면 그냥 넘어감)
2. 수신이 안되는 경우는 RELAY 가 안되어 발생하는 경우가 대부분이므로 아래의 설정을 참조한다.
/etc/mail/access 파일의 내용임.
---------------------------------------------------------------------------------
# Check the /usr/share/doc/sendmail-8.11.3/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail-8.11.3/README.cf is part of the sendmail-doc
# package.
#
# by default we allow relaying from localhost...
localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY
nyxsoft.com RELAY <- 현재 서버의 도메인을 적어주고 RELAY 시키는 라인을 추가.
---------------------------------------------------------------------------------
그 후 다음의 명령을 입력한다..