Re: Postfix not accepting remote connections

2013-07-20 Thread James Griffin
Fri 19.Jul'13 at 16:26:57 -0500, Sam Flint > my postfix will not accept remote connections, but it will accept local. > > postconf -n: > broken_sasl_auth_clients = yes > config_directory = /etc/postfix > home_mailbox = Maildir/ > inet_interfaces = all > inet_protoco

Re: Postfix not accepting remote connections

2013-07-19 Thread Noel Jones
On 7/19/2013 4:26 PM, Sam Flint wrote: > my postfix will not accept remote connections, but it will accept local. Some linux distros configure postfix to only listen on localhost, forcing you to edit master.cf to listen remotely. Look for a line in msater.cf something like: 127.0.0.1:smtp inet n

Re: Postfix not accepting remote connections

2013-07-19 Thread Stan Hoeppner
On 7/19/2013 5:11 PM, Sam Flint wrote: > Sorry, Gmail. > > I'm testing by attempting to connect with my android tablet Ok, so this is the real problem you're trying to solve. You believe you cannot connect to Postfix with the Android tablet, correct? What operation are you performing that is fa

Re: Postfix not accepting remote connections

2013-07-19 Thread Wietse Venema
Sam Flint: > On Fri, Jul 19, 2013 at 6:02 PM, Wietse Venema wrote: > > Sam Flint: > >> Postfix is listening, I can still recieve email. > > > > Hi. I wrote most of Postfix. What evidence do you have (SHOW POSTFIX > > LOGGING) that Postfix is receiving mail for you? > > > > Wietse > It arri

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
On Fri, Jul 19, 2013 at 6:02 PM, Sam Flint wrote: > It shouldn't be... > > On Fri, Jul 19, 2013 at 5:59 PM, /dev/rob0 wrote: >> On Fri, Jul 19, 2013 at 05:51:20PM -0500, Sam Flint wrote: >>> On Fri, Jul 19, 2013 at 5:11 PM, Sam Flint wrote: >>> > On Fri, Jul 19, 2013 at 5:08 PM, Noel Jones >>>

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
It shouldn't be... On Fri, Jul 19, 2013 at 5:59 PM, /dev/rob0 wrote: > On Fri, Jul 19, 2013 at 05:51:20PM -0500, Sam Flint wrote: >> On Fri, Jul 19, 2013 at 5:11 PM, Sam Flint wrote: >> > On Fri, Jul 19, 2013 at 5:08 PM, Noel Jones wrote: >> >> >> >> On 7/19/2013 4:58 PM, Sam Flint wrote: >> >>

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
On Fri, Jul 19, 2013 at 5:11 PM, Sam Flint wrote: > Sorry, Gmail. > > I'm testing by attempting to connect with my android tablet > > > On Fri, Jul 19, 2013 at 5:08 PM, Noel Jones wrote: >> >> On 7/19/2013 4:58 PM, Sam Flint wrote: >> > I'm running on a linode, and I'm sorry. >> > >> > Netstat: >

Re: Postfix not accepting remote connections

2013-07-19 Thread Wietse Venema
Sam Flint: > Postfix is listening, I can still recieve email. Hi. I wrote most of Postfix. What evidence do you have (SHOW POSTFIX LOGGING) that Postfix is receiving mail for you? Wietse

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
On Fri, Jul 19, 2013 at 6:02 PM, Wietse Venema wrote: > Sam Flint: >> Postfix is listening, I can still recieve email. > > Hi. I wrote most of Postfix. What evidence do you have (SHOW POSTFIX > LOGGING) that Postfix is receiving mail for you? > > Wietse It arrives in my inbox, delivered by

Re: Postfix not accepting remote connections

2013-07-19 Thread /dev/rob0
On Fri, Jul 19, 2013 at 05:51:20PM -0500, Sam Flint wrote: > On Fri, Jul 19, 2013 at 5:11 PM, Sam Flint wrote: > > On Fri, Jul 19, 2013 at 5:08 PM, Noel Jones wrote: > >> > >> On 7/19/2013 4:58 PM, Sam Flint wrote: > >> > I'm running on a linode, and I'm sorry. > >> > > >> > Netstat: snip > >> >

Re: Postfix not accepting remote connections

