Hi,
I'm missing something in my config but I can figure it out... any hints?
The situation:
I have 2 machines called: "utrecht" and "assen"
Both Debian with a courier utrecht is 0.46 (production environment) and
assen is 0.47 (testing enviroment)
Both have an esmproutes ": [amsterdam.domain]"
Utrecht has in "locals": "localhost" and "utrecht.domain"
Assen has in "locals": "localhost" and "assen.domain"
Both have "127.0.0.1 allow,RELAYCLIENTD" in "smtpaccess/default"
Both have filesystem mailboxes in userdb
Utrecht has "utrecht.domain" in "defaultdomain"
Assen has "assen.domain" in "defaultdomain"
Both have "localhost" and ".domain" in "esmacceptmailfor.dir/default"
alle make* have been run a dozen times.
YET!.. If I try to deliver a mail to a box on "utrecht" it says "550 User
unknown" but if I try the samething on "assen" it works and delivers the
email.
I tried sending an email with simple telnet and the same results:
HELO <bla.com>
MAIL FROM: <some...@bla.com>
RCPT TO: <boxutrecht@utrecht.domain>
And the result:
550 User unknown
Where I, on assen, can continue with "DATA" etc. It also delivers the
email.
What can I be missing and more important how to I debug this. I just don't
know where to look any more..
One final remark... If I copy the config from utrecht to assen and replace
all references to utrecht in assen... assen also stops delevering so it is
a config issue but with "diff -r" I don't see any differences that make
sence why it should not work.
J.