Fedora Core 8 sendmail & pop3 설정
1. sendmail 설치
# yum install sendmail
2. sendmail config 수정
# vi /etc/mail/sendmail.cf
# SMTP daemon options
O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA
# list of authentication mechanisms
O AuthMechanisms=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5 PLAIN
3. sendmail 재시작
# service sendmail restart
4. dovecot 설치
# yum install dovecot
5. dovecot config 수정
# vi /etc/dovecot.conf
protocols = imap imaps pop3 pop3s
listen = [::]
6. dovecot 서비스 재시작
# service dovecot restart
Loading...