Problem with POP3 , Cant reveive emails

Discussion in 'Installation/Configuration' started by Schwartz, Nov 7, 2007.

  1. Schwartz

    Schwartz New Member

    Hey all :),

    I have a problem with my PostFix POP3.

    When i send a email to my jhs(at)wwwhotels.dk (My ISPconfig mail)

    (The MX records is set up to server1.wwwsystem.dk , which links to the servers ip adress)

    I get this mail:

     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you get any errors in the mail log?
     
  3. Schwartz

    Schwartz New Member

    Which find the log? :p
     
  4. daveb

    daveb Member

    usually in /var/log/mail.log
     
  5. Schwartz

    Schwartz New Member

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please execute the following commands:

    Code:
    postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination'
    /etc/init.d/postfix restart
    
     
  7. Schwartz

    Schwartz New Member

    Hey, thanks for your reply, i have now testet a little on it, and its still not working
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/main.cf?
     
  9. Schwartz

    Schwartz New Member

    Here is my /etc/postfix/main.cf

     
  10. falko

    falko Super Moderator Howtoforge Staff

    Do you have
    reject _unauth_destination
    or
    reject_unauth_destination (without spaces) in your main.cf?
     
  11. Schwartz

    Schwartz New Member

    Hey,

    Without any spaces
     
  12. falko

    falko Super Moderator Howtoforge Staff

    That's ok.
    Do you have a firewall that blocks access to port 25 (SMTP)?
    Or if you host your server at home, make sure that your router forwards port 25 to your server, and that your ISP doesn't block port 25.
     
  13. Schwartz

    Schwartz New Member

    Hey,

    My ISP blocks port 25, is was not aware this was a problem with recieving emails, is there any way to thange this to another port? :)
     
  14. falko

    falko Super Moderator Howtoforge Staff

Share This Page