모든 설정이 이상 없어도 보내는 메일은 잘 가지만, 받지를 못한다.
이것은fedora 설치후에 sendmail이 루프백만 이용하게 되어있기 때문이다.
/etc/mail/sendmail.m4에서 아래 줄을 찾아서,
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’)dnl
이것을
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA’)dnl
이렇게 바꾸고,
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
다음에 sendmail을 재시작 한다.
그러면 받기도 잘 된다.
This entry was posted
on 목요일, 5월 5th, 2005 at 1:14 오전 and is filed under Linux(리눅스).
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a reply