Closed (won't fix)
Project:
SMTP Authentication Support
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 17:07 UTC
Updated:
12 Nov 2009 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
judef commentedHello Everyone. the same issue. the module fails in 6.10. Any suggestions would be greatly appreciated,
Regards,
judef
Comment #2
judef commentedHello everyone,
I finally fixed it. I increased the max_execution_time = 160 in my php.ini, thus installing the module successfully. Also used gmail smtp server with port 465 and it worked. Initially i had tried it with
587 and 25, resulting in the above errors...
Comment #3
shmatty29 commentedI have changed my php.ini file accordingly but still get the following error message in debug mode.
SMTP -> FROM SERVER: SMTP -> FROM SERVER: SMTP -> ERROR: EHLO not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: HELO not accepted from server: SMTP -> ERROR: AUTH not accepted from server: SMTP -> FROM SERVER: SMTP -> ERROR: RSET failed:
Unable to send e-mail. Please contact the site admin, if the problem persists.
I have tried several SMTP providers including gmail.
MY Server:
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.5 with Suhosin-Patch
Drupal: version 6.10
Any one got any ideas???
Comment #4
talatnat commentedJust to confirm that changing max_execution_time did not work. The problem is on my dev machine (Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.5) and a production server (Red Hat, Apache 2.2x, PHP 5.x).
Comment #5
talatnat commentedI got it working in 6.10 -- the Site Information email (specified during the original setup) was not the same as the From: email address in SMTP. I was only getting authentication failures before.
So, I can confirm that 6.10 and SMTP are not the problem, at least with my ISP. You may want to check that phpMailer is OK, and also try smtp.gmail.com, port 465, SSL.
Comment #6
oadaeh commented@shmatty29: those errors are telling you that the server doesn't do what you think it does.
This part says that the server does not accept SMTP's EHLO command:
FROM SERVER: SMTP -> ERROR: EHLO not accepted from serverThis part says that the server does not accept SMTP's HELO command:
FROM SERVER: SMTP -> ERROR: HELO not accepted from serverThis part says that the server does not accept SMTP's AUTH command:
SMTP -> ERROR: AUTH not accepted from serverThat makes me think that server does not handle SMTP at all. You might verify you have the correct settings.
Comment #7
stockliasteroid commentedtalatnat's solution worked for me... The site email was info@, but the SMTP account I created for it was website@. Changed the site email to website@, and all was well...
Comment #8
frank0987 commentedDoes it shows an error like what this bug describes?
Comment #9
frank0987 commentedComment #10
frank0987 commentedI'm fixing this bug! No worries now!
Comment #11
frank0987 commentedI found these files in the 6.x-1.0-beta3 version. Do they work?
Comment #12
oadaeh commented@frank0987: Your issue is not related to this one.
Comment #13
franzThe dev version is working in 6.14