Re: Существует ли под FreeBSD дос эмулятор
On Sun, 13 Jun 2004, Mike Belopuhov wrote:
> А насчет UUCP. Я бы все таки еще opennet.ru пошерстил или доки с
> freebsd.org (хотя они и не очень...), чем извращаться с досом....
Во, кстати. Может Вам будет интересно:
uucpproto.mc #
# This is the prototype for a configuration that only supports UUCP
# and does not have DNS support at all.
#
# You MUST change the `OSTYPE' macro to specify the operating system
# on which this will run; this will set the location of various
# support files for your operating system environment. You MAY
# create a domain file in ../domain and reference it by adding a
# `DOMAIN' macro after the `OSTYPE' macro. I recommend that you
# first copy this to another file name so that new sendmail releases
# will not trash your changes.
#
divert(0)dnl
VERSIONID(`$Sendmail: uucpproto.mc,v 8.15 1999/02/07 07:26:05 gshapiro Exp $')
OSTYPE(openbsd)
FEATURE(promiscuous_relay)dnl
FEATURE(accept_unresolvable_domains)dnl
MAILER(local)dnl
MAILER(uucp)dnl
uucpproto.mc Это из /usr/share/sendmail/cf, правда в OpenBSD.
OSTYPE замените на freebsd4 или freebsd5.