Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 1997 11:55:16 +0800 (TSD)
From:      "Victor A. Sudakov" <vas@vas.tomsk.su>
To:        questions@freebsd.org
Subject:   sendmail tries to dial out
Message-ID:  <199706070357.LAA00743@vas.tomsk.su>

next in thread | raw e-mail | index | archive | help
Hello.

I have set up dial on demand ppp and now I have the following problem: every
time I send a message, sendmail immediately causes ppp to dial out. This is
not desirable as I send and receive my mail via uucp only. This is strange
too, because sendmail was told not to use dns, smtp, canonification etc. Why
does it dial out?

Here are my sendmail configs:

===== vas.mc
divert(-1)
include(`../m4/cf.m4')
VERSIONID(`@(#)vas.mc	1.01')
OSTYPE(bsd4.4)dnl

MAILER(local)dnl
MAILER(smtp)dnl
MAILER(uucp)dnl

FEATURE(nodns)dnl
FEATURE(nocanonify)dnl
FEATURE(mailertable)dnl
FEATURE(uucpdomain)dnl
FEATURE(use_cw_file)dnl

define(`confAUTO_REBUILD', True)dnl

==== /etc/mailertable
test			uucp:test
obluo.tomsk.su		uucp-dom:obluo
.obluo.tomsk.su		uucp-dom:obluo
tsu.tomsk.su		uucp-dom:mpeks
.tsu.tomsk.su		uucp-dom:mpeks
.			uucp-dom:mpeks

==== /etc/uudomain

obluo	obluo.tomsk.su
tsu	tsu.tomsk.su
mpeks	mpeks.tomsk.su

I am using FreeBSD 2.1.6 and sendmail 8.8.5

Any help would be greatly appreciated.

-- 
Victor Sudakov
http://www.tomsk.su/r/persons/vas.htm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706070357.LAA00743>