Is it possible to create a policy in GCP that will disallow the creation of public buckets or items in buckets?
If yes, how that policy will look like?
Is it possible to create a policy in GCP that will disallow the creation of public buckets or items in buckets?
If yes, how that policy will look like?
I have a Windows Server 2008 machine with IIS installed which is hosting a webapp that is sending some notification mails once-in-a-while. What I'd like to do is to monitor the email sent by the application. For this I need a dummy SMTP server which intercepts messages but won't send them further but save them locally on the hard disk.
I've already found some of them like Papercut, SMTP4Dev. The problem with these that I have to be logged on the server all the time which is not suitable because the server has only 2+1 TS connections. I like to run a program like these as a windows service and check the mails when I need them.