Difference between revisions of "Squirrelmail"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
 
 
Line 12: Line 12:
 
* Change the useSendmail to "true".  - now sending mail works. The SMTP method does not, since we now enforce TLS even from localhost.
 
* Change the useSendmail to "true".  - now sending mail works. The SMTP method does not, since we now enforce TLS even from localhost.
 
* From what I can tell the "avelsieve" plugin (see [http://squirrelmail.org/plugin_view.php?id=73 Plugins - Sieve Mail Filters]) will not work with Dovecot. We can try later.
 
* From what I can tell the "avelsieve" plugin (see [http://squirrelmail.org/plugin_view.php?id=73 Plugins - Sieve Mail Filters]) will not work with Dovecot. We can try later.
 +
 +
The file /usr/share/squirremail/functions/mime.php was edited following these [http://www.opensubscriber.com/message/centos@centos.org/8685002.html instructions] to stop some errors having to do with the Japanese character set from showing up in the logs. This should illustrate which lines need to be commented out:
 +
 +
/*
 +
if (!$charset_converted) {...  <<< line 316
 +
...
 +
}                              <<< line 323
 +
*/

Latest revision as of 19:25, 15 July 2010

Squirrel Mail

See Web Mail for Nuts for documentation.

Customizations

We customized /etc/squirrelmail/config.php directly, not only config_local.php:

Test your config changes here: Config Test

  • Change the IMAP to "dovecot".
  • Change the useSendmail to "true". - now sending mail works. The SMTP method does not, since we now enforce TLS even from localhost.
  • From what I can tell the "avelsieve" plugin (see Plugins - Sieve Mail Filters) will not work with Dovecot. We can try later.

The file /usr/share/squirremail/functions/mime.php was edited following these instructions to stop some errors having to do with the Japanese character set from showing up in the logs. This should illustrate which lines need to be commented out:

/* 
if (!$charset_converted) {...   <<< line 316 
... 
}                               <<< line 323 
*/