Postfix SPAM mods

Discussion in 'Installation/Configuration' started by SamTzu, Mar 21, 2018.

  1. SamTzu

    SamTzu Active Member

    Spam problem is getting worse and I want to add these rules to Postfix
    but ISPconfig setup defined client_restriction rules to be in DB.

    smtpd_client_restrictions =
    permit_mynetworks,
    reject_unauth_pipelining,
    reject_unknown_client_hostname,

    permit

    How can I add those to this line on main.cf?
    smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf

    Sam
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    You have to create a conf-custom file with your changes for them to be preserved.
     
  3. SamTzu

    SamTzu Active Member

    Thx. Can you point to a practical example?
     
  4. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

Share This Page