------------------------------
Open
------------------------------
/etc/mail/sendmail.mc
------------------------------
Find
------------------------------
DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')
------------------------------
Replace
------------------------------
dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')
------------------------------
Type on Terminal
------------------------------
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
한번 확인해 보세오.
: 센드메일 최근버젼 8.12.6 소스로 설치&설정이 생각보다 어렵네요...
: 고수님의 조언 부탁드리겠습니다.
:
: 센드메일설치과정
: .소스플그램 다운로드및 설치
: cd sendmail-8.12.6
: --sh Build
: cd obj.Linux.2.4.18-3.i686/makemap/
: --make install
:
: .생성된 실행파일을 /usr/sbin으로 옮기기
: cp /usr/local/mail/obj.Linux.2.4.18-3.i686/sendmail/sendmail /usr/sbin/
:
: .소유권및 퍼미션 설정하기
: chown root:bin /usr/sbin/sendmail
: chmod 4555 /usr/sbin/sendmail
:
:
: .sendmail.cf 파일 생성하기
: /usr/local/mail/cf/cf]# m4 ../m4/cf.m4 generic-linux > sendmail.cf
: /usr/local/mail/cf/cf]# cp ./sendmail.cf /etc/
:
: .sendmail.cf 하이퍼링크 생성
: /etc/mail]# ln -s /etc/sendmail.cf ./sendmail.cf
:
: .local-host-names 수정
: cat local-host-names
: abc.com
: 하고
: /usr/sbin/sendmail을 실행시켰는데
: Recipient names must be specified
: 에러 메시지가 뜹니다. 제 생각으로 에러 메시지 내용이
: /etc/lcal-host-names 파일을 지칭하는거 같은데...실제 이 파일은 잘못된
: 거는 없거든여...고수님의 조언 부탁드리겠습니다.