works fine after your advice. thank you very much.
FEATURE(`access_db')
FEATURE(`blacklist_recipients')
On Fri, 24 May 2013, Claus Assmann wrote:
On Fri, May 24, 2013, Trond Endrest?l wrote:
[freebsd-hackers doesn't seem like the appropriate list...]
FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
Do NOT use -o. Moreover, do not specify arguments that are default.
FEATURE(`access_db')
is the best choice.
One final(?) note: You might need this line as well:
FEATURE(blacklist_recipients)
That's not a "might", that's a "MUST" for this case.
Note: (sendmail's) cf/README is a rather useful document.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"