Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 4042
blob8bff11325c9f1b8d5ec01ff1d940524fcf9fc136
1 Title: Use well define From address in email notifications if none is configured
2 Level: 1
3 Component: notifications
4 Class: fix
5 Compatible: incomp
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1478523159
11 Previously when you didn't configure a From address for you email
12 notifications in {{Monitoring configuration|Notifications|Parameters for ASCII Email}}
13 or {{Parameters for HTML Email}} the email was created without a
14 From address and the local mail delivery agent added that address
15 by using its configuration or some default.
17 This cause a problem in the new synchronous STMP devlivery for emails, since
18 there a From address is required.
20 Check_MK does now not longer rely on the default of the system
21 mailer but always falls back to <tt>mysite@fqdn</tt>, where <tt>mysiste</tt>
22 is the name of the Check_MK instance and <tt>fqdn</tt> is the fully
23 qualified domain name of the monitoring host.
25 If the change in the From address causes a problem in your setup please
26 simply set a From address by creating a global configuration rule in the
27 upper settings.