7.2배포판으로 smtp설정을 다음과 같이 했습니다.
#vi /etc/mail/access
XXX.XXX.XXX.XXX(<- 배달을 원하는 ip) RELAY
를 해주고,
#makemap hash /etc/mail/access < /etc/mail/access
이렇게 했습니다.
7.0대 버젼에선 이렇게 하면 별다른 설정 없어도 smtp서버로
이용할수 있었는데, 7.2에선 않되더군요.
클라이언트로 하면 다음과 같은 오류메세지가 나옵니다.
* 서버에 연결할수 없습니다.(계정:'xxx.xxx.xxx.xx',smtp서버:
'xxx.xxx.xxx.xxx', 오류번호:0x800ccc0e).
물론 id와 비번은 틀림이 없구요.
7.2에 대해서 smtp에 관련해 다른 설정이 있지 않을까 해서 문의 드립니다.
시간이 조금 나신다면 도와주시면 감사하겠습니다.
아 그런데
/etc/rc.d/init.d/sendmail restart 하면 다음과 같은 메세지가 나옵니다.
make: ***Warning: File 'virtusertable.db' has modification time in the future (2002-04-15 04:21: 50 > 2002-04-14 21:36:
48) make: warning: Clock skew detacted Your build may be incomplete.
오류메세지 같은데, 이것때문인것 같습니다만은.......