You are not logged in.

#1 2018-05-02 08:42:37

K3N8
Member
From: The Netherlands
Registered: 2011-11-02
Posts: 62

[Solved] Exim with virtual domains issue

Hi,

I have installed Exim on a Arch server. I have configurated the MTA to be able to handle virtual domains. There is but one problem. It handles all e-mail as a local address. So joe@domain.com (username joe001dm) is handled as joe001dm@example.com in stead of joe@domain.com. I think it has something to do with the qualify_domain setting, but I cannot seem to get it to work. Any suggestions?

I used to have a Ubuntu server where this issue was not present. The settings a have included in the exim.conf are identical.

Thanks in advance.

Regards,

Alexander

Last edited by K3N8 (2018-05-03 10:38:30)


Arch Linux x86_64 LTS

Offline

#2 2018-05-02 13:44:31

K3N8
Member
From: The Netherlands
Registered: 2011-11-02
Posts: 62

Re: [Solved] Exim with virtual domains issue

I found a solution:

In the ACL configuration find:

accept authenticated = *
	control = submission

Replace with:

accept authenticated = *
	control = submission/sender_retain

Now Exim will use the email address in stead of the login and the hostname.

Last edited by K3N8 (2018-05-02 19:19:03)


Arch Linux x86_64 LTS

Offline

Board footer

Powered by FluxBB