On Mon, May 19, 2014 at 11:35, Stéphane Guedon wrote: > I make some use of address tables in pf. Less than some of the great > expert we have there, but still. > > I was wondering if it were possible to share the tables defined in pf > to work with other softwares. > > I think particularely to use the <localnet> table defined in > /etc/pf.cnf in smtpd too, to allow pass directly without auth.
smtd.conf: listen on lo0 port 587 tag islocal accept from any for any relay tagged islocal pf.conf: pass in something something rdr-to localhost port 587

