On Wed, Mar 20, 2024 at 09:40:56PM +0000, Brad Koehn via Postfix-users wrote:
> 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. Can you be more specific about what you mean by "deliver using `qmqpd`"? The qmqpd(8) service in Postfix is NOT a delivery agent. It is an alternative to smtpd(8) for injecting mail into the queue from a remote client. Specifically optimised for bulk mail delivery to lists. There is no corresponding qmqp(8) delivery agent in Postfix, so Postfix cannot initiate delivery over QMQP and can only be on the receiving end of a QMQP connection. > Curiously, if I deliver the same email directly to Dovecot via LMTP, Now lmtp(8) is on the other hand a delivery agent, that can initiate outbound mail delivery, and in this case Postfix does not include a corresponding listener, so LMTP is outbound-only, while QMQP is inbound-only. > 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. So you are comparing very unlike things, and the questions make no sense without the technical details. -- Viktor. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org