|
Softpanorama |
||||||
| Contents | Bulletin | Scripting in shell and Perl | Network troubleshooting | History | Humor | |
Background:
I recently came across this problem and after searching for hours I still did not get the entire solution in one thread. I eventually resolved the problem using other information picked up from other threads within the Linux Questions site.
I thought i would make it easier to find in one place by posting my solution here.
Problem:
After setting up Postfix and configuring the config files, when trying to access the server on port 25 by telnet to the localhost (127.0.0.1) we gain access to the server. If you telnet to another interface on the same machine for example 192.168.30.x on port 25 you get "Connection refused".
Solution:
Edit file - /etc/postfix/main.cf
Change:Edit file - /etc/postfix/master.cfFrom - #inet_interfaces = allTo - inet_interfaces = allChange:
From - #mynetworks_style = subnetTo - mynetworks_style = subnetChange:
From - mynetworks = 127.0.0.0/8To - mynetworks = 192.168.30.0/24, 127.0.0.0/8Change:Then restart the Postfix server:From - smtp inet n - n - - smtpdTo - 0.0.0.0:smtp inet n - n - - smtpd
/etc/postfix/postfix stop
/etc/postfix/postfix start
I hope this helps.
From: Anders Johansson (andjoh_at_rydsbo.net)
Date: 04/06/04Next message: Martin Mielke: "[SLE] softphone (SIP) with multiple profiles"
- Previous message: Bruce Marshall: "Re: [SLE] Adding Distro to Grub"
- In reply to: David Rankin: "[SLE] postfix connection refused??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: suse-linux-e@suse.com Date: Tue, 6 Apr 2004 14:12:24 +0200On Tuesday 06 April 2004 07.46, David Rankin wrote:
> Pierre,
> Apr 6 00:21:49 Nemesis postfix/pickup[8054]: 8618118DA95: uid=0
> from=<root> Apr 6 00:21:49 Nemesis postfix/cleanup[8153]: 8618118DA95:
> message-id=<20040406052149.8618118DA95@Nemesis.rbpllc.com>
> Apr 6 00:21:49 Nemesis postfix/qmgr[815]: 8618118DA95:
> from=<root@rbpllc.com>, size=306 (queue active)
> Apr 6 00:21:49 Nemesis postfix/smtp[8155]: connect to
> mail.3111skyline.com[66.76.63.120]: Connection refused (port 25)
> Apr 6 00:21:49 Nemesis postfix/smtp[8155]: 8618118DA95:
> to=<david@3111skyline.com>, relay=none, delay=0, status=deferred (connect
> to mail.3111skyline.com[66.76.63.120]: Connection refused)What do you see in /var/log/mail on skyline when this happens?
> smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
> smtpd_sasl_auth_enable = no
> smtpd_sender_restrictions = hash:/etc/postfix/accessWhat is in this file?
Also, can you get mail to work on other machines/other setups? In other words,
are you sure it isn't your ISP (or some other upstream firewall) filtering
port 25?-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Most popular humor pages:
Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : C++ Humor : ARE YOU A BBS ADDICT? : Object oriented programmers of all nations : C Humor : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor: Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : The Most Comprehensive Collection of Editor-related Humor : Microsoft plans to buy Catholic Church : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor : Best Russian Programmer Humor : Russian Musical Humor : The Perl Purity Test : Politically Incorrect Humor : GPL-related Humor : OFM Humor : IDS Humor : Real Programmers Humor : Scripting Humor : Web Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor :
Copyright © 1996-2013 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Site uses AdSense so you need to be aware of Google privacy policy. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine. This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...
|
|
You can use PayPal to make a contribution, supporting hosting of this site with different providers to distribute and speed up access. Currently there are two functional mirrors: softpanorama.info (the fastest) and softpanorama.net. |
Disclaimer:
The statements, views and opinions presented on this web page are those of the author and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with. We do not warrant the correctness of the information provided or its fitness for any purpose.
Last modified: January 26, 2013