sendmail 문의
작성자 정보
- 초보 작성
 - 작성일
 
컨텐츠 정보
- 5,452 조회
 - 0 추천
 - 목록
 
본문
1. 리눅스 설치 (Wow 6.2)   기본 설치:sendmail8.10.x 
2. 사이트에서 sendmail8.11.6 다운 후 설치 (물론, 책에서 시키는대로..)
   2.1 현재사용중인 데몬 내리기  shell> /etc/rc.d/init.d/sendmail stop
   2.2 신규 설치  shell> sh Build
                            shell> make install
   2.3 sendmail 을 /usr/sbin으로 복사
   2.4 소유권 및 퍼미션 변경
         shell> chown root:bin /usr/sbin/sendmail
         shell> chmod 4555 /usr/sbin/sendmail
   2.5 sendmail.cf 파일 생성
         shell> m4 ../cf.m4 grneric-linux.mc > sendmail.cf
   2.6 파일복사
         shell> cp sendmail.cf  /etc/sendmail.cf
   2.7 에러 수정
         /etc/mail/sendmail.cf 파일 존재(X) 
          shell > ln -s /etc/sendmail.cf sendmail.cf
3. /etc/mail/local-host-names에 현재 서버주소 기입
   예)  www.test.com
          test.com
          www.test.co.kr
          test.co.kr
          111.111.111.111              
이상 설치 내용 입니다.
아웃룩 에러메시지...
 1. 작성 후 보내기 버튼을 누르면   "1개중 1 메일 보내는 중...."하며 약 1분간 있다가
     서버와 연결 시간이 초과 되었다는 메시지 출력
2. (계정 ; test      SMTP서버: 111.111.111.111  오류번호: 0x800cccc  )
이상은 아웃룩 메시지 입니다.
관련자료
- 
			이전
 - 
			다음
 
								