On Mon, Nov 25, 2013 at 13:53, Chris Smith wrote:

> Using these rules does not:
> pf: pass out quick on $alias1 proto tcp from self to any port smtp
> smtpd: table smtpip { w.x.y.z }
> smtpd: accept from local for any relay source smtpip

I just needed to do the same (smtpd would elect to use ipv6, but i only
have ipv4 spf records). The man page kind of says it's a table name, but
it's not. Try this instead:

accept from local for any relay source "a.b.c.d"

Reply via email to