dalearyous
Senior member
so i set out to change the default smtp port the server uses because my ISP blocks port 25 and i need the email to work in outlook. this morning i could receive email, but not send it. so i did some research and thought that i needed to edit the master.cf file in /etc/postfix/ by commenting out this line:
smtp inet n - n - - smtpd -o
and replace it with
587 inet n - n - - smtpd (587 being the port i want to use)
somewhere along the lines postfix server stopped running and now i cannot get it to start. if i try using SSH it crashes immediately and if i restart it in simple control panel nothing happens. plz help me.
smtp inet n - n - - smtpd -o
and replace it with
587 inet n - n - - smtpd (587 being the port i want to use)
somewhere along the lines postfix server stopped running and now i cannot get it to start. if i try using SSH it crashes immediately and if i restart it in simple control panel nothing happens. plz help me.