Hello,
I've added the following router in the Exim configuration (WHM - Exim Configuration Manager - Advanced Editor):
Section: ROUTERSTART
This should disable e-mail reception of 'no-reply' accounts for all domains hosted on the server, meaning all messages received by [email protected] account should be discarded with an error message. This no-reply accounts then could be used for sending only.
no-reply local part accounts hosted externally should not be affected, so we should be able to receive e-mails from them.
But now a client is claiming 'lost messages' sent from a [email protected] external account (3rd party hosted) and when I search the logs I find this:
Is there something wrong with my Exim config snippet?
Thank you in advance
I've added the following router in the Exim configuration (WHM - Exim Configuration Manager - Advanced Editor):
Section: ROUTERSTART
Code:
# Router to disable no-reply addresses reception
noreply:
driver = redirect
local_parts = no-reply
allow_fail
data = :fail: Sending only address
no-reply local part accounts hosted externally should not be affected, so we should be able to receive e-mails from them.
But now a client is claiming 'lost messages' sent from a [email protected] external account (3rd party hosted) and when I search the logs I find this:
Code:
2021-06-14 16:43:11 H=(UYITAEXCH01.xxx.com) [x.x.x.130]:9172 X=TLS1.2:ECDHE-RSA-AES256-SHA384:256 CV=no F=<[email protected]> rejected RCPT <[email protected]>: Sender verify failed
2021-06-14 16:47:34 H=(UYITAEXCH01.xxx.com) [x.x.x.130]:9529 sender verify fail for <[email protected]>: Sending only address
Thank you in advance
Last edited by a moderator: