I see. A confusion of naming. The .pl file is the file that comes wigh osx. Pretty much the same as the example in the docs. But as mentioned, I'm going to remive it anyway. Thanks.
----- From my iPhone. > On 6 Jun 2016, at 11:16 am, Wietse Venema <wie...@porcupine.org> wrote: > > Robert Chalmers: >> I have set up the greylist policy, exactly according to the postfix docs, >> but nothing seems to be getting generated in /var/mta - no database that is. >> >> When reloading I get this. >> >> postconf: warning: /usr/local/etc/postfix/main.cf: unused parameter: >> greylist_time_limit=3600 > > You have no greyLIST service in master.cf. > >> However, the documents say to put it in. >> >> # Greylist policy server >> # >> greypolicy unix - n n - 0 spawn >> user=nobody:mail argv=/opt/local/bin/perl >> /usr/local/libexec/postfix/greylist.pl > > You have a greyPOLICY service in master.cf. > >> 11 ... >> 12 # smtpd_policy_service_request_limit >> <http://www.postfix.org/postconf.5.html#smtpd_policy_service_request_limit> >> = 1 >> >> But ok, I remove the greylist_time_limit = 3600 and proceed, but there is no >> greylist.db being generated? > > What is /usr/local/libexec/postfix/greylist.pl? > > Wietse