Activating Bulk Notifications overrides the from: <E-Mail> option ? v2

I’v updated my checkmk instance from 1.6 to 2.0.
Now I have a strange behavior on sending Bulk Notification E-Mails.

In my notification rule I have changed the From Address to a specific E-Mail Address (mailrelay.de), witch is working. (changed E-Mail Addresses in the post for Privacy reasons…)

cat /var/log/maillog (latest)

Apr 12 16:51:01 cmk2 postfix/pickup[23036]: DB69B43FC3: uid=998 from=<mailrelay.de>
Apr 12 16:51:01 cmk2 postfix/cleanup[6120]: DB69B43FC3: message-id=<20210412145101.DB69B43FC3@cmk2.localdomain>
Apr 12 16:51:01 cmk2 postfix/qmgr[1930]: DB69B43FC3: from=<mailrelay.de>, size=304919, nrcpt=1 (queue active)
Apr 12 16:51:02 cmk2 postfix/smtp[6124]: DB69B43FC3: to=<user@e-mail.de>, relay=mailrelay.de[***.***.***.***]:25, delay=0.68, delays=0.6/0/0.01/0.07, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as E952496017D)
Apr 12 16:51:02 cmk2 postfix/qmgr[1930]: DB69B43FC3: removed

But as soon as I activate Bulk Notifications, the From Address header won’t be changed any more.

cat /var/log/maillog (latest):

Apr 12 16:51:17 cmk2 postfix/pickup[23036]: D7E0416B332: uid=998 from=<Monitoring@cmk2.de>
Apr 12 16:51:17 cmk2 postfix/cleanup[6120]: D7E0416B332: message-id=<20210412145117.D7E0416B332@cmk2.localdomain>
Apr 12 16:51:18 cmk2 postfix/qmgr[1930]: D7E0416B332: from=<Monitoring@cmk2.de>, size=92317, nrcpt=1 (queue active)
Apr 12 16:51:18 cmk2 postfix/smtp[6124]: D7E0416B332: to=<user@e-mail.de>, relay=mailrelay.de[***.***.***.***]:25, delay=0.82, delays=0.77/0/0.01/0.05, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 4390996017D)
Apr 12 16:51:18 cmk2 postfix/qmgr[1930]: D7E0416B332: removed

Is this a Bug? Is there anything I’ve missed on new config options? Has anyone a Idea how to get Bulk Notifications / E-Mails working with a replaced From Header?

Thanks for all answers or suggestions I could try out!

should be fixed with werk #12616 in 2.0.0p2

Thanks for the fast answer!
Is there an approx. release date for version 2.0.0p2 ?

1 Like

Should be released soon

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.