+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17

Thread: Can't send - smtp error 250

  1. #11
    alec is offline Registered User
    Join Date
    Oct 2008
    Posts
    335
    Downloads
    1
    Uploads
    0

    Default

    Better use imap_debug and smtp_debug options in Roundcube. Also what do you have in smtp configuration section in main.inc.php?

  2. #12
    jissou is offline Registered User
    Join Date
    Aug 2010
    Posts
    12
    Downloads
    0
    Uploads
    0

    Default

    // SMTP username (if required) if you use %u as the username RoundCube
    // will use the current username for login
    $rcmail_config['smtp_user'] = 'jc@domain.net';

    // SMTP password (if required) if you use %p as the password RoundCube
    // will use the current user's password for login
    $rcmail_config['smtp_pass'] = 'Mypassword';

    // SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
    // best server supported one)
    $rcmail_config['smtp_auth_type'] = '';

    I also tryed with PLAIN or LOGIN unsuccessfully.

    I turned on imap_debug and smtp_debug
    And the log is :
    [07-sept.-2010 17:21:24] SMTP server does not support authentication ():
    [07-Sep-2010 17:21:24 +0200]: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code: ) in /var/wws/roundcubemail-0.4/program/steps/mail/func.inc on line 1425 (POST /mail/?_task=mail&_action=send)

    Nothing more
    Don't hesitate to ask me more.
    Regards

  3. #13
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    Have you tried with it with a blank $rcmail_config['smtp_user'] and $rcmail_config['smtp_pass']

  4. #14
    jissou is offline Registered User
    Join Date
    Aug 2010
    Posts
    12
    Downloads
    0
    Uploads
    0

    Default

    OK it works when i leave
    $rcmail_config['smtp_user'] and $rcmail_config['smtp_pass'] blank

    But if i understand wenn there's no more smtp authentication.
    It's not really a problem because mail server accept to relay mail from localhost but the feature is no more.
    Am I wrong ?

    Regards.

  5. #15
    jissou is offline Registered User
    Join Date
    Aug 2010
    Posts
    12
    Downloads
    0
    Uploads
    0

    Default

    OK i had some time to watch carefully the problem.
    And activating tls
    $rcmail_config['smtp_server'] = 'tls://net1.domain.net';
    smtp authentication work properly.

    tls protocol was optionnal in 0.3-stable release and must be noted on 0.4 config.

  6. #16
    mcsaban is offline Roundcube Newcomer
    Join Date
    Dec 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default Problem with sending email. Error msg 250

    Hy. I have the same problem when im trying to send email. Is ther anny more help? Thank you.

  7. #17
    mcsaban is offline Roundcube Newcomer
    Join Date
    Dec 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default Ok i fixed problem!

    Problem is in:

    // SMTP HELO host
    // Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
    // Leave this blank and you will get the server variable 'server_name' or
    // localhost if that isn't defined.
    $rcmail_config['smtp_helo_host'] = 'I LEFT EMPTY SPACE HERE AND IT WORKS';

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts