Pages

Friday, October 4, 2013

Set email alert in Exim Configuration


Set email alert from exim configuration.
==============================
The following parameters will help to set an email alert in exim configuration.
----------------------------
mail.add_x_header => Off => Off
mail.force_extra_parameters => no value => no value
mail.log => no value => no value
-----------------------------
Change it to

mail.add_x_header = On
mail.force_extra_parameters = xxx@gmail.com
mail.log = On
mail.log = On


0 comments:

Post a Comment