dotkernel / frontend

DotKernel Frontend Application. Based on Mezzio microframework using Laminas components.
https://v5.dotkernel.net
MIT License
22 stars 5 forks source link

Fresh installation broken #284

Closed alexmerlin closed 2 years ago

alexmerlin commented 2 years ago

Upon running a fresh installation of the project, accessing the home page from a browser throws the following error:

Service with name "dot-mail.service.default" could not be created. Reason: cannot connect to host; error = stream_socket_client(): Unable to connect to tcp://:143 (No connection could be made because the target machine actively refused it) (errno = 0 )

Tested on:

arhimede commented 2 years ago
  1. Do you have sendmail installed on any of your setup ?
  2. Why on Earth is trying to connect to mail server from the very begining ?
alexmerlin commented 2 years ago

Under Xampp (PHP 8.1) I'm almost sure I did not install sendmail - but that's not relevant. It shouldn't even try to connect when I open the homepage. Didn't have time yet to dig deeper on why it even tries to connect to a mail server.

arhimede commented 2 years ago

image

arhimede commented 2 years ago

image (1)

bidi47 commented 2 years ago

fixed in pulls https://github.com/dotkernel/dot-mail/pull/33, https://github.com/dotkernel/dot-mail/pull/36, https://github.com/dotkernel/dot-mail/pull/38, https://github.com/dotkernel/dot-mail/pull/41