This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

1.0.2 1.0.3 postfix fix not work
#18
RE: 1.0.2 1.0.3 postfix fix not work
(06-12-2021, 08:10 AM)andykimpe Wrote: it is not the case of the supplier it is ovh

ovh does not block port 25 it name never made its in 20 years

it's not now that we start

moreover it is a problem of blocking of port even locally it not responds

Code:
telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

i can ping 141.94.79.225
but connection is refused on 141.94.79.225:25
open on port 22
if i telnet 110 i get +OK Dovecot (Ubuntu) ready.
143 * OK Waiting for authentication process to respond..
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot (Ubuntu) ready.





but 25 467 587 cant connect refusal so ports closed

sudo ufw allow 465/tcp
sudo ufw allow 25/tcp
sudo ufw allow 587/tcp

220 test-server ESMTP
thats what i get when i telnet my test server

try this put in master.cnf
smtp inet n - n - - smtpd
25 inet n - n - - smtpd
587 inet n - n - - smtpd
465 inet n - n - - smtpd
then run the following commands :

service postfix reload

service postfix restart

netstat -plutn | grep 465
netstat -plutn | grep 25
netstat -plutn | grep 587

root@test-server:~# netstat -plutn | grep 587
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 1836/master
tcp6 0 0 :::587 :::* LISTEN 1836/master
root@test-server:~# netstat -plutn | grep 465
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 1836/master
tcp6 0 0 :::465 :::* LISTEN 1836/master
root@test-server:~# netstat -plutn | grep 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1836/master
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 1836/master
tcp6 0 0 :::25 :::* LISTEN 1836/master

i didn't have listening ports till i added them in master.cnf
Reply
Thanks given by:


Messages In This Thread
1.0.2 1.0.3 postfix fix not work - by andykimpe - 06-12-2021, 05:37 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 06:35 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 06:47 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:01 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:07 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:12 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:15 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:29 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:46 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 09:10 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 05:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Postfix relay specific domains to mailjet johnnyp 0 2 ,066 01-29-2021, 04:44 AM
Last Post: johnnyp
Webalizer Stats not work - how to fix it ? domyhost 2 5 ,794 04-28-2020, 05:14 PM
Last Post: domyhost
I changed date and time from server and sentora does not work gabriel15959 1 4 ,665 03-20-2019, 11:52 PM
Last Post: fearworks

Forum Jump:


Users browsing this thread: 2 Guest(s)