2013-07-19 Thread Noel Jones
On 7/19/2013 4:46 PM, Simon B wrote: > > On 19 Jul 2013 23:39, "Sam Flint" > wrote: >> >> I see, but it does nothing. >> > > Don't top-post please. > > Rob explained this perfectly in the archives.. > > http://postfix.1071664.n5.nabble.com/smtpd-recipient-restric

Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
my postfix will not accept remote connections, but it will accept local. postconf -n: broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = Maildir/ inet_interfaces = all inet_protocols = ipv4, ipv6 message_size_limit = 3072 mydestination = $myhostname, localhost, local

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
I'm running on a linode, and I'm sorry. Netstat: Proto Recv-Q Send-Q Local Address Foreign Address State tcp0232 flintfam.org:ssh ip98-161-54-206.om.om:52460ESTABLISHED tcp0 0 localhost:44273 localhost:mysql TIME_WAIT tcp0 0 flintfam.

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
Ok, well thanks. I'm sorry, I will try. On Fri, Jul 19, 2013 at 5:01 PM, Noel Jones wrote: > On 7/19/2013 4:53 PM, Sam Flint wrote: > > Still nothing > > > > > > On Fri, Jul 19, 2013 at 4:46 PM, Noel Jones > > wrote: > > > > > > >> relay_domains = .com .org

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
Sorry, Gmail. I'm testing by attempting to connect with my android tablet On Fri, Jul 19, 2013 at 5:08 PM, Noel Jones wrote: > On 7/19/2013 4:58 PM, Sam Flint wrote: > > I'm running on a linode, and I'm sorry. > > > > Netstat: > > Proto Recv-Q Send-Q Local Address Foreign > > Add

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
Still nothing On Fri, Jul 19, 2013 at 4:46 PM, Noel Jones wrote: > > >> relay_domains = .com .org .net .info $mydestination > > The above is very bad, change it to empty: > > relay_domains = > > > >> smtpd_recipient_restrictions = permit_mynetworks, > > permit_sasl_authenticated, > > rej > > ec

Re: Postfix not accepting remote connections

2013-07-19 Thread Noel Jones
On 7/19/2013 4:45 PM, Sam Flint wrote: > it's already like that > stop top posting. Sorry, my crystal ball is at the cleaners. Maybe start with describing how you're testing. Also note some ISPs block port 25 on "consumer" connections, making running or testing a mail server impossible. You di

Re: Postfix not accepting remote connections

2013-07-19 Thread Noel Jones
On 7/19/2013 4:53 PM, Sam Flint wrote: > Still nothing > > > On Fri, Jul 19, 2013 at 4:46 PM, Noel Jones > wrote: > > > >> relay_domains = .com .org .net .info $mydestination > > The above is very bad, change it to empty: > > relay_domains = > St

Re: Postfix not accepting remote connections

2013-07-19 Thread Simon B
On 19 Jul 2013 23:39, "Sam Flint" wrote: > > I see, but it does nothing. > Don't top-post please. Rob explained this perfectly in the archives.. http://postfix.1071664.n5.nabble.com/smtpd-recipient-restrictions-Best-Practices-td10171.html > Sam > > > On Fri, Jul 19, 2013 at 4:32 PM, Simon B w

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
it's already like that On Fri, Jul 19, 2013 at 4:42 PM, Noel Jones wrote: > On 7/19/2013 4:26 PM, Sam Flint wrote: > > my postfix will not accept remote connections, but it will accept local. > > Some linux distros configure postfix to only listen on localhost, > forcing you to edit master.cf

Re: Postfix not accepting remote connections

2013-07-19 Thread Noel Jones
On 7/19/2013 4:58 PM, Sam Flint wrote: > I'm running on a linode, and I'm sorry. > > Netstat: > Proto Recv-Q Send-Q Local Address Foreign > Address State > tcp0232 flintfam.org:ssh > ip98-161-54-206.om.om:52460 >

Re: Postfix not accepting remote connections

2013-07-19 Thread Noel Jones
>> relay_domains = .com .org .net .info $mydestination The above is very bad, change it to empty: relay_domains = >> smtpd_recipient_restrictions = permit_mynetworks, > permit_sasl_authenticated, > rej > >

Re: Postfix not accepting remote connections

2013-07-19 Thread Sam Flint
I see, but it does nothing. Sam On Fri, Jul 19, 2013 at 4:32 PM, Simon B wrote: > > On 19 Jul 2013 23:28, "Sam Flint" wrote: > > > > my postfix will not accept remote connections, but it will accept local. > > > > postconf -n: > > broken_sasl_auth_clients = yes > > config_directory = /etc/pos

Re: Postfix not accepting remote connections

2013-07-19 Thread Simon B
On 19 Jul 2013 23:28, "Sam Flint" wrote: > > my postfix will not accept remote connections, but it will accept local. > > postconf -n: > broken_sasl_auth_clients = yes > config_directory = /etc/postfix > home_mailbox = Maildir/ > inet_interfaces = all > inet_protocols = ipv4, ipv6 > message_size_l