I’m trying to deliver email with Postfix 3.7.10 using `qmqpd`. Unfortunately 
when I do this, the email is often unreadable by a variety of email clients. 

Curiously, if I deliver the same email directly to Dovecot via LMTP, clients 
have no issue with the message. I expected the opposite to be the case: by 
bypassing all the cleanup functionality my emails would be harder to read. 

I’m early in my investigation, but I was wondering what might be going wrong? I 
notice for starters that the version I deliver via QMQP has the 
`Content-Length` header removed; the LMTP version preserves it. 

In another case, the QMQP version has an extra CRLF before the "This is a 
multi-part message in MIME format” text, which I believe makes it unrenderable; 
the LMTP version doesn’t have that extra line. 

In both cases I delivered the exact same source message twice, once via QMQP 
and once via LMTP. 

I’m really just wondering if there are any known issues with `qmqpd` that I 
should know about. Again, LMTP works OK, but I end up re-coding things that 
postfix already handles inside `cleanup` like aliases and whatnot, and I’d 
rather leverage postfix’s verified ability to do those things. 
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to