码迷,mamicode.com
首页 >  
搜索关键字:dovecot 配置    ( 201404个结果
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
.NetCore3.1配置AutoMapper-(int转枚举Description)
一、自定义AutoMapper配置类-using AutoMapper继承Profile public class AutoMapperInit : Profile { public AutoMapperInit() { CreateMap<UpdatePatientRequest, PrehosP ...
分类:移动开发   时间:2021-04-27 14:56:21    阅读次数:0
spring boot配置ssl
spring boot配置ssl 1、申请免费SSL证书 免费ssl证书可以在你买域名的地方随便申请,申请之后下载jks格式的证书 下载解压之后会有两个东西 2、配置springboot中的application.yml或者application.properties配置文件 先把xxx.jks文件 ...
分类:编程语言   时间:2021-04-27 14:54:44    阅读次数:0
华为模拟器 AP AC配置
组网示意图: 前提条件:1)所有设备工作正常2)依据上述组网建立测试环境 1)正确配置AC使AP发放SSID:'SSID-Temp1'、'SSID-Temp2'和'SSID-Temp3',且对应业务vlan为:vlan-1,vlan-2,vlan-3; 配置Switch [Switch]vlan b ...
分类:其他好文   时间:2021-04-27 14:54:00    阅读次数:0
Centos 7建立本地内网源
原文地址: https://blog.csdn.net/oToyix/article/details/106170701 repo的路径不要放到root下,放到/usr/share/nginx/下,要不没权限 Centos 7建立本地内网源一、环境二、先配置163base源及阿里epel源三、建立本 ...
分类:其他好文   时间:2021-04-27 14:52:02    阅读次数:0
windows10 iis浏览WCF报404.3错误
报错:HTTP错误404.3-Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加MIME映射。 解决步骤如下: 1.控制面板-》打开或关闭windows功能-》Internet信息服务-》万维网服务-》应用程序开发功能。 勾选上“.n ...
分类:Windows程序   时间:2021-04-27 14:51:45    阅读次数:0
zabbix本地和第三方邮箱配置
环境说明: node1: 192.168.44.128 服务端 (已经装好zabbix_agentd和zabbix_server) node2: 192.168.44.129 客户端 (已经装好zabbix_agentd) //配置本地邮箱[root@node1 ~]# systemctl stop ...
分类:其他好文   时间:2021-04-27 14:45:06    阅读次数:0
zabbix三种邮箱告警配置
本地邮箱告警配置 配置本地邮箱告警前,我们要用到mail命令 所以先安装mail命令 [root@mf ~]# yum -y install mailx 使用mail命令发送邮箱 [root@mf ~]# echo "test" | mail -s "20210426" 18808843007@16 ...
分类:其他好文   时间:2021-04-27 14:43:11    阅读次数:0
keepalived-master-slave
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:其他好文   时间:2021-04-27 14:42:00    阅读次数:0
Mac配置IDEA的项目使用Git
1、查看Mac系统中的Git版本,默认系统已安装Git: git --version 2、查看是否已创建过SSH KEY: cd ~/.ssh/ ls -al 3、如果没有创建过SSH KEY,通过以下命令创建: ssh-keygen -t rsa 4、查看生成的公钥: cat ~/.ssh/id_ ...
分类:系统相关   时间:2021-04-27 14:40:48    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!