Hi Jens, on Mon, 11 Aug 2003 08:52:06 +0200 you wrote:
> The problem that exim 4.x has with my config is, that the long
> name of the mail-address (JohnDo@???) can not
> be sent to the user, because the fullname is the same as the
> servers local-name. (primary domainname = server20.mydom.com)
Aha. I think I know what the problem is.
You don't have the server's own hostname in local_domains. Just add '@:'
to the start of your local_domains list, i.e.:
domainlist local_domains = @ : samba-dev.rhg.de : \
smb-dev.rhg.de : \
rhg.de : \
rwz.de
Does that fix it?
Tim