Hi all I am using postfix 2.8 with dovecot-1.2.17-0_116.el5 on cento 5.7 server . when I changed smtp port from 25 to 587 from postfix configuration my mail server stops to receive emails. I think it sounds strange and I don't understand why this happen any one can help me Regards
On 2012-01-23 14:30, Amira Othman wrote:> Hi all > > I am using postfix 2.8 with dovecot-1.2.17-0_116.el5 on cento 5.7 > server . > when I changed smtp port from 25 to 587 from postfix configuration my > mail > server stops to receive emails. I think it sounds strange and I don't > understand why this happen any one can help me > > > > RegardsIf this SMTP server is your MX record, then you need to use port 25. Only use the 587 port for authenticated submissions from your own users for outgoing email. -- Message sent via my webmail account.
* Amira Othman <a.othman at cairosource.com>:> Hi all > > I am using postfix 2.8 with dovecot-1.2.17-0_116.el5 on cento 5.7 server . > when I changed smtp port from 25 to 587 from postfix configuration my mail > server stops to receive emails.That's normal.> I think it sounds strange and I don't understand why this happen any > one can help meMail from other systems comes in via port 25. Once you change the port, nobody can send mail to your server. Easy, no? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
On 1/23/2012 8:38 AM, Amira Othman wrote:> And there is no way to receive incoming emails not on port 25 ? >You can't randomly change the port you receive mail on because external MTAs have no way to find what port you're using. They will *always* use port 25 and nothing else. If your problem is that your Internet Service Provider is blocking port 25, you can contact them. Some ISPs will unblock port 25 on request, or might even have an online form you can fill out. If you can't get help from the ISP, you need a remailer service -- some outside proxy that accepts the mail for you and forwards connections to some different port on your computer. I don't know of any free services that do this; dyndns and others offer this for a fee, sometimes combined with spam/virus filtering. -- Noel Jones