You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to quarantine emails using postfix?
I have added in JilterStatus as below, and used this function in InfoMilterHandler "eom" function after spam logic.
public static final JilterStatus SMFIS_QUARANTINE = new SimpleJilterStatus(JilterConstants.SMFIR_QUARANTINE);
The emails are getting quarantine, but we are unable to fetch the email, while postfix is retrying to send that particular mail.
My issue is : -
How can we hold control over the quarantine email?
Where could we fetch it, modify it.
Could you please help ?
The text was updated successfully, but these errors were encountered:
How to quarantine emails using postfix?
I have added in JilterStatus as below, and used this function in InfoMilterHandler "eom" function after spam logic.
public static final JilterStatus SMFIS_QUARANTINE = new SimpleJilterStatus(JilterConstants.SMFIR_QUARANTINE);
The emails are getting quarantine, but we are unable to fetch the email, while postfix is retrying to send that particular mail.
My issue is : -
How can we hold control over the quarantine email?
Where could we fetch it, modify it.
Could you please help ?
The text was updated successfully, but these errors were encountered: