Friday, October 21, 2016

Email bounce notification for an email account that doesn’t exist in exim mail server

Need help with Exim mail server setting.



I want to set the exim mail server to trigger an email bounce notification for an email account that doesn’t exist. For example: abc@abc.com - should bounce immediately.



When I try the same using my outlook using my personal email account – I get an immediate bounce notification.



Is there a setting with exim configuration?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...