Support for Office365 Email?
-
Hi,
The fix to enable support for Office365 email is noted here, https://forum.pfsense.org/index.php?topic=72015.new;topicseen#new
Any chance this could be a configuration option (LOGIN vs. PLAIN)?
Thanks!
-
Can you put an issue into Redmine for this?
https://redmine.pfsense.org/projects/pfsense/issues
It should be easy enough to do on the GUI, but it would be good to have a statement of the need there, then it does not get lost in forums. -
Absolutely - will do, no problem at all.
Thanks!
-
RedMine: https://redmine.pfsense.org/issues/4176
Proposed implementation: https://github.com/pfsense/pfsense/pull/1421 -
Awesome - thanks so much! Wow, that was crazy fast - really appreciated!
More than happy to test it out when it's available - how do I know when that is?
Thanks again.
-
It would be good if you can test it, since you have an account that requires LOGIN authentication mechanism. The 2 files changed are found at https://github.com/pfsense/pfsense/pull/1421/files
For a small thing like this, you can just use Diagnostics->Edit File.Edit each of:
/etc/inc/notices.inc
/usr/local/www/system_advanced_notifications.phpFirst copy all the existing text of each and save it somewhere!
In Github, press View, then Raw. Select all, copy - in the Edit GUI, select all, paste, save.Then try with PLAIN and LOGIN. Confirm that PLAIN does not work for you, and that LOGIN does.
-
Edit each of:
/etc/inc/notices.inc
/usr/local/www/system_advanced_notifications.phpFirst copy all the existing text of each and save it somewhere!
In Github, press View, then Raw. Select all, copy - in the Edit GUI, select all, paste, save.Whole lot easier and less error prone to use the System Patches package with the GitHub URLs. ;)
https://github.com/phil-davis/pfsense/commit/c4249322d922901862719cc2e4c269351ed2c82c.patch
https://github.com/phil-davis/pfsense/commit/305856e8fb19495e0543e0d74216117aac1d4bd8.patch -
True - I hadn't thought about being able to pull those from my GitHub repo before they get committed to pfSense master.
-
Absolutely - will test this later today!
Would you prefer I apply the system patches, or make the manual mods?
Thanks!
-
Take your pick. The system patches package can back out patches also, making it easy to revert back if necessary - but of course my code will work :-\
-
It does work, as expected … ;). FYI, I tested using the patch (though it says I can't revert it for some reason, but that's no biggue).
Works great actually - both the pull-down, and the email. Thanks!!!