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
empty message_id in generated Emails
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: empty message_id in generated Emails
Normally a message ID looks like this:
Did you define a valid domain for your OpenEMM server?
Code: Select all
Message-ID: <20190918160000_1.D.B.CKhq.EKi.A.A.qM5A78v6841UAJZcdaZXaHTw9ZWWpFskQ5phk2u5sD1lSr8Tuu_ODonQDQvCcd6coMW0mLr-ZUXYNXSRL3kbnw@domain.com>
OpenEMM Maintainer
Re: empty message_id in generated Emails
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
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
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: empty message_id in generated Emails
Your message ID should not be empty. This seems to be a very special problem we cannot reproduce.
OpenEMM Maintainer