Tekil Mesaj gösterimi
  #1 (permalink)  
Alt 21.07.07, 11:43 PM
Fesih BICER - ait Kullanıcı Resmi (Avatar)
Fesih BICER Fesih BICER isimli Üye şimdilik offline konumundadır
fshbcr
 
Üyelik tarihi: Jun 2007
Nerden: Çorlu
Yaş: 28
Mesajlar: 610
Tecrübe Puanı: 1092
Fesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond reputeFesih BICER has a reputation beyond repute
Fesih BICER - MSN üzeri Mesaj gönder
postfix ve smtp kurulumu

Kod:
cd /usr/local/
wget ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.20.tar.gz
tar xvfz cyrus-sasl-2.1.20.tar.gz
mv cyrus-sasl-2.1.20 cyrus-sasl
cd cyrus-sasl
./configure
make && make install
ln -s /usr/local/lib/sasl2 /usr/lib/sasl2
perl -pi.bak -e "s/saslauthd/auxprop/g" /usr/local/lib/sasl2/smtpd.conf
Kod:
 wget http://postfix.energybeam.com/source/official/postfix-2.2.1.tar.gz
tar xvfz postfix-2.2.1.tar.gz
mv postfix-2.2.1 /usr/local/postfix
cd /usr/local/postfix
make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include/sasl" \
       AUXLIBS="-L/usr/local/lib -lsasl2"
make && make install
__________________
domain bayiliği
Alıntı ile Cevapla