[Exim4] 도메인이 두개일 때 메일서버 설정은?

inbon의 이미지

현재 Sarge에서 Exim4 4.50 운영중입니다.

기존 abc.def.com에서 추가로
abc.de.com 도메인을 사용하게 되었습니다.

Exim4-config 패키지를 이용하여

설정이 바꿔야 할때면 dpkg-reconfigure exim4-config

Split configuration into small files? --> NO

General type of mail configuration: --> internet site; mail is sent and received directly using SMTP

System mail name: --> abc.def.com

IP-addresses to listen on for incoming SMTP connections: --> <공백>

Other destinations for which mail is accepted: --> abc.com

Domains to relay mail for: --> abc.de.com

Machines to relay mail for: --> xxx.xxx.xxx.0/24

Keep number of DNS-queries minimal (Dial-on-Demand)? --> NO

이렇게 했고

/etc/hosts 에

127.0.0.1 localhost
xxx.xxx.xxx.xxx    abc.def.com abc
xxx.xxx.xxx.xxx    abc.de.com abc

이렇게 하구선

메일을 보내보니

user@abc.def.com 은 잘 받는데
user@abc.de.com 은 못 받고 아래와 같이 반송됩니다.

Message frozen:

Message 1ErTdd-0007AC-6x has been frozen.
The sender is <xxx@gmail.com>.

The following address(es) have yet to be delivered:
  user@abc.de.com: remote host address is the local host

메일서버에 대해 이번이 첫 설치라서 헤메고 있습니다.
exim4 영문문서와 이곳 질답란을 찾아봐도
딱 이거다 싶은 답을 제가 못 찾았습니다.

자세한 답변이면 더 없이 감사합니다.
새해 복 많이~ 받으세요 ^^~