>Basically this option does what I want from it, so a big thanks goes to
>Mr. Per Hedeland. But I don't understand what it means to "include some
>support for these addresses".
In your case, since it's a "dummy address", it probably doesn't mean
the DontProbeInterfaces set, and no "support" added, you would get a
"mail loops back to me" error instead of local delivery. You can
probably live with that:-), if not you can just add [10.64.64.64]
(including the [brackets]) to /etc/mail/local-host-names, which will
create the "support".
In the general case it is more important though, i.e. where you
actually want to handle mail addressed to "additional" IP addresses, or
more importantly their corresponding names (sendmail's lookup for which
was what caused your problem), you need to arrange it "manually" since
you've turned off sendmail's automatic adding of them to class w.
Quote:> In my mailertable there's a catch-all-key
>which should send outgoing mail to my ISP's smtp. Without the
>confDONT_PROBE_INTERFACES macro it does so. With it I get an error-mail
>informing me about a denied relay at localhost.localdomain.
Ah, OK, that might be another side effect, which doesn't "normally"
occur I think. To determine exactly what is happening would require that
you be a little more precise though - i.e. in what situation does it
occur (i.e. how are you sending mail), and the *verbatim* error message
as well as ditto log entries.
Quote:> This is an
>alias for the my local machine (class w as far as I know). I tried to
>add an OK for this
>class to access.db by the line: "$=w OK". I don't even know if this does
>what I think of, but sendmail don't complains.
No, that doesn't work, and even if it did it wouldn't have any effect,
since that "rule" is in effect anyway. Sendmail can only complain about
things it sees, and since it will never look for "$=w" in the access map
it won't complain...
Quote:> However, the behaviour is
>the same, relaying denied. With the README a newbie like me can't really
>help himself. I already read it several times. I suppose that the thing
>they mean is to add a line to sendmail.mc like
>"DAEMON_OPTIONS(`Name=<e.g. smtp>, Family=inet')dnl". But I'm not sure.
No, the DAEMON_OPTIONS isn't really relevant here.
Quote:>So can anyone help me again?
See above.
Quote:>I could also need a full documentation of the sendmail-test-mode (of
>course for a dummy like me). So, if anyone knows a source, please tell
>me.
The documentation available in the distribution is presented if you give
'?' as a command while in test mode...
--Per Hedeland