Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Apr 2001 09:34:27 +1000
From:      Tony Landells <ahl@austclear.com.au>
To:        Matthew Rudderham <matt@Snoopy.v-net.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sendmail Upgrade Woes...Access.db , VirtUserTable 
Message-ID:  <200104082334.JAA07381@tungsten.austclear.com.au>
In-Reply-To: Message from Matthew Rudderham <matt@Snoopy.v-net.org>  of "Sun, 08 Apr 2001 20:12:09 -0300." <Pine.BSF.3.96.1010408200632.17456B-200000@Snoopy.v-net.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
I think you'll find that your sendmail.cf doesn't include support for
the access database.  If you're relying on stuff in there, you'll need
to add:

	FEATURE(access_db)dnl

and possibly

	FEATURE(blacklist_recipients)dnl

depending on your requirements.

I would suggest that you also look at the FreeBSD default mc (installed
in /usr/src/etc/sendmail/freebsd.mc) for some other ideas for ways in
which your configuration may have problems, in particular

	FEATURE(local_lmtp)

Also, I forgot to address the error message you're getting:

matt@Snoopy.v-net.org said:
> Apr  8 13:00:41 matt sendmail[85361]: NOQUEUE: localhost [127.0.0.1]
> did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA 

This is the 8.11 equivalent of 

Apr  9 09:25:00 nameserver sendmail[12583]: NOQUEUE: Null connection from localhost.austclear.com.au [127.0.0.1]

which means that something on your host (matt) made a connection to
port 25 and then QUIT before issuing any commands.

I don't see any reason that this would be related to mail coming in
for your domains, unless there's something much stranger than your
configuration suggests thus far...

Cheers,
Tony
-- 
Tony Landells					<ahl@austclear.com.au>
Senior Network Engineer				Ph:  +61 3 9677 9319
Australian Clearing Services Pty Ltd		Fax: +61 3 9677 9355
Level 4, Rialto North Tower
525 Collins Street
Melbourne VIC 3000
Australia



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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