Commit Graph

46 Commits

Author SHA1 Message Date
Phil Davis
7c7c2ba2f0 Support for Office365 Mail
https://redmine.pfsense.org/issues/4176
Allow the user to choose SMTP authentication mechanism PLAIN or LOGIN.
For existing configs with this option not set, PLAIN is the default, and will appear first in the dropdown box, so next time the user saves the SMTP Notification settings, PLAIN will be the value selected and saved.
2015-01-28 13:23:54 -02:00
Phil Davis
6317d31dfc Fix lineup of copyright lines
and module names and other bits of formatting and typos in header
comment sections.
2015-01-01 10:13:14 -02:00
Renato Botelho
d961e7e33e Welcome 2015 2014-12-31 16:22:27 -02:00
Jim Thompson
29aef6c45b Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
Jim Thompson
dd447bde2b modify copyright statement to reflect reality 2014-11-10 22:49:50 -06:00
jim-p
c25d1fd7e5 Encode values before displaying them back to the user in notification settings 2014-10-21 14:25:53 -04:00
Colin Fleming
1b244d3828 Update SCRIPT tags.
Add CDATA sections to SCRIPT tags in various files
2014-05-19 23:49:31 +01:00
Warren Baker
d269747b35 Ensure variable is available when testing smtp. Fixes #3577 (well not the rrd summary package). 2014-04-06 18:51:11 +02:00
ayvis
8cd558b61b xhtml Compliance
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
Renato Botelho
7997ed4440 Many fixes on privileges, ticket #3216:
- Rename some privileges:
   page-diag-system-activity => page-diagnostics-system-activity
   page-interfacess-groups => page-interfaces-groups
   page-interfacess-lagg => page-interfaces-lagg
   page-interfacess-qinq => page-interfaces-qinq
- Write an upgrade function to replace above privileges by the new name
- Remove unused privilege page-diagnostics-logs-wireless
- Remove duplicated privileges
- Fix limiter-info, pf-info and system-pftop that were using wrong name
- Add privs for edit pages (interfaces_groups, interfaces_lagg,
  interfaces_qinq and services-igmpproxy)
- Fix ID for acptiveportal allowedhostnames and editallowedhostnames
- Fix some wrong matches
2013-11-15 19:21:18 -02:00
Warren Baker
1cddd59c4e Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180 2013-09-16 15:13:29 +02:00
jim-p
1e940f77ff Test growl whether or not growl is disabled. 2013-09-08 19:57:08 -04:00
jim-p
48b86f6257 Add the ability to disable Growl or SMTP notifications but keep their 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. 2013-06-13 12:17:47 -04:00
Colin Fleming
846ac60faf Tidy up System:Advanced:Notifications XHTML
Close INPUT tags
2013-03-07 21:14:13 +00:00
Erik Fonnesbeck
66a346b436 Fix formatting and move setting back to system. 2012-02-28 16:03:23 -07:00
Yehuda Katz
970ca1b783 Moved beep option to notifications page 2012-02-28 17:33:32 -05:00
Scott Ullrich
f670f0a27a Unlink last msg cache for growl when sending test messagws 2011-08-29 18:43:38 -04:00
jim-p
d58b93d2e4 Fix label for SMTP server. Hostnames work fine. 2011-07-19 16:32:39 -04:00
Albert S. Causing
2d74f1cf28 Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465) 2011-03-16 15:31:22 +08:00
Erik Fonnesbeck
6840d0e7fe Unfortunately, using variables in this way in strings passed to gettext doesn't work well with translations. Replacing with sprintf for now. 2010-10-11 00:09:34 -06:00
Warren Baker
ebb57fe239 Replace hard coded pfSense with product_name 2010-10-10 16:25:10 +02:00
jim-p
1a8bf19a68 Fix typos 2010-07-20 15:11:34 -04:00
jim-p
9277b7efaa Allow setting the SMTP port for notifications. Fixes #677 2010-07-14 15:01:46 -04:00
Carlos Eduardo Ramos
f0d1edc954 Implement gettext() 2010-04-27 15:25:44 -03:00
Scott Ullrich
addbcae775 Fix growl issues.
Ticket #518
Ticket #519

Submibtted-by: Blake Skinner
2010-04-17 21:56:49 -04:00
Ermal Lui
39163f72b7 Ticket #393. Require once. 2010-03-03 23:22:43 +00:00
Scott Ullrich
72306d5a09 Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net 2009-12-31 18:00:15 -05:00
Scott Ullrich
8b0d920e41 allow sending of same message twice when 'testing' smtp service 2009-11-07 22:22:09 -05:00
Scott Ullrich
827a786427 Do not include head.inc twice 2009-10-03 01:04:01 -04:00
Scott Ullrich
9308e4c1f6 Correct misc tab URL 2009-10-03 00:44:10 -04:00
Scott Ullrich
f9fb2569aa Alert if there is a problem sending the test message 2009-10-03 00:38:32 -04:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Scott Ullrich
b9ab1f26d4 Summons the capitalization police 2009-08-25 15:08:43 -04:00
Scott Ullrich
08ce2d6a52 Correct hint 2009-08-25 15:01:58 -04:00
Scott Ullrich
7d8c8a287a Add seperator 2009-08-25 14:51:32 -04:00
Scott Ullrich
4090c90fba Correct pconfig variables 2009-08-25 14:46:59 -04:00
Scott Ullrich
f804b68999 Require notices.inc 2009-08-25 14:44:04 -04:00
Scott Ullrich
b19369b76b Adding SMTP support. Ticket #59 2009-08-25 14:37:08 -04:00
Scott Ullrich
e98419d8f6 Adding register_via_growl() 2009-07-09 21:59:44 -04:00
Scott Ullrich
66184513bc Restore form values correctly... really. 2009-07-09 21:14:27 -04:00
Scott Ullrich
67ffb407e0 Send a sample test message when user clicks save 2009-07-09 21:07:25 -04:00
Scott Ullrich
1afa87e5b2 Oops, store config in correct location 2009-07-09 19:38:09 -04:00
Scott Ullrich
066ceb39b2 Save to correct location and nuke dirty stuff 2009-07-09 19:32:47 -04:00
Scott Ullrich
d0e705e1fe Restore growl settings correctly 2009-07-09 19:31:04 -04:00
Scott Ullrich
d9252b1f7a Adding System: Advanced: Notifications to priv list 2009-07-09 19:22:37 -04:00
Scott Ullrich
facd2d7660 First stab at adding growl notifications settings screen (and other future notifications) 2009-07-09 19:02:27 -04:00