Closed Thread
Results 1 to 6 of 6

Thread: help setting up dedicated server!

  1. #1
    Junior Member SaaDi is an unknown quantity at this point
    Join Date
    Jun 2005
    Posts
    23

    help setting up dedicated server!

    Hi mates,
    well i buyed a dedicated server a few days back which has windows server 2003 enterprise edition installed on it. I access it by remote desktop. I need some help figuring out the SMTP and sendmail things. I have installed WAMP5 on my server. and i installed PostCast Professional Server (smtp) which is working fine and port 25 is also not blocked and working, i checked by telnet. In my php.ini file ... at the smtp settings place i have write my ip instead of localhost ....... I have also installed argosmail server on my server. To test my Smtp server i am running a PHP mailer script ... check out this picture how it appears on my server :





    Now the same script uploaded on other host :



    Please i want to fix it all to make my server working perfect and SMTP and sendmail also...!

    Any help in this regard would be great !
    To Catch Me, U Gotta Be Fast, To Find me, U Gotta Be Smart, But to be me !!! ... Dammnn...U Must be Kidding...!

  2. #2
    W as in Whisky Wojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to behold Wojtek's Avatar
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    6,275
    Is your php working? what does phpinfo say? is that file an html or php file?
    -W

  3. #3
    Junior Member SaaDi is an unknown quantity at this point
    Join Date
    Jun 2005
    Posts
    23
    Quote Originally Posted by Wojtek View Post
    Is your php working? what does phpinfo say? is that file an html or php file?
    Yes boss, i think the php is working fine, here are some details i found related to smtp and sendmail in phpinfo()

    sendmail_from you@yourdomain you@yourdomain
    sendmail_path no value no value
    serialize_precision 100 100
    short_open_tag Off Off
    SMTP localhost localhost
    smtp_port 25 25

    PHP Version 5.2.0
    To Catch Me, U Gotta Be Fast, To Find me, U Gotta Be Smart, But to be me !!! ... Dammnn...U Must be Kidding...!

  4. #4
    W as in Whisky Wojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to behold Wojtek's Avatar
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    6,275
    See, the problem is not with sendmail at this point.

    It should not output the php code in that form, but the $subject var.
    Is that file a .php file or .html file or what

    try replacing <? print $subject; ?> with <?php print $subject; ?> in that file's source
    see if it still displays the code or the box is empty
    -W

  5. #5
    Junior Member SaaDi is an unknown quantity at this point
    Join Date
    Jun 2005
    Posts
    23
    Quote Originally Posted by Wojtek View Post
    See, the problem is not with sendmail at this point.

    It should not output the php code in that form, but the $subject var.
    Is that file a .php file or .html file or what

    try replacing <? print $subject; ?> with <?php print $subject; ?> in that file's source
    see if it still displays the code or the box is empty
    Yes sir that file is a .php file and The same script works on other hosts ! So i dont think there is a problem with the script. its something to be done with my server

    If ya dont mind can ya share your MSN id with me, I can catch ya there!
    To Catch Me, U Gotta Be Fast, To Find me, U Gotta Be Smart, But to be me !!! ... Dammnn...U Must be Kidding...!

  6. #6
    W as in Whisky Wojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to beholdWojtek is a splendid one to behold Wojtek's Avatar
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    6,275
    pm sent
    -W

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts