Bug 4863

Summary: The sendmail.cf that comes with RH6.0 causes sendmail -bt to report that *EVERYTHING* is delivered via the local mailer
Product: [Retired] Red Hat Linux Reporter: tpavlic
Component: sendmailAssignee: Cristian Gafton <gafton>
Status: CLOSED WORKSFORME QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-05 06:21:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description tpavlic 1999-09-02 19:28:00 UTC
sendmail on RH6.0 seems to work fine sending mail, but when
one uses sendmail -bt to test an address:

0 tpavlic
0 tpavlic
0 bob.UUCP
0 anything@anything

sendmail reports that the mail is delivered locally. This
should not be the case, and cannot be the case as mail is
actually going through. (SMTP mail, that is) I'm trying to
be sure that certain customers of mine who use UUCP will
have their mail routed correctly through sendmail, but
sendmail -bt reports that everything is routed locally,
which makes things very hard to debug. :)

Comment 1 tpavlic 1999-09-02 20:52:59 UTC
I've always used 0 to parse addresses when debugging sendmail.
Someone recently informed me of the /parse routine in sendmail -bt. I
tried /parse and things worked fine.

Comment 2 Cristian Gafton 1999-10-05 06:21:59 UTC
I always thought that ruleset 3 was the one that was handling the
actual resolving to what mailer should be used for a particular
address, and ruleset 0 was only processing the final step of delivery.

Anyway, things now seem to work fin, bug closed.