smtp times out

Discussion in 'General' started by M0rThden, Apr 8, 2007.

  1. M0rThden

    M0rThden New Member

    Im trying to get PHPNuke to send activation emails. So far every setting ive tried on phpnuke doesnt make a difference. When i checked the /var/log/mail.log file i find this message over and over again.

    Code:
    Apr   7 18:42:50 poweredge postfix/smtp[5869]: connect to mx1.hotmail.com[65.54.244.8]: Connection timed out (port 25)
    All ports are open that need to be opened. What could be making it time out?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. M0rThden

    M0rThden New Member

    I get the same message when i try to send to yahoo. Only difference is that yahoo is trying to be connected to.
     
  4. aqua

    aqua New Member

    I had this problem when i first started out on a dynamic ip. If you have spf records configured correctly, hotmail may start accepting your emails, but then they will stick them in the bulk folder.

    What i did to resolve this was relay my emails through my service provider.

    edit /etc/posftfix/main.cf:

    relayhost = smtp.yourserviceprovider.com

    Now that your service provider is sending your email for you, which should be accepted by hotmail, yahoo, etc, you need to tell phonuke to use your mail server, instead of trying to send it out on its own.

    I am not familiar with phpnuke, but there must be a setting where you can specify an external mail server. Find that place, enter in your server address, eg yourwebsite.com, and enter your username and password that you use to check your email on your own server.

    Now you it should work.

    aqua
     
  5. M0rThden

    M0rThden New Member

    yea it has the option of using either local or specify your own. Ill look into the relay host. I would love to get the stupid thing sending emails. I have sbc, so i have a email [email protected] and my smtp server is smtp.sbcglobal.yahoo.com dont i need to specify a user name and password? Thunderbird uses one when i send emails.
     
  6. falko

    falko Super Moderator Howtoforge Staff

  7. M0rThden

    M0rThden New Member

    That tutorial fixed the problem for now. later im buying a .org domain so hopefully i will be able to have it be [email protected], instead of my personal email lol.

    youve fixed two of my problems lol
     

Share This Page