Menu

/trunk/gui/common Commit Log


Commit Date  
[r8962] by yaberauneya

Fix regression committed via r8332 with properly configured SMTP setups.

The problem is that not configuring an SMTP host causes .connect() to fail with socket.ECONN as it tries to connect to localhost:25 -- instead of the configured mail server -- because when you omit the arguments to connect(), it tries to use whatever gets passed into the initializer, which for some odd reason is being silently filtered out by smtplib (I haven't traced down the root cause here, yet..). But yes... we'll have to fix the GUI bug with it permitting empty SMTP hosts.

I am PURPOSELY filtering out these messages so they'll only end up in the test message pane and won't blow up syslog as we are using a puny 75MB memory disk for storing things in /var today and I don't want home users to start complaining that their boxes are tipping over at home.

Identified in a support call as the customer noted that things worked when SMTP authentication wasn't specified with FreeNAS 8.0.2-RELEASE, but things were broken with a newer version.

2011-12-05 20:37:59 Tree
[r8933] by jhixson

use lowercase for comparing

2011-12-02 09:16:20 Tree
[r8932] by jhixson

More info.

2011-12-02 09:07:42 Tree
[r8927] by jhixson

Strip.

2011-12-02 07:09:53 Tree
[r8926] by jhixson

Set jid to int.

2011-12-02 07:00:24 Tree
[r8925] by jhixson

Who cares about case.

2011-12-02 06:53:34 Tree
[r8924] by jhixson

Add info() method to pbi_add() to pull pbi info from.

2011-12-02 06:45:40 Tree
[r8920] by jhixson

some (hopefully) useful jail stuff.

2011-12-02 03:42:05 Tree
[r8915] by jhixson

Don't quote command passed to jexec.

2011-12-01 23:14:14 Tree
[r8889] by jhixson

Add jail support to PBI code.

2011-11-30 00:14:37 Tree
Older >