Password emails and personal messages for example, need to be delivered immediately, while newsletter emails can be drip fed over a long period. Currently all emails fall in the same queue, if the mail server has a queue.
Is it possible to have two separate smtp server settings defined to route both types of mails with different priorities?
If you really want to do that, I think your best bet would be to create your own mail server that accepted all the mail, determined if it was important or not, and then treated it accordingly.
I have no idea how to do it with postfix, but if you were going to pay me money to solve the problem, I’d start on the postfix side, not the discourse side. (I am not asking for money to solve the problem; it’s the kind of job that I’d set an obscenely high
rate for and then be sorry when the client accepted the bid! )
Con le notifiche di chat che ora si aggiungono alle email che devono essere consegnate rapidamente, ho approfondito e ho una buona configurazione funzionante. Ecco alcuni suggerimenti per chiunque ne abbia bisogno.
Postfix offre controlli di intestazione per filtrare e inoltrare messaggi attraverso diversi server smtp. Quindi, tutto ciò che serve sono due server smtp per le email normali e prioritarie; e modifiche a tre file di configurazione di postfix.