Re: Scope of SMTP Verify
Yakov Shafranovich <[email protected]> Thu, 04 Mar 2004 02:20:50 -0500
| Newsgroups | gmane.ietf.asrg.smtpverify |
|---|---|
| Organization | SolidMatrix Technologies, Inc. |
| Message-ID | <[email protected]> |
Alan DeKok wrote: > "Peter J. Holzer" <[email protected]> wrote: > >>I can think of several items which can be verified at the SMTP level >>(not necessarily in any useful order): > > ... > > I'm starting to think that the most important question is: > > - Is this machine an MTA which will accept mail, too. > If not, why am I accepting mail from it? I don't know if this can be an valid assumption. While I realize that there is a disbalance between receivers and senders, outbound and inbound MTAs are different in too many cases. The question would be better asked: "if this an MTA". If it is not an MTA, then why is it sending mail directly? Of course the easiest way to figure that out is because this MTA is also an inbound MTA. But if we would have a different way of doing so, you don't need that. > Why is it not using it's own MTA to send mail? > What's wrong with SUBMIT, or SMTP over SSH? > I agree with SUBMIT. I would add that if its not an MTA, why isn't it using its local MTA with whatever authentication method it has. Yakov