On 12/12/2023 7:39 AM, usenet--- via Postfix-users wrote:
Hello,
Can someone tell me how to configure Postfix (latest on debian12) so that I have a local delivery point after the milter. The reason for this is the RSPAMD "Metadata exporter" function, which creates a loop for me when sending notification emails. How do I set this up in master.cf so that Postfix only accepts local emails on a specific port?



You can have postfix listen on an additional port by adding a copy of the "smtpd" service to master.cf.

The new master.cf entry would look something like:

127.0.0.1:10025  inet  n  -  n  -  -  smtpd
  -o smtpd_milters=
  -o syslog_name=postfix/10025

add other parameters, such as overrides for the various smtpd_*_restrictions, as necessary for your situation.



  -- Noel Jones
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to