roundcubevnz / myroundcube

Automatically exported from code.google.com/p/myroundcube
GNU General Public License v3.0
0 stars 0 forks source link

[newuser]- Configration #748

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Token: 93bc8fe2b70d21553ab8b6049820a4fd (Don't modify this token!)
Version: 1.9 (22-07-2014)
PHP: 5.4.31
RCMAIL: 1.0.3
Database: mysql
SERVER: Apache/2.4.10 (Win32) OpenSSL/1.0.1h PHP/5.4.31
----
I.  Issue Description:does not work. I have looked on the internet to see if i 
can find a configuration example but i can seem to find one. Will not send out 
an email to new users. 

II. Steps to reproduce the Issue:
1.
2.
3.

Original issue reported on code.google.com by bjvalle...@gmail.com on 13 Nov 2014 at 5:10

GoogleCodeExporter commented 8 years ago
The plugin is known to work since ages. This is a bug tracker and not a support 
forum. Goto https://forum.myroundcube.com. Did you check shipped 
config.inc.php.dist? Did you check your SMTP logs?

Original comment by myroundc...@gmail.com on 13 Nov 2014 at 5:56

GoogleCodeExporter commented 8 years ago
no matter how I flip it I get this:

"SMTPD" 732 1117 "2014-11-13 17:32:49.082" "10.34.4.27" "SENT: 220
mail.stvti.edu ESMTP"
"SMTPD" 2644 1117 "2014-11-13 17:32:49.082" "10.34.4.27" "RECEIVED: EHLO
stvti.edu"
"SMTPD" 2644 1117 "2014-11-13 17:32:49.082" "10.34.4.27" "SENT:
250-mail.stvti.edu[nl]250-SIZE 20480000[nl]250 AUTH LOGIN"
"SMTPD" 2692 1117 "2014-11-13 17:32:49.082" "10.34.4.27" "RECEIVED: QUIT"
"SMTPD" 2692 1117 "2014-11-13 17:32:49.082" "10.34.4.27" "SENT: 221 goodbye"
"SMTPD" 732 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT: 220
mail.stvti.edu ESMTP"
"SMTPD" 2692 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "RECEIVED: EHLO
stvti.edu"
"SMTPD" 2692 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT:
250-mail.stvti.edu[nl]250-SIZE 20480000[nl]250 AUTH LOGIN"
"SMTPD" 732 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "RECEIVED: AUTH
LOGIN"
"SMTPD" 732 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT: 334
VXNlcm5hbWU6"
"SMTPD" 2692 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "RECEIVED:
bm8tcmVwbHlAc3R2dGkuZWR1"
"SMTPD" 2692 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT: 334
UGFzc3dvcmQ6"
"SMTPD" 260 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "RECEIVED: ***"
"SMTPD" 260 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT: 535
Authentication failed. Restarting authentication process."
"SMTPD" 2692 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "RECEIVED: RSET"
"SMTPD" 2692 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT: 250 OK"
"SMTPD" 732 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "RECEIVED: QUIT"
"SMTPD" 732 1132 "2014-11-13 17:32:49.097" "10.34.4.27" "SENT: 221 goodbye"

Ive check the forums, google...just need some help. this is the last thing
I need before I open it up to the students.

Original comment by bjvalle...@gmail.com on 14 Nov 2014 at 12:05

GoogleCodeExporter commented 8 years ago
oh, my specs are windows 2k8r2 VM
hMailServer 5.5.2
Roundcube 1.09
MySQL 5.6

Original comment by bjvalle...@gmail.com on 14 Nov 2014 at 12:06

GoogleCodeExporter commented 8 years ago
Please post at forum. This is a bug tracker and not a support forum. Read log: 
Authentication failed. So you configured the plugin wrong. As said, go to forum 
I won't reply here anymore.

// smtp
$config['default_smtp_server'] = "localhost";
$config['default_smtp_user'] = "webmaster@mydomain.tld";
$config['default_smtp_pass'] = "pass";

https://myroundcube.com/myroundcube-plugins/newuser-plugin

Original comment by myroundc...@gmail.com on 14 Nov 2014 at 4:35