bitcoinrefa.blogg.se

My nmu squirrelmail
My nmu squirrelmail









Wikipedia article on Email agent (infrastructure) helps with perceiving the overall picture):

my nmu squirrelmail

Slightly simplified, mail servers have two sides (e.g. This depends on which mail servers you are using. As a PHP web application it doesn't have own logging, so the information is in the web server logs, usually separated as access and error logs. It doesn't send or receive email, but acts as an IMAP (and SMTP) client. SquirrelMail is an email client, formally mail user agent (MUA) written in PHP.

MY NMU SQUIRRELMAIL CODE

The line that I had to change looked like this: $imap_stream = $imap_port, $error_number, $error_string, 15) īut depending which error you encounter, you will have to change the source code in a different place. Then error messages were finally showing up in the log. What I had to to to find out more details was to search for this error in the SquirrelMail source code, find a function call above it that was prefixed with a remove the and then restart my webserver. In my case, I got an error Error connecting to IMAP server. Unfortunately, it seems that SquirrelMail is deliberately suppressing error messages using the operator, which makes it impossible to tell what is going on. This will cause error messages to be printed out by the Apache process (which in my case is running in a Docker container), but it will not show errors in the browser.

my nmu squirrelmail my nmu squirrelmail

I configured it like this: display_errors = Off In my case it lies in /usr/local/etc/php/php.ini. Usually this file lies somewhere like /etc/php/php.ini. SquirrelMail is a PHP application, so its logging behaviour is configured in php.ini.









My nmu squirrelmail