Need Help:How to configure Postfix Whitelist/Blacklist

Discussion in 'Server Operation' started by marzQ, Oct 18, 2024 at 10:05 AM.

  1. marzQ

    marzQ New Member

    Hi All,
    I want to achieve this scenario:
    Code:
    - [email protected] can send/reciev email to/from all
    - [email protected] can only send/reciev email to/from @example.com
    
    My configuration on mysql table:
    Code:
    SOURCE                      TYPE            ACCESS
    example.com                 sender          REJECT
    example.com                 recipient       REJECT
    example.com                 client          OK
    [email protected]         sender          OK
    [email protected]         recipient       OK
    is this corrrect, kindly need guidance.
    Thanks in advance.
     
  2. MaxT

    MaxT Active Member

    Last edited: Oct 20, 2024 at 6:50 PM

Share This Page