"Keijo Lehto" <[EMAIL PROTECTED]> wrote in message
98dlai$uic$[EMAIL PROTECTED]">news:98dlai$uic$[EMAIL PROTECTED]...
> Hello,
>
> I've read the archieves and saw other people being frustrated on the same
> thing that I've been working on during the last couple of days.
>
> As PHP cannot correctly get mx records on windows, I've decided to open a
> socket to a name server and do the stuff manually with fputs&fgets. However,
> I have no idea what I should say to the server and what to expect as a
> reply. As a matter of fact, I don't even know what is (usually) the port
> used.
There should be a RFC for all protocols, How about read related RFC?
http://www.faqs.org/rfcs/
If your talking to SMTP, HELO is what you should send at first.
Regards,
Yasuo Ohgaki
>
> So if anyone could help me by explaining things a bit or giving some URL's
> to read I'd appreciate it awfully lot.
>
> Sinc, Keijo
>
> PS. I know the interaction with a name server is not PHP specific thingie,
> but as this is a common problem with PHP, I think this could help some
> others, too.
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] a solution for getmxrr() and Windows? Keijo Lehto
- Yasuo Ohgaki