genesisweb / valet-linux-plus

Advanced local development experience for Linux.
MIT License
148 stars 26 forks source link

Both Mailhog and Mailpit Do Not Work in version 1.6.6 #98

Closed lukastom closed 1 year ago

lukastom commented 1 year ago

After upgrading to version 1.6.6, mailhog.test gives 502 Bad Gateway. Did we actually move to Mailpit? Is there any replacement for mailhog.test? I tried mailpit.test but that gives 404 error, http://0.0.0.0:8025 does not exist, valet open mailpit gives 404. Also Valet Linux Plus documentation probably needs adjusting, so we know, what is the proper configuration for Mailpit to work.

uttamrabadiya commented 1 year ago

@lukastom Yes, we moved it to Mailpit, and you can access it via mails.test domain. Yes we are working to update documentation.

conradmaaijen commented 1 year ago

Hi,

I had to install Mailpit manually after installing valet-linux+

Then: valet start mailpit and see your send mails on /mails

¯_(ツ)_/¯

Conrad Maaijen

Op 10 mei 2023, om 09:24 heeft Padam Shankhadev @.***> het volgende geschreven:

@uttamrabadiya https://github.com/uttamrabadiya still not working 404 not found.

— Reply to this email directly, view it on GitHub https://github.com/genesisweb/valet-linux-plus/issues/98#issuecomment-1541486137, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBCGHVJCCVX5CWFHUCPOILXFM7DRANCNFSM6AAAAAAXKEEIUY. You are receiving this because you are subscribed to this thread.

uttamrabadiya commented 1 year ago

@conradmaaijen You do not need to install it manually, but can you please share output of below mentioned commands:

sudo systemctl status mailpit
sudo lsof -i -P | grep LISTEN
cat ~/.valet/Log/mails.test-error.log
cat ~/.valet/Log/nginx-error.log
uttamrabadiya commented 1 year ago

@lukastom @conradmaaijen We've fixed Mailpit install issue in our latest release (v1.6.7), please update package to fix this issue.