Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
Trying to get a SMTP server up and running so run php forms on my server.
I am using postcast with wamp, but I can not get the mails to send they filter into postcast but thats as far as it goes.
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
Isnt there a SMTP server you can use for your ISP?
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
you got a point willay
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
This assumes your web server appears to the SMTP server as your external facing IP, ie. you are NATing the incoming traffic. If you're hosting elsewhere and just want use of an SMTP server, forget it they're mostly locked down.
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
I got a decaited server idealy I have installed it and edited the php.ini to the correct file but it is locked on port 25.
Which has been causing the error.
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Locked?
You mean you can't go outbound on it?
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
Yeah I edit the settings in a moment and give it another go.
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Do also bear in mind that most ISPs will do this in case any user gets malware which spams.
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
was getting the error
Error: The connection is reset by remote side
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
I could set up a smtp sever using IIS before so I think I will have access just I am running WAMP on it, so manally having to set up everything.
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
I just though I do not want a smtp service do I?
All I want is to send a registration email from joolma.
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
I have
[mail function]
; For Win32 only.
SMTP = S15269647
; For Win32 only.
sendmail_from = me@example.com
in my php.ini and the mail filter though to postserver correctly just it does not send it though there.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Joolma CMS? Surely that just uses the mail() function in PHP to send messages...
Is this on your own server?
|
Jodi_the_g
Member
Registered: 7th Aug 01
Location: Washington D.C
User status: Offline
|
Yes ed it is.
thats the problem.
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Offline
|
Your own server which is firewalled on outgoing connections by your ISP
Connection is reset by the remote side - yes it is.
|