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" > 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, [email protected] 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. >> >> >> >> >

