summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
Commit message (Collapse)AuthorAgeFilesLines
* Code style for etc inc i to pPhil Davis2015-02-281-86/+109
|
* Check if notification is disabledPhil Davis2015-02-101-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 MechanismsPhil Davis2015-01-041-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ÇI2014-11-261-1/+1
| | | | that doing the right checks
* IndentationWarren Baker2014-04-071-1/+1
|
* IndentationWarren Baker2014-04-071-1/+1
|
* Dont check for 'checked' but rather if it is just setWarren Baker2014-04-071-2/+2
|
* Split SSL/TLS into separate checkboxes so that plaintext connections can be ↵Warren Baker2013-09-161-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-p2013-06-131-14/+18
|
* Add the ability to disable Growl or SMTP notifications but keep their ↵jim-p2013-06-131-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-p2012-06-261-0/+6
| | | | when a dyndns IP changes.
* [Patch] Multiple SMTP notice recipientsDarren Embry2012-03-211-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-p2012-02-201-1/+1
|
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-1/+1
|\
| * Merge branch 'axscode-pfs'Bill Marquette2011-05-141-2/+2
| |\
| | * Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465)Albert S. Causing2011-03-161-1/+1
| | |
* | | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-151-0/+13
|\ \ \ | |/ / | | | | | | | | | Conflicts: etc/inc/gwlb.inc
| * | Do not send growl notices twiceScott Ullrich2011-04-121-0/+13
| | |
| * | Notify via smtp as well as growlScott Ullrich2011-04-121-1/+1
| |/
* | BP: Fix gettext implementationVinicius Coque2011-02-081-1/+1
| |
* | Merge branch 'master' into incVinicius Coque2011-01-281-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 authPierre POMES2011-01-021-1/+1
| |
| * Ticket #1141. Add necessary stuff for smtp auth using saslPierre POMES2011-01-021-1/+2
| |
| * Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
| |
* | Merge remote branch 'mainline/master' into incRenato Botelho2010-10-111-2/+2
|\ \ | |/ | | | | | | Conflicts: etc/inc/authgui.inc
| * Hard-coded pfSense to product_name for Growl alert notifications.Warren Baker2010-10-111-2/+2
| |
* | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-2/+2
| |
* | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-2/+2
| |
* | Implement gettext() calls on notices.incCarlos Eduardo Ramos2010-08-161-5/+5
|/
* Include hostname in growl noticeScott Ullrich2010-07-301-1/+2
|
* Allow setting the SMTP port for notifications. Fixes #677jim-p2010-07-141-1/+1
|
* Fix growl issues.Scott Ullrich2010-04-171-3/+10
| | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner
* Use FQDN for HELLO SMTP command. Ticket #443pierrepomes2010-04-171-0/+1
|
* Add some more error checking to not have issues as reported on ↵Ermal Luçi2010-03-091-1/+1
| | | | http://forum.pfsense.org/index.php/topic,23435.0.html
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-311-0/+11
|
* Replace some occurrence of /tmp with the propper global variable in attempt ↵Ermal Luçi2009-12-281-3/+5
| | | | to minimize the search for what changes /tmp permissions.
* Turn off debuggingsullrich2009-12-031-1/+1
|
* Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to ↵Scott Ullrich2009-11-061-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 bootingScott Ullrich2009-10-171-1/+3
|
* Alert if there is a problem sending the test messageScott Ullrich2009-10-031-2/+5
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+5
|
* Add documentation headers for each functionScott Ullrich2009-09-041-11/+67
|
* Remove newlinesScott Ullrich2009-09-041-2/+2
|
* Do not echo out, use log_error()Scott Ullrich2009-09-041-2/+2
|
* Correct typo 'Could'Scott Ullrich2009-09-041-1/+1
|
* Ensure file existsScott Ullrich2009-09-041-3/+5
|
* Do not email the same message twiceScott Ullrich2009-09-041-0/+10
|
* Do not direct deliverScott Ullrich2009-08-261-1/+1
|
* s/growl/smtp/Scott Ullrich2009-08-251-1/+1
|
* Ensure both fields are present before sending emailScott Ullrich2009-08-251-1/+5
|
OpenPOWER on IntegriCloud