|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 46 楼』:
使用 LLM 解释/回答一下
56 的怎么回事我改为ehlo 还出现错误
553 this mail is blocked by kbas system,
What's going on? I changed it to ehlo and still got an error.
553 this mail is blocked by kbas system,
|
|
2007-4-29 03:54 |
|
|
bjsh
银牌会员
    
积分 2000
发帖 621
注册 2007-1-1
状态 离线
|
『第 47 楼』:
使用 LLM 解释/回答一下
if not defined ip (echo 网络不通&goto :eof)
echo quit|telnet %ip% %port%||(echo %smtp% telnet不通,可能你的%port%端口未开启&goto :eof)
这句还是有问题啊!!
ping不通不代表找不到IP;
也就是说连接不到%smtp% 25 用ping 定义%IP%是还是能成功的...
telnet %ip% %port% ;
无法连接到 %ip% %port% 可能你的%port%端口未开启;
这种说法是不正确的.
本机连接%ip%的端口不一定是%port%;
所以还是建议用
ping %ip% -n 1 >>nul 2>>nul || echo ..& goto :eof
ping通了;自然能连接到ip的%port%端口;
Last edited by bjsh on 2007-4-28 at 03:07 PM ]
if not defined ip (echo Network is not reachable&goto :eof)
echo quit|telnet %ip% %port%||(echo %smtp% telnet not reachable, maybe your %port% port is not open&goto :eof)
There is still a problem with this sentence!!
Not being able to ping does not mean the IP is not found;
That is to say, connecting to %smtp% 25, using ping to define %IP% can still be successful...
telnet %ip% %port% ;
Unable to connect to %ip% %port% may mean your %port% port is not open;
This statement is incorrect.
The port of this machine connecting to %ip% is not necessarily %port%;
So it is still recommended to use
ping %ip% -n 1 >>nul 2>>nul || echo ..& goto :eof
If ping is successful; naturally can connect to the %port% port of the ip;
Last edited by bjsh on 2007-4-28 at 03:07 PM ]
|
|
2007-4-29 04:06 |
|
|
bjsh
银牌会员
    
积分 2000
发帖 621
注册 2007-1-1
状态 离线
|
|
2007-4-29 04:09 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 49 楼』:
使用 LLM 解释/回答一下
Originally posted by bjsh at 2007-4-29 04:06:
if not defined ip (echo 网络不通&goto :eof)
echo quit|telnet %ip% %port%||(echo %smtp% telnet不通,可能你的%port%端口未开启&goto :eof)
这句还是有问题啊!!
pi ...
我想这些大站还是ping不通就解析不了地址的吧!呵呵
Originally posted by bjsh at 2007-4-29 04:06:
if not defined ip (echo Network is not connected&goto :eof)
echo quit|telnet %ip% %port%||(echo %smtp% telnet not connected, maybe your %port% port is not enabled&goto :eof)
There is still a problem with this sentence!!
pi ...
I think these large websites still can't be pinged, so the address can't be resolved, heh heh
|
|
2007-4-29 04:15 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 50 楼』:
使用 LLM 解释/回答一下
Originally posted by bjsh at 2007-4-29 04:09:
56应该用
HELO
56的我不管怎么试还是 553错误,不知道为什么?你发一遍看看你的可以不?
56 should use
HELO
The 56 one, no matter how I try, there's still a 553 error. I don't know why? You send it once and see if yours works?
|
|
2007-4-29 04:15 |
|
|
bjsh
银牌会员
    
