Skip to content
Snippets Groups Projects
  • Demian's avatar
    c343a151
    Refactored Mail Transport and Domain Validator (#6791) · c343a151
    Demian authored
    * Added validation to prevent conflicts between mail domains and mail transports:
    
        * When adding a new mail domain, the system now checks for existing mail transports with the same domain.
        * When adding a new mail transport (routing), the system verifies that no mail domain with the same domain exists.
    
    * Cleaned up non-functional code in the mail transport validator.
    c343a151
    History
    Refactored Mail Transport and Domain Validator (#6791)
    Demian authored
    * Added validation to prevent conflicts between mail domains and mail transports:
    
        * When adding a new mail domain, the system now checks for existing mail transports with the same domain.
        * When adding a new mail transport (routing), the system verifies that no mail domain with the same domain exists.
    
    * Cleaned up non-functional code in the mail transport validator.