Example usage:
require ["variables", "securitygateway"]; execute "some-script.bat"; if string "${vnd.mdaemon.execute.exit_code}" "1" { fileinto "spam"; } elsif string "${vnd.mdaemon.execute.exit_code}" "2" { reject "This message looks like spam"; }
将在安装期间自动执行转换过程,并需要几分钟时间完成,时长取决于数据库大小和其所在的磁盘性能。在此期间,SecurityGateway 不可用。
在更新前,将创建数据库文件的备份。名为 SecurityGateway.fb3 的这个备份文件将被保存在 SecurityGateway\App 目录。
请注意一旦更新了数据库文件,它就不再兼容早期版本的 SecurityGateway。
该方式更安全,并允许使用 Microsoft 365 双重验证。在将用户的域配置成使用 Microsoft 365 用户验证源时,会将用户重定向到 Microsoft 365 验证 URL 来完成登录流程。一旦成功登录 Microsoft 365,会将用户的浏览器重定向回 SecurityGateway。
注意: SMTP 验证仍然只支持“Resource Owner Password Credentials Grant (身份信息透传授权)”验证流,它不支持双重验证。