我有一个 MikroTik RouterOS 6.23 设备,我的网络如下:
Router
|
|-- bridge1_LAN (wlan1 + ether1) (192.168.0.210) -- LAN (192.168.0.0/24)
| Here is where computers are. Those include some servers and some users.
| Users should be able to navigate always, and servers should
| be reachable online always.
|
|-- ether2_ADSL (192.168.2.2) -- ADSL router (192.168.2.1) -- WAN
| Users should navigate through here because there is no traffic limit.
| Incoming traffic should work exactly as with ether3_3G, as a temporary
| …Run Code Online (Sandbox Code Playgroud) 我打算创建一个邮件服务器,但我根本不想使用密码。对我来说,它们似乎是错误的安全选择。
我想使用证书登录。这在 HTTP 中似乎很容易做到,但我发现在 SMTP 中无法做到。有什么办法吗?
如果没有,除了密码还有其他选择吗?OAuth、2FA 或其他什么?