SaslDb Berkley database'i  kullanmakta, sunucun sql de sorgulama aşamasına bile 
geçemiyor , postfix-sasl-sql dersek , postfix'in sasl ile henüz connect 
olamamış durumda , bence sen o linkten başka bir linkten yeniden derlesen iyi 
olacak , bununla ilgili dökümanlardan birini  gürcan arkadaşın gönderdiği 
siteden http://www.umutbesler.com/docs.php takip edebilirsin.
  ----- Original Message ----- 
  From: Elvin Şiriyev 
  To: [email protected] 
  Sent: Wednesday, June 17, 2009 12:43 PM
  Subject: [Linux-sunucu] Re: Ubuntu Server + Mail Sunucusu


  auth.log da hataları görünce /etc/postfix/sasl/smtpd.conf'da 
  #auxprop_plugin: sql 
  satrını comment ettim. sanırım hala aynı hata var

  mail.log da da berkley db den bahsediyor. ben mysql kullanıyorum auth için 
anlamışsınızdır.


  auth.log ilgili satırlar.
  Jun 17 12:26:08 example postfix/smtpd[21516]: sql_select option missing
  Jun 17 12:26:08 example postfix/smtpd[21516]: auxpropfunc error no mechanism 
available
  Jun 17 12:26:08 example postfix/smtpd[21516]: _sasl_plugin_load failed on 
sasl_auxprop_plug_init for plugin: sql
  Jun 17 12:30:01 example CRON[21535]: pam_unix(cron:session): session opened 
for user root by (uid=0)
  Jun 17 12:30:01 example CRON[21535]: pam_unix(cron:session): session closed 
for user root
  Jun 17 12:32:20 example postfix/smtpd[21627]: sql_select option missing
  Jun 17 12:32:20 example postfix/smtpd[21627]: auxpropfunc error no mechanism 
available
  Jun 17 12:32:20 example postfix/smtpd[21627]: _sasl_plugin_load failed on 
sasl_auxprop_plug_init for plugin: sql
  Jun 17 12:32:33 example postfix/smtpd[21631]: sql_select option missing
  Jun 17 12:32:33 example postfix/smtpd[21631]: auxpropfunc error no mechanism 
available
  Jun 17 12:32:33 example postfix/smtpd[21631]: _sasl_plugin_load failed on 
sasl_auxprop_plug_init for plugin: sql
  Jun 17 12:33:53 example saslauthd[21047]: server_exit     : master exited: 
21047
  Jun 17 12:33:53 example saslauthd[21855]: detach_tty      : master pid is: 
21855
  Jun 17 12:33:53 example saslauthd[21855]: ipc_init        : listening on 
socket: /var/spool/postfix/var/run/saslauthd/mux
  Jun 17 12:34:30 example postfix/smtpd[21870]: sql_select option missing
  Jun 17 12:34:30 example postfix/smtpd[21870]: auxpropfunc error no mechanism 
available
  Jun 17 12:34:30 example postfix/smtpd[21870]: _sasl_plugin_load failed on 
sasl_auxprop_plug_init for plugin: sql

  mail.log
  Jun 17 12:40:52 example postfix/smtpd[22044]: connect from 
pingability.com[207.210.209.134]
  Jun 17 12:40:52 example postfix/smtpd[22044]: warning: SASL authentication 
problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
  Jun 17 12:40:52 example postfix/smtpd[22044]: warning: SASL authentication 
problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
  Jun 17 12:40:52 example postfix/smtpd[22044]: warning: 
pingability.com[207.210.209.134]: SASL LOGIN authentication failed: 
authentication failure
  Jun 17 12:40:52 example postfix/smtpd[22044]: lost connection after AUTH from 
pingability.com[207.210.209.134]
  Jun 17 12:40:52 example postfix/smtpd[22044]: disconnect from 
pingability.com[207.210.209.134]


  2009/6/17 MURAT RUZGAR <[email protected]>

    auth.log ve mail.log dosyanı gönderirmisin
      ----- Original Message ----- 
      From: Elvin Şiriyev 
      To: [email protected] 
      Sent: Wednesday, June 17, 2009 12:06 PM
      Subject: [Linux-sunucu] Re: Ubuntu Server + Mail Sunucusu


      Merhaba,
      POP3 erişimi, mail alımı çalışan sunucuda şimdi de sıkıntı SMTP 
bağlantısında. aşağıda smtp bağlantı log'u mevcut [1]

      veri tabanında şifre (deneme) : $1$9ae99894$QJhAr7MnIG/2i5Bq6rk21. 
şeklide.

      /etc/postfix/sasl/smtpd.conf [2] dosyasına md5crypt ekledim işe yaramadı 
