Hi,
I am fresher to exim configuration by following this thread configured below script, it is working fine but some emails are not getting forwarded to the destination email
In detail problem i am facing is it is working but for some emails are not getting delivered to destination email but they are delivering to user.
Please assist me,
Thanks in Advance.....
I am fresher to exim configuration by following this thread configured below script, it is working fine but some emails are not getting forwarded to the destination email
Code:
if ("$h_to:, $h_cc:, $h_bcc" contains "domain.com")
then
unseen deliver "[email protected]"
endif
if $sender_address: contains "domain.com"
then
unseen deliver "[email protected]"
endif
Please assist me,
Thanks in Advance.....
Last edited by a moderator: