当前位置:网站首页>创建企业邮箱账户命令
创建企业邮箱账户命令
2022-04-23 05:43:00 【慕美文】
Linux系统自己搭建的邮件系统,创建新账户命令
- 切换到root账户
$ su - root
- 创建新账户(新建的系统账户即为邮箱账户)(给用户分配特定用户组)(不允许用户登录系统,只能收发邮件)
# useradd -g emailuser -s /sbin/nologin san.zhang
- 设置账户密码
# passwd san.zhang
更改用户 san.zhang 的密码 。
新的 密码:
- 测试账号是否能登录系统
# su - san.zhang
This account is currently not available.
在邮件收发客户端上绑定邮箱地址后能正常收发邮件即可.
版权声明
本文为[慕美文]所创,转载请带上原文链接,感谢
https://blog.csdn.net/penetrate/article/details/119889259
边栏推荐
- Idea plug-in --- playing songs in the background
- 提升独立站转化率攻略 | 挽回弃购用户
- Pilotage growth · ingenuity empowerment -- yonmaster developer training and pilotage plan is fully launched
- freemark中插入图片
- 线性规划问题中可行解,基本解和基本可行解有什么区别?
- ES6之解构函数
- Deconstruction function of ES6
- acwing854. Floyd finds the shortest path
- Frequently asked interview questions - 2 (computer network)
- delete和truncate
猜你喜欢
PreparedStatement防止SQL注入
Package mall system based on SSM
Frequently asked interview questions - 2 (computer network)
2-软件设计原则
JDBC连接数据库
jdbc入门\获取数据库连接\使用PreparedStatement
JVM系列(3)——内存分配与回收策略
JVM系列(4)——内存溢出(OOM)
Pytorch deep learning practice_ 11 convolutional neural network
Find the number of "blocks" in the matrix (BFS)
随机推荐
第36期《AtCoder Beginner Contest 248 打比赛总结》
Summary of redis classic interview questions 2022
DBCP使用
C3P0数据库连接池使用
C语言——恶搞关机小程序
Mysql 查询使用\G,列转行
JDBC操作事务
线性规划问题中可行解,基本解和基本可行解有什么区别?
Solid contract DoS attack
STL function library
Excel sets row and column colors according to cell contents
容器
创建二叉树
Deconstruction function of ES6
MDN文档里面入参写法中括号‘[]‘的作用
MySql基础狂神说
PreparedStatement防止SQL注入
字符串(String)笔记
Map对象 map.get(key)
Hotkeys, interface visualization configuration (interface interaction)