메뉴 건너뛰기

2013.07.08 19:32

메일서버 설정

조회 수 21698 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
apt-get install sendmail
apt-get install libsasl2-2 libsasl2-modules sasl2-bin
apt-get install dovecot-pop3d

/etc/mail/sendmail.mc 에
DAEMON_OPTIONS(`Family=inet,  Name=MTA-v4, Port=smtp, Addr=0.0.0.0')dnl
DAEMON_OPTIONS(`Family=inet,  Name=MSP-v4, Port=submission, M=Ea, Addr=0.0.0.0')dnl
로 수정하고
TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
를 추가

/etc/mail/sendmailconfig 명령실행

/etc/mail/local-host-names 에 도메인 추가
/etc/mal/access 에 허용 IP대역추가
makemap hash /etc/mail/access.db < /etc/mail/access

/etc/mail/local-host-names 에 도메인 추가
/usr/lib/sasl2/Sendmail.conf 에
pwcheck_method: saslauthd 로 수정
/etc/default/saslauthd 에
START=yes로 수정

/etc/init.d/sendmail start(또는 restart)
/etc/init.d/saslauthd start(또는 restart)

/etc/dovecot/conf.d/10-auth.conf 에
disable_plaintext_auth = no
auth_mechanisms = plain login
/etc/dovecot/conf.d/10-mail.conf 에
mail_location = mbox:~/mail:INBOX=/var/mail/%u

/etc/init.d/dovecot restart
(/usr/sbin/dovecot -F -c /etc/dovecot/dovecot.conf)
                        

  1. MYSQL 덤프파일 입력

    Date2013.07.08 ByDDART Views22666
    Read More
  2. 우분투 파일시스템 이미지파일 만들기

    Date2013.07.08 ByDDART Views21465
    Read More
  3. 갤럭시U 테그라크커널

    Date2013.07.08 ByDDART Views20788
    Read More
  4. 아파치2 rewrite mod enable

    Date2013.07.08 ByDDART Views21301
    Read More
  5. Ubuntu 12.04 Desktop 초기 설치

    Date2013.07.08 ByDDART Views22547
    Read More
  6. chrooted ubuntu 초기 설정

    Date2013.07.08 ByDDART Views21297
    Read More
  7. 설치된 package 정보보기

    Date2013.07.08 ByDDART Views22180
    Read More
  8. 갤럭시U 삭제가능한 기본어플

    Date2013.07.08 ByDDART Views22521
    Read More
  9. 작업순서

    Date2013.07.08 ByDDART Views21164
    Read More
  10. 메일서버 설정

    Date2013.07.08 ByDDART Views21698
    Read More
  11. KimsQ RB IIS + PM 설치문제 해결

    Date2013.07.08 ByDDART Views22593
    Read More
  12. Ubuntu Mail Server 구축하기

    Date2013.07.08 ByDDART Views22481
    Read More
  13. Javascript reformatter

    Date2013.07.10 ByDDART Views22167
    Read More
  14. usb download tool - 32bit 운영체제에서 64bit 운영체제 usb 부팅디스크 만들기

    Date2013.08.07 ByDDART Views25659
    Read More
  15. Windows 8 시작버튼 달기

    Date2013.10.16 ByDDART Views20655
    Read More
  16. 윈도우 메일서버구축

    Date2013.10.17 ByDDART Views21532
    Read More
  17. 저전력 홈서버 구축

    Date2013.10.17 ByDDART Views22979
    Read More
  18. hMailServer 국가별 접속허용, 차단법

    Date2013.11.20 ByDDART Views21214
    Read More
  19. 우분투 16.04 데스크탑 - CLI 모드로 전환 및 부팅하기

    Date2016.07.20 By관리자 Views38634
    Read More
  20. 우분투 16.04 서버 세팅

    Date2016.07.22 ByDDART Views7118
    Read More
Board Pagination Prev 1 2 3 ... 4 Next
/ 4