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

[postfix-jp:03503] 再インス トール後にPostfix が起動しなくなってしまい ました。



こんにちわ、studentです。


試験的に正常動作していたPostfixをcyrus-SASLでSMTP-AUTHを実現しようと再コンパ
イルインストールしたところ、
次のエラーが出て行き詰ってしまいました。

postfix: fatal: file /etc/postfix/main.cf: parameters mail_owner and
setgid_group: user postfix and group postfix have the same group ID: 89



■Postfixに関する設定の全記録は以下の通りです。

# rpm -q postfix
postfix-1.1.11-5
# rpm -e postfix-1.1.11-5
警告: /etc/postfix/main.cf saved
as /etc/postfix/main.cf.rpmsave

# wget ftp://postfix.get7.biz/postfix/official/postfix-2.0.15.tar.gz
# cd /usr/local/src/

# /usr/sbin/useradd -M postfix
# /usr/sbin/groupadd maildrop

# tar xvzf postfix-2.0.15.tar.gz
# cd postfix-2.0.15
# make makefiles CCARGS='-DDEF_CONFIG_DIR=\"/usr/local/etc\" -DHAS_LDAP'
# make
# make install

この時点ではLDAPを利用しようとしていました。(後でpostconf -mをやったとこ
ろ、LDAPの文字が表示されませんでしたが)
ここで聞かれたディレクトリ等は全てPostfixで作る実践メールサーバのP46-49と同
様。(基本的にデフォルト)

# cd /usr/local/src/Postfix-xxxxx
# make tidy
# make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include"
AUXLIBS="-L/usr/lib -lsasl"
# make
# make install
# vi /usr/lib/sasl/smtpd.conf
pwcheck_method:sasldb

# saslpasswd -c -u `postconf -h myhostname` test
# chgrp postfix /etc/sasldb
# chmod 640 /etc/sasldb
# vi /etc/postfix/main.cf
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions =
permit_mynetworks,permit_sasl_authenticated,check_relay_domains,reject
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes

# /usr/sbin/postfix start
postfix: fatal: file /etc/postfix/main.cf: parameters mail_owner and
setgid_group: user postfix and group postfix have the same group ID: 89


ここで行き詰ってしまいました。
設定ファイルを見るとたしかにmail_ownerとsetgid_groupはpostfixとなっていま
す。
なぜこれではいけないのでしょうか?
また、最初のインストール時にLDAPを使えるようにしたはずなのになぜpostconf -m
ではLDAPと表示されなかったのでしょうか?
表示されないということは使えないということですよね?

よろしくお願いします。

Follow-Ups
[postfix-jp:03504] Re: 再イン ストール後にPostfi xが起動しなくなってしま いました。, IWAMOTO, Kouichi
References
[postfix-jp:03502] Re: SPAM対 策の自動化, Motoharu Kubo

[検索ページ] [Postfix-JP ML Home]