Moin,
so, jetzt habe ich mir doch mal die Arbeit gemacht und meine nathan.mc
neu erzeugt. Und dabei bin ich über eine Sache gestolpert:
> FEATURE(mailertable)
im .mc führt im .cf zu
Kmailertable hash -o /etc/mailertable
Und Deine Mailertable steht aber in /etc/mail/mailertable. Ergo aendere man
die Zeile wie folgt:
FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
Und schon geht das alles, wie es soll :)
Hier nochmal die gesamte .mc fürs Archiv:
--- wiederverwendete und nochmals verwendbare elektronische Schnittkante ---
VERSIONID(`nathan-3')dnl
OSTYPE(bsd4.4)dnl
FEATURE(nocanonify)dnl
FEATURE(mailertable, `hash -o /etc/mail/mailertable')dnl
FEATURE(local_procmail)dnl
define(`UUCP_RELAY', inruhr)
define(`UUCP_MAX_SIZE', 1000000)
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(uucp)dnl
MAILER(mausnet)dnl
Cw nathan.UUCP
Tquark
LOCAL_CONFIG
FR-o /etc/sendmail.cR
--- wiederverwendete und nochmals verwendbare elektronische Schnittkante ---
Das .mc steht in /usr/src/etc/sendmail, das .cf wurde mit make nathan.cf
erzeugt und landet dann unter /usr/obj/usr/etc/sendmail.
/s/Udo
-- There's more than one way to skin a cat: Way number 15 -- Krazy Glue and a toothbrush. To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 10 Jan 2000 - 22:07:23 CET