Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style for etc inc i to p | Phil Davis | 2015-02-28 | 1 | -86/+109 |
| | |||||
* | Check if notification is disabled | Phil Davis | 2015-02-10 | 1 | -2/+5 |
| | | | | | | in send_smtp_message() Other packages like arpwatch sm.php and cron job output as reported in forum https://forum.pfsense.org/index.php?topic=88347.0 call send_smtp_message() directly, currently bypassing notification disabled checks. I think those packages [are intended to | should be] respecting the notifications disabled setting. People in the forum certainly expect them to respect this setting. If we add the $force parameter here, passing it through from notify_via_smtp() then the default behavior of send_smtp_message() can be to respect the "disable" setting. That should stop other package callers from spamming people who have disabled SMTP notifications. If a package really wants/needs to send regardless, then it can set $force, just like the "Test SMTP" button does. | ||||
* | Support choice of SMTP Authentication Mechanisms | Phil Davis | 2015-01-04 | 1 | -1/+15 |
| | | | | https://redmine.pfsense.org/issues/4176 I have left some documentation here of other mechanisms that someone might care about in future (or not). I left the array with name=>desc so it will be easy if new mechanisms come along that need a description different to the name. | ||||
* | Rather than set the g['booting'] on globals provide a function to test for ↵ | Ermal LUÇI | 2014-11-26 | 1 | -1/+1 |
| | | | | that doing the right checks | ||||
* | Indentation | Warren Baker | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | Indentation | Warren Baker | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | Dont check for 'checked' but rather if it is just set | Warren Baker | 2014-04-07 | 1 | -2/+2 |
| | |||||
* | Split SSL/TLS into separate checkboxes so that plaintext connections can be ↵ | Warren Baker | 2013-09-16 | 1 | -0/+1 |
| | | | | made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180 | ||||
* | Split actual SMTP send into its own function. | jim-p | 2013-06-13 | 1 | -14/+18 |
| | |||||
* | Add the ability to disable Growl or SMTP notifications but keep their ↵ | jim-p | 2013-06-13 | 1 | -2/+8 |
| | | | | settings intact. Remove automatic test messages on save. Add individual test buttons for Growl and SMTP that work even if the service(s) are disabled. | ||||
* | Add a small function to notify via remote methods only (smtp/growl). Notify ↵ | jim-p | 2012-06-26 | 1 | -0/+6 |
| | | | | when a dyndns IP changes. | ||||
* | [Patch] Multiple SMTP notice recipients | Darren Embry | 2012-03-21 | 1 | -1/+1 |
| | | | | http://redmine.pfsense.org/issues/2026 | ||||
* | Use PHP's built-in RFC 2822 date format, rather than trying to make our own. | jim-p | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'mainline/master' into inc | Vinicius Coque | 2011-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'axscode-pfs' | Bill Marquette | 2011-05-14 | 1 | -2/+2 |
| |\ | |||||
| | * | Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465) | Albert S. Causing | 2011-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'mainline/master' into inc | Vinicius Coque | 2011-04-15 | 1 | -0/+13 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: etc/inc/gwlb.inc | ||||
| * | | Do not send growl notices twice | Scott Ullrich | 2011-04-12 | 1 | -0/+13 |
| | | | |||||
| * | | Notify via smtp as well as growl | Scott Ullrich | 2011-04-12 | 1 | -1/+1 |
| |/ | |||||
* | | BP: Fix gettext implementation | Vinicius Coque | 2011-02-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into inc | Vinicius Coque | 2011-01-28 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/captiveportal.inc etc/inc/config.console.inc etc/inc/config.lib.inc etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/ipsec.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/system.inc etc/inc/voucher.inc | ||||
| * | Ticket #1141. Typo error, use ->user to enable auth | Pierre POMES | 2011-01-02 | 1 | -1/+1 |
| | | |||||
| * | Ticket #1141. Add necessary stuff for smtp auth using sasl | Pierre POMES | 2011-01-02 | 1 | -1/+2 |
| | | |||||
| * | Remove trailing carriage return | Scott Ullrich | 2010-11-10 | 1 | -1/+1 |
| | | |||||
* | | Merge remote branch 'mainline/master' into inc | Renato Botelho | 2010-10-11 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | Conflicts: etc/inc/authgui.inc | ||||
| * | Hard-coded pfSense to product_name for Growl alert notifications. | Warren Baker | 2010-10-11 | 1 | -2/+2 |
| | | |||||
* | | Fix quotes to use %N$X on gettext calls | Renato Botelho | 2010-10-01 | 1 | -2/+2 |
| | | |||||
* | | Fix gettext calls with printf to permit change strings order | Renato Botelho | 2010-08-30 | 1 | -2/+2 |
| | | |||||
* | | Implement gettext() calls on notices.inc | Carlos Eduardo Ramos | 2010-08-16 | 1 | -5/+5 |
|/ | |||||
* | Include hostname in growl notice | Scott Ullrich | 2010-07-30 | 1 | -1/+2 |
| | |||||
* | Allow setting the SMTP port for notifications. Fixes #677 | jim-p | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Fix growl issues. | Scott Ullrich | 2010-04-17 | 1 | -3/+10 |
| | | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner | ||||
* | Use FQDN for HELLO SMTP command. Ticket #443 | pierrepomes | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Add some more error checking to not have issues as reported on ↵ | Ermal Luçi | 2010-03-09 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,23435.0.html | ||||
* | Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net | Scott Ullrich | 2009-12-31 | 1 | -0/+11 |
| | |||||
* | Replace some occurrence of /tmp with the propper global variable in attempt ↵ | Ermal Luçi | 2009-12-28 | 1 | -3/+5 |
| | | | | to minimize the search for what changes /tmp permissions. | ||||
* | Turn off debugging | sullrich | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to ↵ | Scott Ullrich | 2009-11-06 | 1 | -1/+4 |
| | | | | xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many). | ||||
* | Do not attempt to send notices when booting | Scott Ullrich | 2009-10-17 | 1 | -1/+3 |
| | |||||
* | Alert if there is a problem sending the test message | Scott Ullrich | 2009-10-03 | 1 | -2/+5 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions | Scott Ullrich | 2009-09-12 | 1 | -0/+5 |
| | |||||
* | Add documentation headers for each function | Scott Ullrich | 2009-09-04 | 1 | -11/+67 |
| | |||||
* | Remove newlines | Scott Ullrich | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | Do not echo out, use log_error() | Scott Ullrich | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | Correct typo 'Could' | Scott Ullrich | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Ensure file exists | Scott Ullrich | 2009-09-04 | 1 | -3/+5 |
| | |||||
* | Do not email the same message twice | Scott Ullrich | 2009-09-04 | 1 | -0/+10 |
| | |||||
* | Do not direct deliver | Scott Ullrich | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | s/growl/smtp/ | Scott Ullrich | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Ensure both fields are present before sending email | Scott Ullrich | 2009-08-25 | 1 | -1/+5 |
| |