Ticket #1 (new enhancement)

Opened 1 year ago

Last modified 9 months ago

Distribute triplets to other MX

Reported by: kmkaplan Assigned to:
Priority: minor Version:
Keywords: Cc:

Description

When a mail domain has multiple MX, when a sender tries to deliver to different ones the timer is set independantly in each MX. This can result in excessively long delay in delivery.

When an MX creates a new triplet it should also distribute it to other MX. The protocol for distribution could be based on UDP: this would be easy to implement. But this would cause difficulties regarding firewalls. An alternative would be to send them via SMTP (email). This is much more heavyweight but should work everywhere.

Change History

07/11/07 15:23:31 changed by kmkaplan

  • reporter changed from Kim Minh Kaplan to kmkaplan.

12/11/07 16:02:14 changed by kmkaplan

  • owner deleted.

02/17/08 12:27:56 changed by kmkaplan

  • priority changed from major to minor.