Closed GoogleCodeExporter closed 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
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
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
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
Original issue reported on code.google.com by
bjvalle...@gmail.com
on 13 Nov 2014 at 5:10