sendmail을 사용하고 있는데... smtp 오류가 발생합니다.
그것도 갑자기(?)
qna의 내용을 보고 여러가지를 했는데...
해결되지 않는 군요
조언 부탁드립니다.
------------------------------------------------------------
1. sendmail은 작동되는 것 같은데..
------------------------------------------------------------
[root@mail /root]# /etc/rc.d/init.d/sendmail status
sendmail (pid 955) is running...
------------------------------------------------------------
2. 포트설정도 정상인 것같은데...
------------------------------------------------------------
[root@mail /root]# chkconfig --list sendmail
sendmail 0:끔 1:끔 2:켬 3:켬 4:켬 5:켬 6:끔
------------------------------------------------------------
3. 연결은 되지 않고 ...
------------------------------------------------------------
[root@mail /root]# telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: 연결이 거부됨
[root@mail /root]# telnet ip_addr smtp
ip_addr: 알 수 없는 서버 오류
------------------------------------------------------------
4. 로컬에서 메일을 보내도 오류가 발생하고
------------------------------------------------------------
[root@mail /root]# mail -v test at test.com Subject: test
test
.
Cc:
Out of disk space for temp file
Error writing control file tfNAA01064: No space left on device
정말 뭐가 뭔지 모르겠군요..
부탁드립니다.