SOLVED Delivery confirmation message

Mar 15, 2017
11
2
3
Brazil
cPanel Access Level
Root Administrator
Thanks for the feedback @cPanelMichael ,

But I would like a confirmation email as an example:
[email protected] sends it to [email protected], when the [email protected] account receives the email without problem the [email protected] account will receive an email informing you that it has been delivered successfully. Something like this.

The autoresponder would serve if you had access to the recipient's account, which is not the case.

That's why I set an example when email failure occurs.

thank you again.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
[email protected] sends it to [email protected], when the [email protected] account receives the email without problem the [email protected] account will receive an email informing you that it has been delivered successfully. Something like this.
Hello,

I believe you are looking to enable delivery status notifications in Exim. To do this, browse to "WHM >> Exim Configuration Manager >> Advanced Editor", scroll down until you see the "Add additional configuration setting" button, click the button, and enter the following values:

Code:
dsn_advertise_hosts = *
Then, scroll to the bottom and click on "Save".

Thank you.
 

thunderchase

Registered
Dec 8, 2017
1
0
1
Serbia
cPanel Access Level
Root Administrator
Hi all!

I have a problem with this option, when I try to enter it as described above, it doesn't offer correct variable. It only offers dsn_from option.



Is it because of the newer version? I have:
  • CLOUDLINUX 7.4 vmware
  • v68.0.19
EDIT: the main reason is the effort to fix mail delivery receipt confirmation, when hosting moved to this server that functionality stopped working. Requests are initiated from Outlook.
 

Attachments

Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hi @thunderchase,

Try adding it under the @config@ section in the /etc/exim.conf.local file and then running the following commands:

Code:
/usr/local/cpanel/scripts/buildeximconf
/usr/local/cpanel/scripts/restartsrv_exim
Thank you.