Results 1 to 1 of 1

Thread: port doesn't want to open

  1. #1
    Join Date
    Dec 2010
    Location
    Romania
    Beans
    9
    Distro
    Ubuntu 10.10 Maverick Meerkat

    port doesn't want to open

    hi.

    i have trouble opening a port on a vps running ubuntu 10.04.
    the firewall i am currently using is ufw.it is already configured for SSH, Apache, MySQL, FTP, etc...
    but i can't open port 465 for smtp.

    i am using the PEAR SMTP library to send mails via smtp from php scrips.the SMTP server i'm using is from gmail and uses:
    Code:
    Port for TLS/STARTTLS: 587
    Port for SSL: 465
    i tried the following:
    Code:
    ufw allow 465
    ufw allow 465/tcp
    ufw allow 465/udp
    ufw allow 587
    ufw allow 587/tcp
    ufw allow 587/udp
    but my script still can't connect to the SMTP server.i'm 99% sure that is firewall related because when i turn it off everything works perfectly.

    pls help

    thank you.

    Edit:

    forget it, no firewall.i spent 6 hours trying to configure it and still no result.
    Last edited by private_click; February 16th, 2011 at 01:28 AM.

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
  •