Port 25 blocked, change ubuntu mailout to open port

7,043

Solution 1

May be this link will help you: http://www.freebsddiary.org/postfix-transport.php

Solution 2

You can configure Postfix to send mail to port 587 of other servers. The problem is that they won't accept it. 587, the "Message submission" port, is strictly limited to users sending outgoing mail, and always requires authentication; for mail incoming from other servers, only port 25 is used.

Solution 3

You may want to use port 587 as the submission port for SMTP mail rather than 25 (many ISPs block port 25), you will need to edit /etc/postfix/master.cf to uncomment the relevant line for port 587 there.

Share:
7,043

Related videos on Youtube

MKN Web Solutions
Author by

MKN Web Solutions

Extensive experience in designing, coding, testing and supporting next-generation solutions. 1+ Million users/month; 550,000+ SOF impact; 450+ Endorsements. Dexterity PHP · MongoDB · MySQL · GIT Apache · NGINX · Varnish · NodeJS · PHP-FPM HTML5 · JavaScript · jQuery · CSS3 · Canvas Amazon EC2 · Linux · CentOS · Ubuntu · ESP8266 cURL · API Integration · RegEx · Modular Design / MVC Media Streaming · HLS · FFMPEG · RTMP Machine Learning · Artificial Intelligence · Data Mining HAProxy · Squid · MongoDB Replica/Shard Sets · Load Balancing

Updated on September 18, 2022

Comments

  • MKN Web Solutions
    MKN Web Solutions almost 2 years

    My ISP blocked my port 25 (comcast), so I can't send mailout (via postfix). Can I modify to send mail out on 587 or so? I'm having issues figuring it out correctly.

    • Timofey Stolbov
      Timofey Stolbov about 13 years
      It depends on your mail routing scheme. Please show how your postfix configured.
    • Admin
      Admin about 13 years
      it's the default configuration
  • Admin
    Admin about 13 years
    If I relay through comcast, does the from come from the comcast acct email? I've got a very large email qty to shoot out to my subscribers.
  • Admin
    Admin about 13 years
    I set up 587 in the masterc.cf; but for some reason it's still pushing on 25 (i commented out the smtp line for 25)
  • Timofey Stolbov
    Timofey Stolbov about 13 years
    @Michael I don't know for sure. You can easily test this.