Re: Postfix not listening on port 25

2015-05-21 Thread Viktor Dukhovni
On Thu, May 21, 2015 at 05:35:25AM -0400, Mike McKoy wrote: > Wow thx victor. I honestly didn't have knowledge of that command. gratitude > my friend You can get even fancier: $ postmulti -ax -- sh -c 'echo "$config_directory:"; postconf inet_interfaces | sed -e "s/^/ /"; echo' keeping i

Re: Postfix not listening on port 25

2015-05-21 Thread Mike McKoy
wow thx victor. I honestly didn't have knowledge of that command. gratitude my friend -- Mike McKoy *404.590.7176* http://MyForeverHair.com http://www.MyModelTalk.com http://InCrowdUSA.net http://www.google.com/profiles/mikemckoy On Thu, May 21, 2015 at 5:31 AM, Viktor Dukhovni wrote: > On Thu,

Re: Postfix not listening on port 25

2015-05-21 Thread Viktor Dukhovni
On Thu, May 21, 2015 at 05:17:19AM -0400, Mike McKoy wrote: > *Contents of /etc/postfix/main.cf * > inet_interfaces = localhost,172.30.1.113 > > *Contents of /etc/postfix-immt/main.cf * > inet_interfaces = 172.30.1.65 Thatt looks workable, and rules out conflict

Re: Postfix not listening on port 25

2015-05-21 Thread Mike McKoy
You are correct if I did post it others might have come to the same conclusion. Here it is: *Contents of /etc/postfix/main.cf * #inet_interfaces = $myhostname, localhost #inet_interfaces = $myhostname #inet_interfaces = $myhostname, localhost inet_interfaces = localhost,172.30.1.1

Re: Postfix not listening on port 25

2015-05-21 Thread Viktor Dukhovni
On Thu, May 21, 2015 at 04:12:02AM -0400, Mike McKoy wrote: > Viktor I posted one instance because only one wasn't functioning. That logic is flawed, often the reason an instance might not be able to bind a particular adress:port is that some other instance already binds that port, or a wildcard

Re: Postfix not listening on port 25

2015-05-21 Thread Mike McKoy
Vicktor I posted one instance because only one wasn't functioning. Alas it was configured correctly. Amazon EC2 is blocking the port through NAT. I'm in the process of getting approval for that traffic to be opened. Thanks for responding and I do appreciate it. -- Mike McKoy *404.590.7176* http:/

Re: Postfix not listening on port 25

2015-05-21 Thread Viktor Dukhovni
On Wed, May 20, 2015 at 02:06:32PM -0400, Mike McKoy wrote: > I've made some progress but unable to get my second instance of postfix to > listen on port 25. For this to work, the "inet_interfaces" definitions of the two instances must be set to a disjoint list of IP addresses. > *Taken from /et

Postfix not listening on port 25

2015-05-20 Thread Mike McKoy
I've made some progress but unable to get my second instance of postfix to listen on port 25. The first instance works fine but the second instance doesn't. I can ping 172.30.1.65 but I cannot telnet to it. I have flushed my firewall rules and I have also disabled Selinux. Please help me troublesho