Skip to main content

Suspend Sending Outgoing Email

Comments

3 comments

  • cPanelMichael
    Hello @nunop, 1. Here's a quote from our UAPI Functions - Email::suspend_outgoing - Developer Documentation - cPanel Documentation 2. On the backend, a custom Exim ACL is configured to block outgoing emails if the email account is suspended (it checks the /etc/outgoing_mail_suspended_users file). You can view the full ACL with the following command: # cat /usr/local/cpanel/etc/exim/acls/ACL_RECIPIENT_BLOCK/default_recipient
    Here's the specific part of the above ACL that blocks outgoing emails: # implemented for "suspend outgoing email" feature for domains and individual webmail/pop accounts deny domains = ! +local_domains condition = ${perl{check_outgoing_mail_suspended}} message = ${perl{get_outgoing_mail_suspended_message}} log_message = ${perl{get_outgoing_mail_suspended_message}}
    Let me know if this helps. Thank you.
    0
  • nunop
    Very good reply. Thank you very much!
    0
  • yomex
    Hello @
    0

Please sign in to leave a comment.