haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
4.91k stars 653 forks source link

How to customize Message-ID suffix #3377

Closed cod1ingcoding closed 3 weeks ago

cod1ingcoding commented 1 month ago

System Info

Haraka Haraka.js — Version: 3.0.3
Node v18.17.1
OS Linux XXX 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux
openssl OpenSSL 1.1.1n 15 Mar 2022

I read the documentation which states that config/me can set the hostname for the message-ID suffix. However, I entered content into file config/me, but the message-ID suffix of the received email still uses the content from the /etc/hostname file. How can I fix this or did I misunderstand something?

msimerson commented 4 weeks ago

I read the documentation

Where?

cod1ingcoding commented 3 weeks ago

I read the documentation

Where?

I misunderstood. I am using the MUA and Haraka on the same server, and the Message-Id header comes from the MUA. jetmore/swaks#101