New December 2025 Zimbra Hotfix Attributes: zimbraMtaSmtpdPriorityFromSender and zimbraMtaSmtpdPriorityToRecipient

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2920
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.13 Network Edition
Contact:

New December 2025 Zimbra Hotfix Attributes: zimbraMtaSmtpdPriorityFromSender and zimbraMtaSmtpdPriorityToRecipient

Post by L. Mark Stone »

According to Adrian Gibanel on today's Zeta Alliance call, Zimbra are about to release a Hotfix to introduce two new Global Config attributes:

Code: Select all

zimbraMtaSmtpdPriorityFromSender
and

Code: Select all

zimbraMtaSmtpdPriorityToSender
This time of year, mail queues start to get larger than normal, and certain categories of customers (mostly younger users, but not always...) have been clamoring for a way to make sure that their emails (and the recipient's responses) are prioritized ahead of all other emails in the Postfix queues. Zimbra has delivered!

With this Hotfix applied, you can now create a list of email addresses that Postfix will use to prioritize deliveries from, or to, the addresses in the respective attributes.

These are multi-variate attributes, with an important default setting, as you can see here from a system with the Hotfix Release Candidate patch applied:

Code: Select all

zimbra@mb42:~$ zmprov desc -a zimbraMtaSmtpdPriorityFromSender
zimbraMtaSmtpdPriorityFromSender
    smtpd_sender_priority used in large Active queues to prioritize email deliveries

               type : string
              value : 
           callback : 
          immutable : false
        cardinality : multi
         requiredIn : 
         optionalIn : globalConfig,server
              flags : serverInherited
           defaults : santa@northpole.gov
                min : 
                max : 2048
                 id : 2261
    requiresRestart : yes
              since : 12.25
    deprecatedSince : 

zimbra@mb42:~$ 

zimbra@mb42:~$ zmprov desc -a zimbraMtaSmtpdPriorityToRecipient
zimbraMtaSmtpdPriorityToRecipient
    smtpd_recipient_priority used in large Active queues to prioritize email deliveries

               type : string
              value : 
           callback : 
          immutable : false
        cardinality : multi
         requiredIn : 
         optionalIn : globalConfig,server
              flags : serverInherited
           defaults : santa@northpole.gov
                min : 
                max : 2048
                 id : 2262
    requiresRestart : yes
              since : 12.25
    deprecatedSince : 

zimbra@mb42:~$ 
The Hotfix is scheduled for release later this week (maybe)...

Happy Holidays!
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
Post Reply