Class RedirectPostmasterMail

  • All Implemented Interfaces:
    DataRecipientFilter, FilterBase, FilterType

    public class RedirectPostmasterMail
    extends StatelessFilterType
    Assigns a destination to a postmaster recipient depending on the reverse path. This filter is useful if some public clients needs to send mail to a specific address, but cannot store authentication information. In that case it sends mail to the postmaster, which does not require authentication. This filter sorts these mails bases on the reverse path. If no mapping matches the reverse path then this filter does nothing.
    • Constructor Detail

      • RedirectPostmasterMail

        public RedirectPostmasterMail()