Hi,
I want to block internet access from a specified ip/mac except email.
My first idea was to block ports 80(http) and 443(https) and access email through a client (Thunderbird), but I'm having problems with gmail.
In theory gmail should use 993 and 465 ports to connect, but it seems that it needs the https port for authorization?
I think that the the OAuth2 method is the reason for this problem.
I've also tried to block only the DNS port and use direct IP for imap and smtp...also no luck with that.
Does someone have any experience with a similar problem?