积分 2000
发帖 621
注册 2007-1-1
状态 离线
|
『第 51 楼』:
使用 LLM 解释/回答一下
ping不通是可以解析地址的;
我今天网卡里刚刚没钱;
用代理来这的呢;
对于56没法试了;
还是和你说的那个问题;
代理网页可以;
命令行下就不行了;
值得研究的东西
Can resolve the address even if can't ping;
I just ran out of money in the network card today;
Came here using a proxy;
Can't test with 56 anymore;
Still the same problem you mentioned;
Proxy web page works;
Doesn't work under command line;
Something worth researching
|
|
2007-4-29 04:19 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 52 楼』:
使用 LLM 解释/回答一下
Originally posted by bjsh at 2007-4-29 04:06:
if not defined ip (echo 网络不通&goto :eof)
echo quit|telnet %ip% %port%||(echo %smtp% telnet不通,可能你的%port%端口未开启&goto :eof)
这句还是有问题啊!!
pi ...
我网吧的这个机子可以ping 通 smtp.163.com ,可就是telnet 连接不上,我查了下好象把服务删除了,所以之前要telnet下才会更好
Originally posted by bjsh at 2007-4-29 04:06:
if not defined ip (echo Network is not connected&goto :eof)
echo quit|telnet %ip% %port%||(echo %smtp% telnet is not connected, maybe your %port% port is not enabled&goto :eof)
This sentence is still problematic ah!!
pi ...
The machine in my internet café can ping smtp.163.com, but just can't connect via telnet. I checked and it seems the service was deleted, so it's better to telnet first before.
|
|
2007-4-29 04:19 |
|
|
bjsh
银牌会员
    
积分 2000
发帖 621
注册 2007-1-1
状态 离线
|
『第 53 楼』:
使用 LLM 解释/回答一下
telnet不上;nc能不能连上呢;
Can't telnet; can netcat connect?
|
|
2007-4-29 04:21 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 54 楼』:
使用 LLM 解释/回答一下
Originally posted by bjsh at 2007-4-29 04:21:
telnet不上;nc能不能连上呢;
呵呵,肯定连接不上了
Originally posted by bjsh at 2007-4-29 04:21:
Can't telnet; can nc connect?
Hehe, definitely can't connect
|
|
2007-4-29 04:22 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 55 楼』:
使用 LLM 解释/回答一下
命令行下用代理确实是个问题,要么换nc为可以支持代理的telnet代替工具
Using a proxy in the command line is indeed a problem. Either replace nc with a telnet replacement tool that supports proxies
|
|
2007-4-29 04:24 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 56 楼』:
使用 LLM 解释/回答一下
呵呵``我拿来做了个QQ邮件群发``谢谢vkill了```
要是能加入代理功能就好了。。。
Hehe``I used it to make a QQ email mass sending``Thank you vkill```
It would be great if it could add a proxy function...
|
|
2007-4-30 01:06 |
|
|
fengzi
中级用户
   金牌会员
积分 315
发帖 152
注册 2007-1-25
状态 离线
|
『第 57 楼』:
使用 LLM 解释/回答一下
这个可以添加从文本里找发信账号密码 地址也从文本里提取吗````
Can this add the function to find the sender's account password from the text and also extract the address from the text?
|
|
2007-5-5 00:07 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 58 楼』:
使用 LLM 解释/回答一下
Originally posted by fengzi at 2007-5-5 00:07:
这个可以添加从文本里找发信账号密码 地址也从文本里提取吗````
一切都可以
Originally posted by fengzi at 2007-5-5 00:07:
Can this add the function to find the sender's account password from the text and also extract the address from the text? ```
Everything is possible
|
|
2007-5-7 09:19 |
|
|
honghunter
中级用户
  
积分 321
发帖 135
注册 2007-2-4
状态 离线
|
『第 59 楼』:
使用 LLM 解释/回答一下
有没有不用NC的解决方案哪?
NC在我们这里会被安全类软件发出警报。
Is there any solution that doesn't use NC? NC will trigger alarms from security software here.
|

探讨批量下载与智能化的下载 |
|
2007-5-7 17:20 |
|
|
vkill
金牌会员
     
积分 4103
发帖 1744
注册 2006-1-20 来自 甘肃.临泽
状态 离线
|
『第 60 楼』:
使用 LLM 解释/回答一下
Originally posted by honghunter at 2007-5-7 17:20:
有没有不用NC的解决方案哪?
NC在我们这里会被安全类软件发出警报。
暂时我不知道
Originally posted by honghunter at 2007-5-7 17:20:
Is there any solution without using NC?
NC will trigger alarms from security software here.
I don't know for the time being
|
|
2007-5-7 18:45 |
|