• 06-01-2013, 07:21:23
    #1
    Arkadaşlar benim AWBS smtp sorunum var...

    Awbs admin panelinden şu şekilde ayarladım...

    Active mailer : SMTP Mail

    SMTP server : mail.teekweb.com
    SMTP username : email@teekweb.com
    SMTP password : ***

    Bu sekilde yapıyorum ama awbs yine e-mail göndermiyor.
    awbs sıfırdan kuruyorum tekrar yapıyorum smtp ayarlarını yine göndermiyor...

    Aldığım hata budur..

    
    ...PROCESSING...
    
    Processing 1 user(s)
    
    Processing emailadresim@hotmail.com().....Resolving POP3 authentication host "mail.teekweb.com"... Connecting to host address "258.353.38.98" port 110... S +OK Dovecot ready. C USER destek@teekweb.com S +OK C PASS 123456789 S +OK Logged in. Resolving SMTP server domain "mail.teekweb.com"... Connecting to host address "258.353.38.98" port 587... Connected to SMTP server "mail.teekweb.com". S 220-reseller46.teekweb.com ESMTP Exim 4.80 #2 Sun, 06 Jan 2013 07:14:48 +0200 S 220-We do not authorize the use of this system to transport unsolicited, S 220 and/or bulk e-mail. C EHLO www.teekweb.com S 250-reseller46.teekweb.com Hello server046.net46.intbildns.org [258.353.38.98] S 250-SIZE 52428800 S 250-8BITMIME S 250-PIPELINING S 250-AUTH PLAIN LOGIN S 250-STARTTLS S 250 HELP C MAIL FROM: C RCPT TO: C DATA S 501 : sender address must contain a domain Disconnected. Failed
    Resolving POP3 authentication host "mail.teekweb.com"... Connecting to host address "258.353.38.98" port 110... S +OK Dovecot ready. C USER destek@teekweb.com S +OK C PASS 123456789 S +OK Logged in. Resolving SMTP server domain "mail.teekweb.com"... Connecting to host address "258.353.38.98" port 587... Connected to SMTP server "mail.teekweb.com". S 220-reseller46.teekweb.com ESMTP Exim 4.80 #2 Sun, 06 Jan 2013 07:14:49 +0200 S 220-We do not authorize the use of this system to transport unsolicited, S 220 and/or bulk e-mail. C EHLO www.teekweb.com S 250-reseller46.teekweb.com Hello server046.net46.intbildns.org [258.353.38.98] S 250-SIZE 52428800 S 250-8BITMIME S 250-PIPELINING S 250-AUTH PLAIN LOGIN S 250-STARTTLS S 250 HELP C MAIL FROM: C RCPT TO: C DATA S 501 : sender address must contain a domain Disconnected.
    Email run complete
    
    Email Statistics [Total Jobs: 1 Success: 0 Fail: 1]
    yukardaki hatayı veriyor...

    Ayriyetten başka bir yerde ayarı varmı....
  • 07-01-2013, 23:11:21
    #2
    inanin bu caresiz sorunlardan dolayi... Bikiyorum AWBS den bazen...
  • 08-01-2013, 12:04:27
    #3
    port u 587 olarak ayarlayıp deneyebilirmisin (/includes/smtp_config.php)

    sunucu smtp portunuda 587 olarak ayarlıcan.
  • 09-01-2013, 17:58:23
    #4
    malesef yine ayni...
    sorun halen devam ediyor...
  • 09-01-2013, 18:03:24
    #5
    Bu konu ile akalı bizde çok araştırma yaptık,malesef net bir cevap yok,bu sistemin kafasına göre bazen mail göndermesi bazen göndermemesi anlaşılır gibi bir durum değil.Destek konusunda firmalar zaten tamamen hüsranlardalar.
  • 09-01-2013, 18:29:52
    #6
    Yemin ederim biktim yaaa ne nalet,illet bir awbs imis...
    Sorun omadigi zaman cok hosuma gidiyor ama sorun ciktimi bikiyorum abi ya herseyi silip atasim geliyor..
    whmcs gecicem galiba
  • 09-01-2013, 18:59:43
    #7
    klasweb adlı üyeden alıntı: mesajı görüntüle
    Yemin ederim biktim yaaa ne nalet,illet bir awbs imis...
    Sorun omadigi zaman cok hosuma gidiyor ama sorun ciktimi bikiyorum abi ya herseyi silip atasim geliyor..
    whmcs gecicem galiba

    Birşey daha kontrol edermisiniz,aynı ip ve sunucudaki diğer sitelerin iletişim forumu vs çalışıyor mu?
  • 09-01-2013, 20:00:42
    #8
    webmail den email gönderebiliniyor..
    sunucuda smpt ayari yapildi normal phpmail yerine smpt yapildi ve hersey normal gönderiyor smpt ayari yapilmis mail sistemleri ama bi awbs göndermiyor anlamadim gitti
  • 17-02-2013, 17:44:12
    #9
    arkdaslar awbs disari email göndermiyor ama sunucu icine gönderiyor mesela hotmail,gmail,yahoo gibi emailere göndermermiyor...
    denemedigim sey kalmadi...
    yanliz smtp_config.php icindeki ayarlar anlamadim...
    orda sadece portu degistirmemiz yeterlimidir.

    kodlar bunlardir...

    Alıntı
    <?php
    $smtp=new smtp_class;
    $this_smtp_config = @mysql_fetch_array(mysql_query("SELECT * FROM module_types WHERE name='smtp'"));
    $smtp->host_name=$this_smtp_config['config1']; /* Change this variable to the address of the SMTP server to relay, like "smtp.myisp.com" */
    $smtp->host_port=25; /* Change this variable to the port of the SMTP server to use, like 465 */
    $smtp->ssl=0; /* Change this variable if the SMTP server requires an secure connection using SSL */
    $smtp->localhost=""; /* Your computer address */
    $smtp->direct_delivery=0; /* Set to 1 to deliver directly to the recepient SMTP server */
    $smtp->timeout=10; /* Set to the number of seconds wait for a successful connection to the SMTP server */
    $smtp->data_timeout=20; /* Set to the number seconds wait for sending or retrieving data from the SMTP server.
    Set to 0 to use the same defined in the timeout variable */
    $smtp->debug=0; /* Set to 1 to output the communication with the SMTP server */
    //!!!!SETTING DEBUG ON IS A SECUTITY RISK!!!!
    //!!!!YOUR SMTP PASSWORD WILL BE VISIBLE TO USERS WHEN SMTP RUNS!!!!
    //!!!!USE AT YOUR OWN RISK!!!!

    $smtp->html_debug=0; /* Set to 1 to format the debug output as HTML */
    $smtp->pop3_auth_host=$this_smtp_config['config1']; /* Set to the POP3 authentication host if your SMTP server requires prior POP3 authentication */
    $smtp->user=$this_smtp_config['config2']; /* Set to the user name if the server requires authetication */
    $smtp->realm=""; /* Set to the authetication realm, usually the authentication user e-mail domain */
    $smtp->password=$this_smtp_config['config3']; /* Set to the authetication password */
    $smtp->workstation=""; /* Workstation name for NTLM authentication */
    $smtp->authentication_mechanism=""; /* Specify a SASL authentication method like LOGIN, PLAIN, CRAM-MD5, NTLM, etc..
    Leave it empty to make the class negotiate if necessary */
    ?>