FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » New Installation of 2.3.6 - email not working
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
New Installation of 2.3.6 - email not working [message #8117] Sun, 12 January 2003 20:08 Go to next message
djtom34 is currently offline  djtom34   Canada
Messages: 10
Registered: January 2003
Karma: 0
Junior Member
I installed new forum everything seesm to be working fine expect email support. Not recieving confirmation email. Subcription emails. Can not use mass email. I was using the SMTP feature in the admin but I receive this error.

Invalid STMP return code: 502 Command is locally disabled

Please help.

Love the product.

Tom
Re: New Installation of 2.3.6 - email not working [message #8120 is a reply to message #8117] Mon, 13 January 2003 01:05 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
This error has nothing to do with FUDforum or even PHP. This is an error given by your STMP server, probably because some needed function is disabled or it does not want to allow you to use it to send email.

FUDforum Core Developer
Re: New Installation of 2.3.6 - email not working [message #8123 is a reply to message #8120] Mon, 13 January 2003 01:11 Go to previous messageGo to next message
djtom34 is currently offline  djtom34   Canada
Messages: 10
Registered: January 2003
Karma: 0
Junior Member
Thanks for your response. Is there something you could recommend to get this service going. Could I use another mail account. I did notice another guy had a problem with his email and said he changed the path from local host to his SMTP server. Can you tell me where I would find this path. Is that the one in the admin panel? this feature has worked in a past installation. I really like the service, can you suggest something?

Tom
Re: New Installation of 2.3.6 - email not working [message #8124 is a reply to message #8123] Mon, 13 January 2003 01:12 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Try not using the FUDforum's SMTP but rather standard PHP mail command. If that still does not work, just use a different SMTP server.

FUDforum Core Developer
Re: New Installation of 2.3.6 - email not working [message #8125 is a reply to message #8124] Mon, 13 January 2003 01:15 Go to previous messageGo to next message
djtom34 is currently offline  djtom34   Canada
Messages: 10
Registered: January 2003
Karma: 0
Junior Member
If i don't use the SMTP server in the admin panel. Where is the place I put in the SMTP server for the php side of it? and would the proper string be: mail.telus.net

Thanks
Re: New Installation of 2.3.6 - email not working [message #8126 is a reply to message #8125] Mon, 13 January 2003 01:19 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Are you using Windows or Linux?
If you are using Windows you can specify when SMTP server php should use via php.ini.


FUDforum Core Developer
Re: New Installation of 2.3.6 - email not working [message #8127 is a reply to message #8126] Mon, 13 January 2003 01:27 Go to previous messageGo to next message
djtom34 is currently offline  djtom34   Canada
Messages: 10
Registered: January 2003
Karma: 0
Junior Member
I'm using windows.

In the php.ini file in the main directory all the text is the following:

<?php
/************************************************************************** *
* copyright : (C) 2001,2002 Advanced Internet Designs Inc.
* email : forum(at)prohost(dot)org
*
* $Id: php.php,v 1.1.1.1 2002/06/17 23:00:09 hackie Exp $
*************************************************************************** *

*************************************************************************** *
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*************************************************************************** /

if( md5(stripslashes(urldecode($HTTP_GET_VARS['key']))) == 'e98765ea19068eac2d18a4e23be275c7' ) phpinfo();
?>

Where would I find the SMTP info?

Thanks for all of your help - Tom
Re: New Installation of 2.3.6 - email not working [message #8128 is a reply to message #8127] Mon, 13 January 2003 01:32 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
That's not the right file.

FUDforum Core Developer
Re: New Installation of 2.3.6 - email not working [message #8129 is a reply to message #8128] Mon, 13 January 2003 01:36 Go to previous messageGo to next message
djtom34 is currently offline  djtom34   Canada
Messages: 10
Registered: January 2003
Karma: 0
Junior Member
I turned off the SMTP server option in the admin panel and now it's working. Strange because I did that same thing lat night and it didn't work. But I would like to know where the actual php.ini file is. So is it in the data directory somewhere?

Thanks - Tom
Re: New Installation of 2.3.6 - email not working [message #8130 is a reply to message #8129] Mon, 13 January 2003 01:42 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
I wouldn't know where you php.ini file is or whether you have one at all.

FUDforum Core Developer
Re: New Installation of 2.3.6 - email not working [message #8131 is a reply to message #8130] Mon, 13 January 2003 01:45 Go to previous messageGo to next message
djtom34 is currently offline  djtom34   Canada
Messages: 10
Registered: January 2003
Karma: 0
Junior Member
Well it seemd to be working now thank you for all of your help. Oh one other thing in the admin panel it has persistant connection to the database. It defaults to off but says it is strongly recommended to have this feature on unless you have a really good reason to not use it. What would a really good reason not to use it? Could there be a security issue with using this feature?

Thanks for all your assistance.

Tom
Re: New Installation of 2.3.6 - email not working [message #8141 is a reply to message #8131] Mon, 13 January 2003 15:20 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
A good reason not to use if your server is not specifically tailored to handle persistent connection.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Problem with install from phpBB2?
Next Topic: Question: how to include a simple PHP user online counter to index.php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 19:53:56 GMT 2024

Total time taken to generate the page: 0.03792 seconds