[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:301] Re: Vine2.1CR でのsnapshot-20001217 とcyrus-sasl-1.5.24 のインストール
- Subject: [postfix-jp:301] Re: Vine2.1CR でのsnapshot-20001217 とcyrus-sasl-1.5.24 のインストール
- From: Noriyuki Hayashi <linux@xxxxxxxxxx>
- Date: Fri, 19 Jan 2001 21:10:23 +0900
林@ワッツです。
postfixメーリングリストの皆さん
下記作業にてうまく稼働するところまでいきました。
ありがとうございます。非常に勉強になりました。
Vine Linux 2.1CR へ cyrus-sasl-1.5.24とsnapshot-20001217の導入
既存のpostfixを削除
# rpm -e postfix
# rm -r -f /var/spool/postfix
# rm -r -f /etc/postfix
# 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
# make
# make install
# ln -s /usr/local/lib/sasl /usr/lib/sasl
ここが重要でした。
# ln -s /usr/local/lib/libsasl.so.7 /usr/lib/libsasl.so.7
# /usr/local/sbin/saslpasswd username
# chgrp postfix /etc/sasldb
# chmod 640 /etc/sasldb
# vipw
postfix:*:12345:12345:Postfix user:/nonexistent:/bin/badsh
# vi /etc/group
postfix:*:12345:
# vi /etc/aliases
postfix: root
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
Reply : Default all.
# cd /etc/postfix
# cp main.cf main.cf.org
# vi main.cf
# Must.
myorigin = $myhostname
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mail_spool_directory = /var/mail
mynetworks = XXX.XXX.XXX.XXX/YY, 127.0.0.0/8
smtpd_sasl_auth_enable = yes # Use SASL Auth.
allow_mail_to_commands = alias,forward,include
smtpd_recipient_restrictions =
permit_mynetworks
permit_sasl_authenticated # Allow SASL Authenticated.
reject
mkdir /var/pwcheck
chmod 700 /var/pwcheck
chown postfix /var/pwcheck
# vi /usr/lib/sasl/smtpd.conf
pwcheck_method: pwcheck
# /usr/local/sbin/pwcheck &
pwcheckの自動起動スクリプトを/etc/rc.d/init.d/postfixに組み込んで
cd /etc/rc.d/rc3.d
ln -s /etc/rc.d/init.d/postfix S80postfix
としました。
感謝!超嬉!感激!
今後ともよろしくお願い申し上げます。
ワッツ(有)林 徳幸
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
PHP3とPOSTGREの連携WEB CART SYSTEM稼働中
ワッツ有限会社
Redwind.Com
URL:http://www.watspc.co.jp
URL:http://www.wats.gr.jp
自社LINUX Server Contents開発中
URL:http://www.redwind.com
Mail:wats@xxxxxxxxxxxx
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
- References
-
- [postfix-jp:295] Re: Vine2.1CR でのsnapshot-20001217 とcyrus-sasl-1.5.24 のインストール, B<suzuki_hiroshi@xxxxxxxxxxx>
- [postfix-jp:299] Re: Vine2.1CR でのsnapshot-20001217 とcyrus-sasl-1.5.24 のインストール, Noriyuki Hayashi
[検索ページ]
[Postfix-JP ML Home]