Your bugreport is all over the place...
First you say "stopped working", which I interpreted as won't start.
Then you follow up with a "connection refused", which means that
smtpd is not listening (or even running) and then you give an
example where you can connect, but trying to use TLS, while according
to the config you haven't set any pki. The latter couldn't have worked
in 7.0 either afaik.

If you want help, please try to be concise in your configuration/setup,
your test method and what you expect vs what you see.

On Tue, 2022-06-14 at 19:09 -0700, latin...@vcn.bc.ca wrote:
> > > Hello Martijn
> > > 
> > > Log do not show it.
> > > i found this error with:
> > > # openssl s_client -connect 45.32.6.189:25 -starttls smtp
> > > connect: Connection refused
> > > connect:errno=61
> > > 
> > > According to the internet, it is related to Python!
> > > 
> > > PS:
> > > i am NOT receiving mail but i am able to send!.
> > > 
> > > With this conf it works correctly send/receive:
> > > # $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $
> > > 
> > > # This is the smtpd server system-wide configuration file.
> > > # See smtpd.conf(5) for more information.
> > > 
> > > table aliases file:/etc/mail/aliases
> > > 
> > > listen on socket
> > > 
> > > # To accept external mail, replace with: listen on all
> > > #
> > > listen on all
> > > 
> > > action "local_mail" mbox alias <aliases>
> > > action "outbound" relay
> > > 
> > > # Uncomment the following to accept external mail for domain
> > > "example.org"
> > > #
> > > match from any for domain "agroena.org" action "local_mail"
> > > match from local for local action "local_mail"
> > > match from local for any action "outbound"
> > > 
> > 
>  More info:
>  # openssl s_client -connect 45.32.6.189:25 -starttls smtp
>  CONNECTED(00000003)
>  didn't find starttls in server response, try anyway...
>  6550766248824:error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1
>  alert protocol version:/usr/src/lib/libssl/tls13_lib.c:151:
>  ---
>  no peer certificate available
>  ---
>  No client certificate CA names sent
>  ---
>  SSL handshake has read 242 bytes and written 329 bytes
>  ---
>  New, (NONE), Cipher is (NONE)
>  Secure Renegotiation IS NOT supported
>  Compression: NONE
>  Expansion: NONE
>  No ALPN negotiated
>  SSL-Session:
>      Protocol  : TLSv1.3
>      Cipher    : 0000
>      Session-ID:
>      Session-ID-ctx:
>      Master-Key:
>      Start Time: 1655257310
>      Timeout   : 7200 (sec)
>      Verify return code: 0 (ok)
> 
> 
> > > > Nothing stands out to me.
> > > > Your maillog should contain more details on what goes wrong.
> > > > 
> > > > martijn@
> > > > 
> > > > On Mon, 2022-06-13 at 00:15 -0700, latin...@vcn.bc.ca wrote:
> > > > > Hello
> > > > > 
> > > > > My mail server stop working after upgrade to 7.1; could somebody
> > > > > please
> > > > > check the conf?
> > > > > 
> > > > > #     $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $
> > > > > 
> > > > > # This is the smtpd server system-wide configuration file.
> > > > > # See smtpd.conf(5) for more information.
> > > > > 
> > > > > table aliases file:/etc/mail/aliases
> > > > > 
> > > > > filter "dkimsign" proc-exec "filter-dkimsign -d agroena.org -s s1 -k
> > > > > /etc/mail/dkim/agroena.org.private.key" user _dkimsign group _dkimsign
> > > > > 
> > > > > # To accept external mail, replace with: listen on all
> > > > > #
> > > > > listen on socket filter "dkimsign"
> > > > > listen on lo0 filter "dkimsign"
> > > > > 
> > > > > action "local_mail" mbox alias <aliases>
> > > > > action "outbound" relay
> > > > > 
> > > > > # Uncomment the following to accept external mail for domain
> > > > > "example.org"
> > > > > #
> > > > > # match from any for domain "example.org" action "local_mail"
> > > > > match from any for domain "agroena.org" action "local_mail"
> > > > > match for local action "local_mail"
> > > > > match for any action "outbound"
> > > > > 
> > > > > Thanks so much.
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > 
> > > 
> > 
> > 
> 
> 

Reply via email to