Page 1 of 1

empty message_id in generated Emails

Posted: Thu Sep 19, 2019 8:12 am
by ernstleh
Hello,

I am new to openemm. I installed all according to the manual and wiki page. When I create my first Newsletter, and send it, all receipients get Emails with empty message_ids the header is there, but it is <> empty

When I run openemm with DEBUG mode, I see in
/home/openemm/var/log/20190918-messageid.log wonderfull entries like

-----
0;1;1;3;1;20190918142005_0.D.A.D.B.A.A.1uU0j9ayUqPGx8f3jNQSCAhHigHYs8EHkSLICcGvWjDYvIakkiF82OlacF_YDswqT4yVCY45V83EQcelQk7FJQ@localhost

----

so it looks like the system generates message_ids. Interesting is, why they have @localhost, because I configured in emm.properties
----
mailgun.ini.domain = my.domain.org

----

But the most problem, seems, that in the generated mail, that there is no message_id at all.

Setup in Detail:
---
- CentOs7
- mariadb
- postfix (tried with sendmail also, same effect)
- Runtime Version: 19.07.011
- OpenEMM Version: 19.04.000.475
- OpenEMMBackend Version: V19.04.000.441

It looks to me, like a problem with xmlback, which logs a message_id to the logfile in DEBUG Mode, but did not place it in the stream to the mailer.

Can anybody help?

Thanks for any hint

Kind regards

Ernst

Re: empty message_id in generated Emails

Posted: Thu Sep 19, 2019 6:10 pm
by maschoff
Normally a message ID looks like this:

Code: Select all

Message-ID: <20190918160000_1.D.B.CKhq.EKi.A.A.qM5A78v6841UAJZcdaZXaHTw9ZWWpFskQ5phk2u5sD1lSr8Tuu_ODonQDQvCcd6coMW0mLr-ZUXYNXSRL3kbnw@domain.com>
Did you define a valid domain for your OpenEMM server?

Re: empty message_id in generated Emails

Posted: Thu Sep 19, 2019 7:23 pm
by ernstleh
Hello maschoff,

thanks for your reply,

hmm I hope I have define it all right.

I set in emm.properties the values for:

mailgun.ini.domain = my.domain.com
system.mail.host = my.domain.com
system.mailgun = my.domain.com

under jobque configuration I have set
my.domain.com: active

Is there another option I have missed?

Thanks for your help

Ernst

Re: empty message_id in generated Emails

Posted: Fri Sep 20, 2019 5:35 pm
by maschoff
Your message ID should not be empty. This seems to be a very special problem we cannot reproduce.