안녕하세요
와우리눅스7.1사용자 입니다 그런데 메일나가는데 메일을 받지못해요 영어로 거부합니다
라는 메시지 나타나고 있습니다 샌드메일설정에서 무엇을 삭제 하라는 어느 게시판에 본
것 같아서요 sendmail.cf 일부분 # SMTP daemon options
O DaemonPortOptions=Name=MTA
# SMTP client options
#O ClientPortOptions=Address=0.0.0.0
********************************************
/etc/xinitd.d/ipop3
# 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
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += USERID
log_on_failure += USERID
}