当前位置: 技术问答>linux和unix
linux移植中smtp问题
来源: 互联网 发布时间:2017-05-25
本文导语: smtp是出现的错误:SMTP server problem No route to host。 查看了一下移植后的linux系统中好像没看到25端口的调用! # netstat -an Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address ...
smtp是出现的错误:SMTP server problem No route to host。
查看了一下移植后的linux系统中好像没看到25端口的调用!
SMTP server problem No route to host这个错误是是因为没有打开25号端口造成的吗?
linux移植中怎么打开25端口?
求帮助!
查看了一下移植后的linux系统中好像没看到25端口的调用!
# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:8553 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8554 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8555 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8556 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8557 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
netstat: no support for `AF INET6 (tcp)' on this system.
netstat: no support for `AF INET6 (udp)' on this system.
netstat: no support for `AF INET6 (raw)' on this system.
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ] DGRAM 444 @/org/kernel/udev/udevd
#
SMTP server problem No route to host这个错误是是因为没有打开25号端口造成的吗?
linux移植中怎么打开25端口?
求帮助!
|
http://blog.csdn.net/jiebaoabcabc/article/details/24466799 可以看看这个 我以前做过smtp协议移植