Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > pl.comp.lang.php > #15145
| Newsgroups | pl.comp.lang.php |
|---|---|
| Date | 2016-05-24 06:31 -0700 |
| References | (9 earlier) <tz2y9ii7o8ii.2258yefkv9hw$.dlg@40tude.net> <643a99d1-fecd-478b-91f3-21bd3d17c36c@googlegroups.com> <3uwzf1631vpi.2nf4gmgc4dqh.dlg@40tude.net> <d8d829a6-32df-4ff0-a09a-d0f60445e115@googlegroups.com> <573dd8c2$0$651$65785112@news.neostrada.pl> |
| Message-ID | <ac663f66-bf25-4446-8a8f-7d0eebf531c8@googlegroups.com> (permalink) |
| Subject | Re: socket_connect(): unable to connect [111]: Connection refused |
| From | jivanmukta@poczta.onet.pl |
> mtpd_client_restrictions =
> smtpd_helo_restrictions =
> smtpd_sender_restrictions =
> smtpd_recipient_restrictions =
> permit_mynetworks,
> permit_sasl_authenticated,
> reject_unauth_destination,
> permit
> smtpd_relay_restrictions =
> header_checks =
> body_checks =
Cały czas: SMTP -> ERROR: Password not accepted from server: 535 authentication failed / blad autoryzacji (#5.7.1) SMTP Error: Could not authenticate.
W logach nic.
Teraz mój main.cf wygląda tak:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
smtpd_client_restrictions =
smtpd_helo_restrictions =
smtpd_sender_restrictions =
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination permit
smtpd_relay_restrictions =
header_checks =
body_checks =
# smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unath_destination
myhostname = pecet
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = pecet, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
# loopback-only
default_transport = error
relay_transport = error
inet_protocols = all
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
# smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated defer_unath_destination
# smtpd_sasl_exceptions_networks = $mynetworks
Back to pl.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar
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