重要なお知らせ

「教えて! goo」は2025年9月17日(水)をもちまして、サービスを終了いたします。詳細はこちら>

【GOLF me!】初月無料お試し

よろしくお願いします。
postfixを構築中で、内部からmailコマンドで他ドメインとの送受信はできました。
しかし、outlookexpressで接続すると、ポート110から
接続できない旨でエラーが発生します。
環境はRedHat ES3です。

$ps aux | grep
(一部略)
/usr/libexec/postfix/master
pickup -l -t fifo -u
nqmgr -l -n qmgr -t fifo -u

$netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:32769 0.0.0.0:* LISTEN
(以下略)110番ポートはありませんでした。

$iptables -L
(一応フィルタはかかっていないようですが・・・)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere tcp dpt:telnet
ACCEPT tcp -- anywhere anywhere tcp dpt:pop3
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:domain

$telnet localhost 110
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

といった感じです。
どこから見ればいいのやら・・・
よろしくお願いします。

A 回答 (1件)

POP3ないしIMAPのデーモンは稼働していますか?


PostfixはSMTPデーモンですから,Outlook ExpressのようなPOP/IMAPクライアントからの接続については面倒を見てくれません。
    • good
    • 0
この回答へのお礼

ありがとうございます。解決しました。
すでにipop3が入っていました。
xinet.dの書き換えでOKでした^^;

お礼日時:2005/08/25 23:18

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!

今、見られている記事はコレ!