Peter Smith
Peter Smith
Honestly this could use a broader discussion. Perhaps there is room for a LUA-enabled-but-not-necessarily-IMAP-or-IMAPS-limited application? Looking at some of the other 'issues', abstracting the email-connection-type by one layer would allow...
> Does this support access through an IMAP server? Something is mentioned in the [POP and IMAP email settings for Outlook](https://support.microsoft.com/en-us/office/pop-and-imap-email-settings-for-outlook-8361e398-8af4-4e97-b147-6c6c4ac95353) page, about a `outlook.office365.com` IMAP server. Can this be...
I apologize, the OAuth support is just for authentication within an IMAP conversation, so I think your argument applies. Any suggestions are welcome.
@lefcha thank you very much for your consideration. I find ImapFilter to be insanely useful and it's pretty difficult for me living without it. It does seem that IMAP appears...
> My org also switched to outlook recently and I continue using the imapfilter using the legacy username and pass now. But this seem to be only till the end...
I think that maybe the assumption being made is that RPM needs to show that the log file is owned by the package when I don't believe this is a...
Upgrade from 2017.7.0 to 2017.7.1 still zero-ing out log files. The following is the /var/log/salt/ directory before the upgrade. ``` [root@linux salt]# la total 1012092 total 1810376 drwxr-xr-x. 2 root...
This is still an issue. I just now downgraded my Master from 3000.3.1 to 3000.2.1 (trying to work around another issue, https://github.com/saltstack/salt/issues/57750) and my /var/log/salt/master file was zero'ed out as...
Actually after digging through the documentation for SPEC files, if you still want to have explicit entries in the RPM for these log files, I believe it would probably be...
Strangely enough a directed target / using no options for targeting seems to work just fine. No errors are produced. ``` master-3006.6 ~ # salt minion1 test.ping minion1: True master-3006.6...