Yes, and you should see that set of macros. I'd rather just edit the cf file by hand. Here are the macros that used to be used for my setup:
divert(-1)
include(`../m4/cf.m4')
define(`confDEF_USER_ID',``8:12'')
OSTYPE(`linux')
undefine(`UUCP_RELAY')
undefine(`BITNET_RELAY')
FEATURE(virtusertable,`hash /etc/virtusertable')
FEATURE(`always_add_domain')
FEATURE(`use_cw_file')
FEATURE(`local_procmail')
FEATURE(`nodns')
MAILER(procmail)
MAILER(smtp)
HACK(check_mail3,`hash -a@JUNK /etc/mail/deny')
HACK(use_ip,`/etc/mail/ip_allow')
HACK(use_names,`/etc/mail/name_allow')
HACK(use_relayto,`/etc/mail/relay_allow')
HACK(check_rcpt4)
HACK(check_relay3)
Isn't that just great? Do I know what this stuff does? Well some of it.
It's been a real eye-opener to be studying the interface and usability gurus. You get a new sense of certain things. Some interfaces are beautiful, others are just crap. It's so important, because interfaces have such a direct link to productivity.
|