[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 2856] postconf エラーについて
- Subject: [postfix-jp: 2856] postconf エラーについて
- From: 小野 <ono.1982.kenji@xxxxxxxxxxxxxx>
- Date: Sun, 6 Jan 2008 17:36:36 +0900
皆さん今日は。小野といいます。
postfixコマンドを実行してエラーが出て困っています。
環境は、VMwareにSolaris9 X86を入れてます。
以下のコマンドを実行すると、エラーが表示されます。
/usr/local/postfix/sbin/postfix check
Killed
/etc/postfix/post-install: Error: no /usr/local/postfix/sbin/postconf command found.
Re-run this command as /etc/postfix/post-install command_directory=/some/where.
しかしながら、以下のように存在します。
bash-2.05# ls -l /usr/local
合計 28
lrwxrwxrwx 1 root other 13 1月 6日 15:57 postfix -> postfix-2.4.6
drwxr-xr-x 9 root other 512 1月 6日 15:51 postfix-2.4.6
bash-2.05# ls /usr/local/postfix
config html lib man readme sbin spool
bash-2.05#
bash-2.05# ls /usr/local/postfix/sbin
anvil mailq postcat postqueue smtpd
bounce master postconf postsuper spawn
cleanup newaliases postdrop proxymap tlsmgr
discard nqmgr postfix qmgr trivial-rewrite
error oqmgr postkick qmqpd verify
flush pickup postlock scache virtual
lmtp pipe postlog showq
local postalias postmap smtp
そもそも、「/usr/local/postfix/sbin/postconf -n」で設定ファイルを
見ることはできます。
どなたか解決策をご存知の方がいらっしゃいましたら、宜しくお願いします。
=====>設定内容
bash-2.05# /usr/local/postfix/sbin/postconf -n
alias_database = dbm:/etc/postfix/aliases
alias_maps = dbm:/etc/postfix/aliases
command_directory = /usr/local/postfix/sbin
config_directory = /etc/postfix
daemon_directory = /usr/local/postfix/sbin
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = /usr/local/postfix/html
mail_owner = postfix
mail_spool_directory = /var/spool/mail/
mailq_path = /usr/local/postfix/sbin/mailq
manpage_directory = /usr/local/postfix/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = hogehoge.jp
myhostname = test.hogehoge.jp
mynetworks = 192.168.220.0/24, 127.0.0.0/8
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/local/postfix/sbin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/postfix/readme
sample_directory = /usr/local/postfix/etc/postfix
sendmail_path = /usr/local/postfix/lib/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name
unknown_local_recipient_reject_code = 550
=====>make
#!/bin/sh
cd postfix-2.4.6
LD_LIBRARY_PATH=
export LD_LIBRARY_PATH
make makefiles CCARGS="-DHAS_DB -I/usr/local/BerkeleyDB/include" \
AUXLIBS="-L/usr/local/BerkeleyDB/lib -ldb"
=====>ユーザー情報
bash-2.05# grep post /etc/passwd
postfix:x:101:1::/dev/null:/bin/false
bash-2.05# grep post /etc/group
postfix::100:
postdrop::101:
--
富士通株式会社 自治体ソリューション事業本部 基盤システム部
小野 健二
TEL:045-224-1433 FAX:045-224-1466
(内)7152-4552
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- Follow-Ups
-
- [postfix-jp: 2857] Re: postconf エラーについて, K.Nakatsuka
- [postfix-jp: 2858] Re: postconf エラーについて, 野々村 行
- [postfix-jp: 2859] Re: postconf エラーについて, とみたまさひろ
[検索ページ]
[Postfix-JP ML Home]