Welcome to ISAserver.org
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
RE: PHPBB bulletin Board/forum
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
RE: PHPBB bulletin Board/forum - 15.Jan.2003 2:33:00 PM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
Hey Kaj,
So the Use SMTP Server for email option is enabled and the SMTP Server Address is set to the SMTP smart host IP ADDRESS on the Internet ?
Jas
P.S. Just checked my config and all I have is a protocol rule allowing SMTP through from my internal SMTP server. This is the only difference. I have my own internal smtp/pop3 servers but shouldn't matter. Do you see anything is your ISA logs ? [ January 15, 2003, 02:46 PM: Message edited by: Jason Jarvis ]
|
|
|
|
RE: PHPBB bulletin Board/forum - 15.Jan.2003 3:18:00 PM
|
|
|
Kaj Drost
Posts: 167
Joined: 9.Jul.2002
From: Netherlands
Status: offline
|
Hi jason,
Yupz, that is how I configured it, I put the IP address from my emails SMTP server there and it times out, I would have to check my ISA logs to see if soemthing goes wrong, can't imagine, cause my mail (outlook) does work.
|
|
|
|
RE: PHPBB bulletin Board/forum - 15.Jan.2003 3:36:00 PM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
Kaj,
Can you post the contents of you php.ini file to do with SMTP and its location ?
Thanks
Oh and can you tell me what the default gateway of your IIS/SQL is please ?
Jas [ January 15, 2003, 03:41 PM: Message edited by: Jason Jarvis ]
|
|
|
|
RE: PHPBB bulletin Board/forum - 15.Jan.2003 3:57:00 PM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
Kaj,
Can you telnet to your ISP's smart host from you IIS box on port 25?
Jas
|
|
|
|
RE: PHPBB bulletin Board/forum - 15.Jan.2003 10:43:00 PM
|
|
|
Kaj Drost
Posts: 167
Joined: 9.Jul.2002
From: Netherlands
Status: offline
|
Hi jason,
i cannot telnet to my SMTP server, it say failed to make connection on port 23, really weird.
This is what my PHP.ini says about SMTP:
[mail function] ; For Win32 only. SMTP = localhost ; for Win32 only
; For Win32 only. sendmail_from = me@localhost.com ; for Win32 only
; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path =
And my gateway is not set for the internal card.
|
|
|
|
RE: PHPBB bulletin Board/forum - 16.Jan.2003 7:35:00 AM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
Kaj,
Ok a couple of things :
1) Your default gateway on your IIS/SQL machine should be your internal NIC of the ISA making the IIS box a SecureNAT client.
2) The Section : [mail function] ; For Win32 only. SMTP = localhost ; for Win32 only
should read :
[mail function] ; For Win32 only. SMTP = [put IP of smart host here] ; for Win32 only
3) Did you mean you can't telnet on port 23 or port 25 ? SMTP is port 25
Let me know
Jas
|
|
|
|
RE: PHPBB bulletin Board/forum - 16.Jan.2003 11:38:00 AM
|
|
|
Kaj Drost
Posts: 167
Joined: 9.Jul.2002
From: Netherlands
Status: offline
|
Hi JAson
Pretty long converstaion this is getting )
1. My IIS, ISA, SQL is all the same box. I will get a second within a couple of months, but now it is all the same machine.
2. Ok I will insert that and test again.
3. I open de command prompt, , type telnet xxx.xxx.xx.x. and then I wait and it tells it cannot connect to the host on port 23, I then type telnet xxx.xxx.xx.x:25 and I get the same message.
It is only the mailfunction that don't work, I got all other things to work, takes time, but MYSQL and PHPBB is a nice combo, now let's get this mail thing going.
|
|
|
|
RE: PHPBB bulletin Board/forum - 16.Jan.2003 7:10:00 PM
|
|
|
Kaj Drost
Posts: 167
Joined: 9.Jul.2002
From: Netherlands
Status: offline
|
Hi Jas,
I have been trying the options you gave me, but still no luck, It seems that the request won't get out onto the inetrnet, I see a lot of activity on my inertnal nic, but nothing on my internet nic
|
|
|
|
RE: PHPBB bulletin Board/forum - 16.Jan.2003 10:22:00 PM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
Hey Kaj,
This is something silly.
So to recap - IIS and MySQL installed on the same machine as ISA ?
You've configured IIS to listen on the Internal NIC ? And you dont have the SMTP relay installed ?
All your clients (SecureNAT ????? ) are configured using outlook to talk to a smart host (IP address) out on the Internet ? And all is fine here ( using the protocol rule for SMTP ).
You've reverse (web) published your phpBB through ISA from the Internet and all works well.
You've configured an IP packet filter to allow port 25 through ?
Jas
|
|
|
|
RE: PHPBB bulletin Board/forum - 17.Jan.2003 8:51:00 AM
|
|
|
Kaj Drost
Posts: 167
Joined: 9.Jul.2002
From: Netherlands
Status: offline
|
Yupz, that is the case, I have tested some more: this is the error I get when typing the IP address, or the smtp2.xxx.xxx.xx (name of the SMTP server): Could not connect to smtp host : 10060 : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. Ok now I have been running by soem of the PHPBB boards and one suggestion was to insert localhost as the SMTp server name, I thought what the heck and then I got the unable to relay error. Which I should get. What i think is that somehow, the request to the SMTP server doesn't get through to the internet.
|
|
|
|
RE: PHPBB bulletin Board/forum - 17.Jan.2003 10:53:00 AM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
What do your ISA logs tell you ?
Time for NetMon I think
What you could do as a quick test is to install the SMTP relay listening on the internal NIC. Then configure this to use the smart host of your ISP's box.
Jas
|
|
|
|
RE: PHPBB bulletin Board/forum - 17.Jan.2003 11:33:00 AM
|
|
|
Kaj Drost
Posts: 167
Joined: 9.Jul.2002
From: Netherlands
Status: offline
|
ISA logs tell me nothing i can use really, unless I am using them wrong
How do I install SMTP realy listening? [ January 17, 2003, 11:34 AM: Message edited by: Kaj Drost ]
|
|
|
|
RE: PHPBB bulletin Board/forum - 17.Jan.2003 12:49:00 PM
|
|
|
jmjarvis
Posts: 136
Joined: 17.Jun.2002
From: UK
Status: offline
|
Kaj,
Try the following command:
telnet x.x.x.x 25
Note: the space between the IP address an port number. What do you get ? Try this from the ISA and from a client using outlook.
You can install the SMTP relay service by going into Add/Remove windows components and doing it there.
Then open up Internet Services Manager and click on Properties.
Ensure that the IP Address is the internal NIC of the ISA.
Click on the Delivery tab and click Advanced. Under smart host put the IP address of your ISP's SMTP server. NOTE: Put it in open sqaure brackets [x.x.x.x]
Try that
Let me know
Jas [ January 17, 2003, 12:53 PM: Message edited by: Jason Jarvis ]
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|