[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.mc (one more time)




here is the .mc file that slackware used to create its default .cf file:

include(`../m4/cf.m4')
VERSIONID(`linux for smtp-only setup')dnl
OSTYPE(linux)
FEATURE(nouucp)dnl
FEATURE(always_add_domain)dnl
MAILER(local)dnl
MAILER(smtp)dnl


now here is the one, i created for a more customized .cf file:

include(`../m4/cf.m4')
OSTYPE(`linux')
FEATURE(nouucp)dnl
FEATURE(redirect)
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)
FEATURE(virtusertable, hash -o /etc/mail/virtusertable)
FEATURE(access_db, hash -o /etc/mail/access)
FEATURE(blacklist_recipients)
FEATURE(rbl)
LOCAL_CONFIG
MAILER(local)
MAILER(smtp)


So, anyway, if anyone can see a problem here, please let me know...
Thanks! CJM


--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.