메일을 셋팅하고 있는데 잘 않되요......
제가 쓰고 있는 컴은 하드가 8.4G 이거던요....
거기에서 / 는 2G , /usr 는 3G, 뭐 그밖에 것들을 나누어서 쓰고 있습니다.
redhat 7.0을 까는데 everything으로 깔았죠......
telnet localhost 25 는 잘 됩니다.
<font color=red>telnet localhost 110 은 않되요..바로 접속이 끊어져 버리죠...</font>
전 이걸 root계정에서 하고 있구요.....
다른 사람이 그러더라구요.. pop3가 깔리지 않아서 그렇다구.....
근데 이거 원래 imap package에 모두 포함되어 있는거 아닌가요???
혹시나 해서
rpm -qi imap
rpm -ql imap
모두 책에서 본것처럼 잘 나오던데..........
리눅스 자체에서 계정 사용자들끼리 멜은 잘 가는것 같던데....
외부로 보내면 않가요.......아니, 외부로는 아무것도 되질 않습니다.......
sendmail.cf에
Cwlocalhost mail.우리도메인
이렇게 해 놨구요...
sendmail.cw는 7.0에서 local-host-names화일이 대신한다고 해서
mail.우리도메인
이렇게 해 놨습니다.
다음도 참조해 주세요
#################################################
<font color=blue>[root@Linux1 mail]# cat /etc/xinetd.d/ipop3</font>
# default: off
# description: The POP3 service allows remote users to access their mail
# using an POP3 client such as Netscape Communicator, mutt,
# or fetchmail.
service pop3
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += USERID
log_on_failure += USERID
disable = no
}
<font color=blue>[root@Linux1 mail]# cat /etc/xinetd.d/imap</font>
# default: off
# description: The IMAP service allows remote users to access their mail using
# an IMAP client such as Mutt, Pine, fetchmail, or Netscape
# Communicator.
service imap
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += DURATION USERID
log_on_failure += USERID
disable = no
}
<font color=blue>[root@Linux1 /etc]# cat /etc/hosts.allow</font>
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
ipop3d:ALL
<font color=blue>[root@Linux1 /etc]# cat /etc/xinetd.conf</font>
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST RECORD
}
includedir /etc/xinetd.d
####################################################
etc/services파일에 pop3에 주석 처리되어 있는걸 해주라고 해서 모두 찾아서 주석이 되어 있나
보니까 그렇게 되어있던것 없는것 같아요..
그니까 결국 메일이 나가지도 들어오지도 못해요...
mail 아뒤@다른 도메인 이렇게 하믄 멜 않나가요...흑흑흑....
무지하게 많이 썼군요......혹시 이렇게 넘 길게 쓰믄 대답않해주는건 아닌지....
부탁드리겠습니다........고수님들.....