Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable postgrey from a postfix server?

I have postgrey installed on a postfix mail server, but I don't want it anymore. I see no option to disable/enable postgrey in postfix. When I uninstall it, the server stops receiving mail.

Do I need to re-install my entire mail server without postgrey or is there a way to simply turn it off?

like image 718
Jesse Steele Avatar asked Oct 18 '25 11:10

Jesse Steele


1 Answers

I turned it off with this:

in the file: /etc/postfix/main.cf...

  • on the line starting with: smtpd_recipient_restrictions =
  • removed check_policy_service inet:127.0.0.1:10023

Yeah! No reinstall!

like image 97
Jesse Steele Avatar answered Oct 21 '25 10:10

Jesse Steele