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

[postfix-jp:874] Re: POP before SMTP の次はSMTP-AUTH



林です。
私も池田さんを始め、postfix_MLの皆さんにはお世話になりまして
Vine Linux 2.1CR Authentication SMTPをPostfixで
運用しております。
以下、インスト時のメモ書きです。参考までに
#Cyrus-sasl-1.5.24 install
cp /mnt/cdrom/cyrus/cyrus-sasl-1.5.24.tar.gz /usr/local/src/
cd /usr/local/src
tar xzvf cyrus-sasl-1.5.24.tar.gz
cd /usr/local/src/cyrus-sasl-1.5.24
./configure --enable-login --with-pwcheck --disable-krb4 --with-gnu-ld --disable-gssapi
make
make install
make clean
ln -s /usr/local/lib/sasl /usr/lib/sasl
ln -s /usr/local/lib/libsasl.so.7 /usr/lib/libsasl.so.7
# vi /etc/group
cp /mnt/cdrom/postfix/snapshot-20001217.tar.gz /usr/local/src/
cd /usr/local/src
tar xzvf snapshot-20001217.tar.gz
cd /usr/local/src/snapshot-20001217
make tidy
make makefiles CCARGS=-DUSE_SASL_AUTH" -I/usr/local/include" \AUXLIBS="-L/usr/local/lib -lsasl"
make
chmod 700 INSTALL.sh
./INSTALL.sh
make clean
mkdir /var/pwcheck<---この辺りはどうなってるのでしょうか?
chmod 700 /var/pwcheck<---この辺りはどうなってるのでしょうか?

sasldbのパスワードは上記の場合
/usr/local/sbin/saslpasswd webmaster
ってな感じで設定しております。
当方はpostfixのownerがcyrusの設定になっていますのでそこが違いますね。

参考になればいいのですが・・・

-- 
Noriyuki Hayashi <nexus@xxxxxxxxxx>

References
[postfix-jp:866] POP before SMTP の次はSMTP-AUTH, Takayuki Ebisawa

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