[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:55913] Postfixが突然メールの送受信が不可になる



須山です。

lennyのPostfixがなぜか,突然メールの送受信ができなくなってしまいました。サーバー上からtelnetで接続すると,通常は次のようなメッセージが出てくると思います。

$ telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 sapphire.example.co.jp ESMTP Postfix (Debian/GNU)


しかしながら,問題のサーバで実行すると,

$ telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

ここで止まってしまい,QUITコマンドを入力しても,抜けることができません。

syslogを見ると次のような警告メッセージが大量に出力されておりました。これらのメッセージを基にGoogleで検索したのですが,mysqlがどうのこうのという話ばかりで,解決策を見つけることができませんでした。

Jan 27 07:19:25 localhost postfix/master[3539]: warning: process /usr/lib/postfix/proxymap pid 6220 exit status 1
Jan 27 07:19:25 localhost postfix/master[3539]: warning: /usr/lib/postfix/proxymap: bad command startup -- throttling

postfix自体の再起動は試してみたのですが,全く効果がなく,今の所お手上げです。

お手数ですが,解決策があれば,ご教示していただければ幸いです。なお,参考までにpostconf -nの実行結果を添付します。

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
allow_mail_to_commands = alias,forward,include
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
message_size_limit = 20000000
mydestination = $myhostname, localhost.$mydomain, $mydomain
myhostname = ns.example.co.jp
mynetworks = 192.168.1.0/24, 127.0.0.0/8
myorigin = ns.example.co.jp
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, permit_auth_destination, reject
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous, noplaintext


-- 
Takeshi Suyama <tsuyama@xxxxxxxxx>