(postfixadmin'in ayararında gördüm)
      takip ettiğim döküman : 
http://www.starbridge.org/spip/spip.php?article1&lang=fr
      Bir de squirrel mail de giriş yapaibliyorum artık ama mail gönderirken 
"relay access denied" diyor, bunu demesi normal sanırım ama 
      niye kulanıcı hesabı ile göndermiyor ?

      Beyler nedir bu günlerdir çektiğim ?



      [1] http://pingability.com/smtptest.jsp online aracı ile denedim :
      DEBUG: getProvider() returning 
javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun 
Microsystems, Inc]
      DEBUG SMTP: useEhlo true, useAuth true
      DEBUG SMTP: trying to connect to host "example.com", port 25, isSSL false
      220 example.com ESMTP Postfix (Ubuntu)
      DEBUG SMTP: connected to host "example.com", port: 25

      EHLO localhost
      250-example.com
      250-PIPELINING
      250-SIZE 10240000
      250-VRFY
      250-ETRN
      250-STARTTLS
      250-AUTH NTLM CRAM-MD5 LOGIN PLAIN DIGEST-MD5
      250-AUTH=NTLM CRAM-MD5 LOGIN PLAIN DIGEST-MD5
      250-ENHANCEDSTATUSCODES
      250-8BITMIME
      250 DSN
      DEBUG SMTP: Found extension "PIPELINING", arg ""
      DEBUG SMTP: Found extension "SIZE", arg "10240000"
      DEBUG SMTP: Found extension "VRFY", arg ""
      DEBUG SMTP: Found extension "ETRN", arg ""
      DEBUG SMTP: Found extension "STARTTLS", arg ""
      DEBUG SMTP: Found extension "AUTH", arg "NTLM CRAM-MD5 LOGIN PLAIN 
DIGEST-MD5"
      DEBUG SMTP: Found extension "AUTH=NTLM", arg "CRAM-MD5 LOGIN PLAIN 
DIGEST-MD5"
      DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
      DEBUG SMTP: Found extension "8BITMIME", arg ""
      DEBUG SMTP: Found extension "DSN", arg ""
      DEBUG SMTP: Attempt to authenticate
      DEBUG SMTP: check mechanisms: LOGIN PLAIN DIGEST-MD5 
      AUTH LOGIN
      334 VXNlcm5hbWU6
      ZGVuZW1lQGt1cmVzZWxwYXphci5jb20=
      334 UGFzc3dvcmQ6
      ZGVuZW1l
      535 5.7.8 Error: authentication failed: authentication failure

      Authentication Failed 

      [2] /etc/postfix/sasl/smtpd.conf
      pwcheck_method: saslauthd
      auxprop_plugin: sql
      log_level: 5
      mech_list: plain login cram-md5 digest-md5 md5crypt

      --
      Elvin Şiriyev
      http://siriyev.net



--------------------------------------------------------------------------


      _______________________________________________
      Linux-sunucu E-Posta Listesi
      [email protected]

      Liste kurallarını http://liste.linux.org.tr/kurallar.php  bağlantısından 
okuyabilirsiniz;

      Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
      http://liste.linux.org.tr/mailman/listinfo/linux-sunucu





    _______________________________________________
    Linux-sunucu E-Posta Listesi
    [email protected]

    Liste kurallarını http://liste.linux.org.tr/kurallar.php  bağlantısından 
okuyabilirsiniz;

    Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
    http://liste.linux.org.tr/mailman/listinfo/linux-sunucu





  -- 
  Elvin Şiriyev
  http://siriyev.net



------------------------------------------------------------------------------


  _______________________________________________
  Linux-sunucu E-Posta Listesi
  [email protected]

  Liste kurallarını http://liste.linux.org.tr/kurallar.php  bağlantısından 
okuyabilirsiniz;

  Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
  http://liste.linux.org.tr/mailman/listinfo/linux-sunucu


--------------------------------------------------------------------------------
Bu elektronik posta ve onunla iletilen butun dosyalar sadece gondericisi 
tarafindan almasi amaclanan yetkili gercek ya da tuzel kisinin kullanimi 
icindir. Eger soz konusu yetkili alici degilseniz bu elektronik postanin 
icerigini aciklamaniz, kopyalamaniz, yonlendirmeniz ve kullanmaniz kesinlikle 
yasaktir ve bu elektronik postayı derhal silmeniz gerekmektedir. Turkuvaz Medya 
Grubu bu mesajin icerdigi bilgilerin dogrulugu veya eksiksiz oldugu konusunda 
herhangi bir garanti vermemektedir. Bu nedenle bu bilgilerin ne sekilde olursa 
olsun iceriginden, iletilmesinden, alinmasindan ve saklanmasindan sorumlu 
degildir. Bu mesajdaki gorusler yalnizca gonderen kisiye aittir ve Turkuvaz 
Medya Grubu'nun goruslerini yansitmayabilir. Bu e-posta bilinen butun 
bilgisayar viruslerine karsi taranmistir. Ancak yollayici, bu e-posta mesajinin 
- virus koruma sistemleri ile kontrol ediliyor olsa bile - virus icermedigini 
garanti etmez ve meydana gelebilecek zararlardan dogacak hicbir sorumlulugu 
kabul etmez.

--------------------------------------------------------------------------------

This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are not the intended recipient you are hereby notified that any 
dissemination, forwarding, copying or use of any of the information is strictly 
prohibited, and the e-mail should immediately be deleted. Turkuvaz Media Group 
makes no warranty as to the accuracy or completeness of any information 
contained in this message and hereby excludes any liability of any kind for the 
information contained therein or for the information transmission, reception, 
storage or use of such in any way whatsoever. The opinions expressed in this 
message belong to sender alone and may not necessarily reflect the opinions.

_______________________________________________
Linux-sunucu E-Posta Listesi
[email protected]

Liste kurallarını http://liste.linux.org.tr/kurallar.php  bağlantısından 
okuyabilirsiniz;

Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu

Cevap