[EMAIL PROTECTED] wrote:
> So, I'm wondering if anyone knows how to check smtp authorization from telnet?

sure.

~$ php
<?
print base64_encode("\0username\0password")."\n";
^D
AHVzZXJuYW1lAHBhc3N3b3Jk
~$ telnet 0 25
[...]
Escape character is '^]'.
<- 220 [greeting]
-> ehlo [host]
<- 250 [features]
-> auth plain
<- 334
-> AHVzZXJuYW1lAHBhc3N3b3Jk

Attachment: pgpwKhkHsKqZR.pgp
Description: PGP signature

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to