vine-users ML アーカイブ



[vine-users:076095] Re: メール サーバを構築しましたが、 メールが受信できません

  • From: やまさと <yamasato@xxxxxxxxxxxxxxxx>
  • Subject: [vine-users:076095] Re: メール サーバを構築しましたが、 メールが受信できません
  • Date: Thu, 08 Feb 2007 18:10:43 +0900
Abe <ml@xxxxxxxxx> wrote:

> > > iptables -nL
> > > で確認して見てはどうでしょうか.
> > 確認しましたところ、ポート110はクローズされているようなので、
> > 以下のコマンドで、開放しました。
> > 
> > iptables -A INPUT -p tcp --dport 110 -j ACCEPT
> > 
> > この後、iptablesの保存、再起動して再度メーラからアクセスしましたが、
> > メールを受信することはできませんでした。
> > 念のため、PCを再起動してみましたが、状況は変わりませんでした。
> 
> なんかservice iptables stopで解決しそうな感じなので,可能ならばiptables 
> -nLを見せてもらえると誰か教えてくれるかもしれません.
試しにservice iptables stopコマンドを投入して再度挑戦した結果、
接続できたようです。
しかし、今度はメーラが下記のエラーになってまた、調査中です。
+OK Password required.
PASS *****
-ERR Temporary problem, please try again later


iptables -nLコマンドの結果は以下の通りです。

[root@leone root]# iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  0    --  0.0.0.0/0            0.0.0.0/0
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:110

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  0    --  0.0.0.0/0            0.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination
ACCEPT     0    --  0.0.0.0/0            0.0.0.0/0
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
ACCEPT     0    --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:21
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:80
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:25
REJECT     0    --  0.0.0.0/0            0.0.0.0/0           reject-with
以上、よろしくお願いします。