hi guys
i installed squirrel mail from this tutorial
but i cant login to squirrel mail ( http://sayrez.com/squirrelmail/src/login.php) my password is true but i dont know why cant login to SquirrelMail ?
tail /var/log/mail.log
Oct 15 15:10:01 debian-2gb-nyc3-01 dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<aPGzSJdbAQB/AAAB>
Oct 15 15:10:01 debian-2gb-nyc3-01 dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<ETK0SJdbXAB/AAAB>
Oct 15 15:10:01 debian-2gb-nyc3-01 postfix/smtpd[11300]: connect from localhost[127.0.0.1]
Oct 15 15:10:01 debian-2gb-nyc3-01 postfix/smtpd[11300]: lost connection after CONNECT from localhost[127.0.0.1]
Oct 15 15:10:01 debian-2gb-nyc3-01 postfix/smtpd[11300]: disconnect from localhost[127.0.0.1]
Oct 15 15:15:01 debian-2gb-nyc3-01 dovecot: imap-login: Disconnected (disconnected before auth was ready, waited 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<wPSXWpdbCAB/AAAB>
Oct 15 15:15:01 debian-2gb-nyc3-01 dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<cESYWpdbYwB/AAAB>
Oct 15 15:15:01 debian-2gb-nyc3-01 postfix/smtpd[11483]: connect from localhost[127.0.0.1]
Oct 15 15:15:01 debian-2gb-nyc3-01 postfix/smtpd[11483]: lost connection after CONNECT from localhost[127.0.0.1]
Oct 15 15:15:01 debian-2gb-nyc3-01 postfix/smtpd[11483]: disconnect from localhost[127.0.0.1]
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, @mm580486
The issue seems not be related with SquirrelMail. From the looks of it the SSL Certificate from postfix is broken, so it is not able to start.
What you can try in order to sort the issue is to delete the broken certificate /etc/postfix/smtpd.cert and create a new one.
You can try to generate a new SSL Certifcate with the following command:
After this is done you can restart postfix and try again.
Hope this helps
Regards, Alex