Question
Hi,everyone!I have a question that the same as
HowToSetupUserRegistration, when After I filled out the registration form, I clicked the 'Submit' button. but I saw the message from IE6, "The page cannot be displayed."
Also, /twiki/data/.htpasswd was not created.
If I check it on
FireFox,the message is
"Attention
Error registering new user
Internal error when sending email to
mmslatee@126PLEASENOSPAM.com.
Please contact
linynkl@163PLEASENOSPAM.com.
You have not been registered. "
I try to install the module "Net::SMTP",and check the error.log on apache,the error is:
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP>>> Net::SMTP(2.31), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP>>> Net::Cmd(2.29), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP>>> Exporter(5.60), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP>>> IO::Socket::INET(1.31), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP>>> IO::Socket(1.30), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP>>> IO::Handle(1.27), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:21 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 220 163.com Anti-spam GT for Coremail System (163com[071018]), referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)>>> EHLO pop3.163.com\r, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 250-mail, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 250-PIPELINING, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 250-AUTH LOGIN PLAIN, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 250-AUTH=LOGIN PLAIN, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 250 8BITMIME, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)>>> MAIL FROM:<linynkl@163.com>\r, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
[Wed Jan 23 13:19:22 2008] [error] [client 192.168.21.183] Net::SMTP=GLOB(0x22e11ac)<<< 553 authentication is required,smtp3,wKjRDbBLhQZYzpZHDdioGQ==.6061S2 1201065560, referer: http://192.168.21.183/mycode/twiki412/bin/view/TWiki/TWikiRegistration
I really don't know how to find the error,hope your help!thanks a lot!
Environment
--
LateeL - 23 Jan 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
The first thing I notice is the empty from address:
MAIL FROM:\r
The other one is that apparently the remote SMTP server is requiring you to authenticate (SMTPAUTH). This might be a result of the empy MAIL FROM, so i'd concentrate on getting that fixed first.
Did you set the webmaster email ($TWiki::cfg{WebMasterEmail}) in bin/configure?
And just to be sure, what version of TWiki are you using?
--
KoenMartens - 27 Jan 2008
Sorry, closing this question after more than 30 days of inactivity. Feel free to re-open if needed.
--
PeterThoeny - 02 Mar 2008