Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > pl.comp.lang.php > #15103

Re: socket_connect(): unable to connect [111]: Connection refused

Newsgroups pl.comp.lang.php
Date 2016-04-19 09:16 -0700
References (3 earlier) <7ai5y3n2xljm.7y0w4gvtu5t3$.dlg@40tude.net> <a05466c6-a5b2-4556-b2ae-f5dae914618e@googlegroups.com> <r32htdfnq983$.11pztiqf0exyp.dlg@40tude.net> <b0921e5d-145a-4b63-aca8-07d16762237c@googlegroups.com> <1bdyzhjxr6bpk$.c818fbntfuq2.dlg@40tude.net>
Message-ID <662b778b-dfe2-4aea-8a2c-ce1ff031b8c2@googlegroups.com> (permalink)
Subject Re: socket_connect(): unable to connect [111]: Connection refused
From jivanmukta@poczta.onet.pl

Show all headers | View raw


Zrobiłem jak napisałeś i nadal ten błąd.
Miałem w main.cf:
  smtp_sasl_auth_enable = yes
oraz w mojej aplikacji:
            define('EMAIL_SERVER', 'pecet');
            define('EMAIL_USERNAME', '');
            define('EMAIL_PASSWORD', '');
            define('EMAIL_FROM', 'robert@pecet');   
            define('SMTP_PORT', 25);
I był ten błąd.
Zmieniłem main.cf:
  smtp_sasl_auth_enable = yes
  smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
utworzyłem plik /etc/postfix/sasl_passwd:
  robert@localhost    robert:postfix
  robert@pecet        robert:postfix
a w mojej aplikacji:
            define('EMAIL_SERVER', 'pecet');
            define('EMAIL_USERNAME', 'robert');
            define('EMAIL_PASSWORD', 'postfix');
            define('EMAIL_FROM', 'robert@pecet');   
            define('SMTP_PORT', 25);
i nadal ten błąd.
Co mam zrobić?

Back to pl.comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-06 13:11 -0700
  Re: socket_connect(): unable to connect [111]: Connection refused Lemat <#@lemat.priv.pl> - 2016-04-06 23:20 +0200
    Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-11 09:56 -0700
      Re: socket_connect(): unable to connect [111]: Connection refused Lemat <#@lemat.priv.pl> - 2016-04-11 19:36 +0200
    Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-11 12:02 -0700
      Re: socket_connect(): unable to connect [111]: Connection refused Borys Pogoreło <borys@pl.edu.leszno> - 2016-04-12 00:10 +0200
        Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-11 22:27 -0700
          Re: socket_connect(): unable to connect [111]: Connection refused Borys Pogoreło <borys@pl.edu.leszno> - 2016-04-12 08:59 +0200
            Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-18 07:19 -0700
              Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-18 07:22 -0700
              Re: socket_connect(): unable to connect [111]: Connection refused Borys Pogoreło <borys@pl.edu.leszno> - 2016-04-19 01:19 +0200
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-19 09:16 -0700
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-19 09:18 -0700
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-04-19 09:28 -0700
                Re: socket_connect(): unable to connect [111]: Connection refused Borys Pogoreło <borys@pl.edu.leszno> - 2016-04-20 21:28 +0200
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-05-16 11:30 -0700
                Re: socket_connect(): unable to connect [111]: Connection refused Borys Pogoreło <borys@pl.edu.leszno> - 2016-05-16 21:27 +0200
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-05-18 07:27 -0700
                Re: socket_connect(): unable to connect [111]: Connection refused Borys Pogoreło <borys@pl.edu.leszno> - 2016-05-18 20:19 +0200
                Re: socket_connect(): unable to connect [111]: Connection refused Lemat <#@lemat.priv.pl> - 2016-05-19 17:17 +0200
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-05-24 06:31 -0700
                Re: socket_connect(): unable to connect [111]: Connection refused Lemat <#@lemat.priv.pl> - 2016-05-24 17:35 +0200
                Re: socket_connect(): unable to connect [111]: Connection refused jivanmukta@poczta.onet.pl - 2016-05-18 07:44 -0700

csiph-web