Exim and -* delivering

stefanb

Verified User
Joined
Oct 23, 2013
Messages
7
Hello,

We have what user's the will be use

mail to <username>-[random text]@<domain name>

I have change different settings, but noting like to work.

localuser:
driver = accept
check_local_user
local_part_suffix = -*
local_part_suffix_optional
condition = "${if eq {$domain} {$primary_hostname} {yes} {no}}"
transport = local_delivery

But every time i get the following message.

2016-06-15 14:54:22 H=test.test.com (mail.example.com) [1.1.1.1] CV=no F=<> rejected RCPT <[email protected]>:

Somebody idea's to fix this ?
 
Back
Top