
さくらの専用サーバへ、CnetOSをインストールしメールサーバを立てようとしています。
yumコマンドにより
・postfix
・devecot
・webmin
のインストールを行い、postfixの『main.cf』,『master.cf』を設定し、SSHより
telnet localhost 25
コマンドで動作テスト行いました。実行したところ
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
が発生し失敗してしまいます。
25番ポートが使用できないということでしょうか?
ご教授願います。。
/=====================追記=====================/
[root@localhost ~]# netstat -ant
を実行しましたが25番ポートはいませんでした。
●設定の参考ページ
http://morizyun.github.io/blog/postfix-centos-sakura-vps-aws/
/=====================エラー=====================/
[root@localhost ~]# cat /var/log/maillog
Jan 31 23:35:50 localhost postfix[2002]: dict_eval: const no
Jan 31 23:35:50 localhost postfix/postfix-script[2007]: error: unknown command: ''
Jan 31 23:35:50 localhost postfix/postfix-script[2008]: fatal: usage: postfix start (or stop, reload, abort, flush, check, status, set-permissions, upgrade-configuration)
Jan 31 23:39:36 localhost postfix/postfix-script[2110]: starting the Postfix mail system
Jan 31 23:39:36 localhost postfix/master[2111]: fatal: /etc/postfix/master.cf: line 10: missing "transport type" field

回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。