Linode Forum
https://forum.linode.com/

Problem with mail incoming on my server
https://forum.linode.com/viewtopic.php?f=11&t=11204
Page 1 of 1

Author:  webjacek [ Sat Aug 02, 2014 11:33 am ]
Post subject:  Problem with mail incoming on my server

Hi, I have some problem. I configuration postfix and dovecot but when send email from my local computer on server emails not be provided.
I get information in mail refused to talk to me: 451 4.0.0 111 Connection refused. I attached my settings domain in linode DNS manager.

Image

Author:  Main Street James [ Sat Aug 02, 2014 3:09 pm ]
Post subject:  Re: Problem with mail incoming on my server

webjacek,
Hiding all your information, such as domain and IP, means we can't help you. You need to give us as much information as possible to be able to help you. Fortunately you didn't hide them all.
Code:
diamentowaprzygoda.pl - 109.74.203.51


Your SMTP process is not listening on port 25 or 465, though both of those ports are accessible.

What do you see when you run:
Code:
netstat -tulpn | grep "/master"


Also, what flavor of Linux are you running?

Author:  vonskippy [ Sat Aug 02, 2014 4:04 pm ]
Post subject:  Re: Problem with mail incoming on my server

You have a PUBLIC domain name with a PUBLIC IP address yet you feel for some unknown reason that you need to hide that PUBLIC information from the people you're asking help from.

Say this about a bazillion times: "SECURITY THRU OBSCURITY IS A MYTH (AND A COMPLETE WASTE OF EVERYONE'S TIME)".

Author:  webjacek [ Sun Aug 03, 2014 6:12 am ]
Post subject:  Re: Problem with mail incoming on my server

Hide public information about my domain - sorry about that.

Main Street James when run: netstat -tulpn | grep "/master" I get this information:

tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 4243/master
tcp 0 0 ::1:25 :::* LISTEN 4243/master

My distribution llinux is CentOS 6.5.

Author:  sweh [ Sun Aug 03, 2014 8:47 am ]
Post subject:  Re: Problem with mail incoming on my server

You're listening to "localhost" only. You need to configure /etc/postfix/main.cf "inet_interfaces" setting and restart postfix.

Author:  webjacek [ Sun Aug 03, 2014 10:46 am ]
Post subject:  Re: Problem with mail incoming on my server

I have set inet_interfaces = all. This is probably correct value.

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/