Hi everybody
I looked in the search but I didnt find I need
well......I am trying to enable the sendmail in order to use it with php, but I am having troubles.
here is the tutorial that I followed :
http://www.macdevcenter.com/pub/a/mac/2002/08/23/jaguar_server.html?page=3
I edited the files correctly but at the end, the tutorial says that I must get this lines when I type telnet localhost 25
in the terminal
but in place of this lines, I get something like this
do you kwon the anser???
I cant send a mail.....
thanks
I looked in the search but I didnt find I need
well......I am trying to enable the sendmail in order to use it with php, but I am having troubles.
here is the tutorial that I followed :
http://www.macdevcenter.com/pub/a/mac/2002/08/23/jaguar_server.html?page=3
I edited the files correctly but at the end, the tutorial says that I must get this lines when I type telnet localhost 25
in the terminal
Code:
Trying 127.0.0.1...
Connected to dsl092-007-021.sfo1.dsl.speakeasy.net.
Escape character is '^]'.
220 dsl092-007-021.sfo1.dsl.speakeasy.net ESMTP Sendmail 8.12.2/8.12.2; Sat, 10 Aug 2002 00:43:35 -0700 (PDT)
QUIT
221 2.0.0 dsl092-007-021.sfo1.dsl.speakeasy.net closing connection
Connection closed by foreign host.
but in place of this lines, I get something like this
Code:
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 server.local ESMTP Sendmail 8.12.2/8.12.2; Mon, 19 May 2003 15:46:15 -0500 (CDT)
QUIT
221 2.0.0 server.local closing connection
Connection closed by foreign host.
do you kwon the anser???
I cant send a mail.....
thanks