当前位置:网站首页>Create enterprise mailbox account command
Create enterprise mailbox account command
2022-04-23 05:53:00 【Mu Meiwen】
Linux The mail system built by the system itself , Create new account command
- Switch to root Account
$ su - root
- Create a new account ( The new system account is the mailbox account )( Assign users to specific user groups )( Users are not allowed to log on to the system , I can only send and receive mail )
# useradd -g emailuser -s /sbin/nologin san.zhang
- Set account password
# passwd san.zhang
Change user san.zhang Password .
new password :
- Test whether the account can log in to the system
# su - san.zhang
This account is currently not available.
After binding the email address on the email sending and receiving client, you can send and receive emails normally .
版权声明
本文为[Mu Meiwen]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230542192094.html
边栏推荐
- K/3 WISE系统考勤客户端日期只能选到2019年问题
- Navicate连接oracle(11g)时ORA:28547 Connection to server failed probable Oeacle Net admin error
- Postfix变成垃圾邮件中转站后的补救
- RedHat6之smb服务访问速度慢解决办法记录
- JVM系列(3)——内存分配与回收策略
- Pytorch学习记录(七):处理数据和训练模型的技巧
- Meta annotation (annotation of annotation)
- MySQL triggers, stored procedures, stored functions
- The list attribute in the entity is empty or null, and is set to an empty array
- Common protocols of OSI layer
猜你喜欢
Manually delete registered services on Eureka
opensips(1)——安装opensips详细流程
Pytorch學習記錄(十三):循環神經網絡((Recurrent Neural Network)
2 - principes de conception de logiciels
软件架构设计——软件架构风格
Pytorch learning record (XII): learning rate attenuation + regularization
Anaconda安装PyQt5 和 pyqt5-tools后没有出现designer.exe的问题解决
Pytorch学习记录(十一):数据增强、torchvision.transforms各函数讲解
Pytorch学习记录(五):反向传播+基于梯度的优化器(SGD,Adagrad,RMSporp,Adam)
Getting started with JDBC \ getting a database connection \ using Preparedstatement
随机推荐
Pyqy5 learning (4): qabstractbutton + qradiobutton + qcheckbox
excel获取两列数据的差异数据
线性规划问题中可行解,基本解和基本可行解有什么区别?
The difference between cookie and session
手动删除eureka上已经注册的服务
rsync实现文件服务器备份
Anaconda安装PyQt5 和 pyqt5-tools后没有出现designer.exe的问题解决
图解numpy数组矩阵
深入源码分析Servlet第一个程序
Get the value of state in effects in DVA
Manually delete registered services on Eureka
EditorConfig
Pytorch学习记录(十三):循环神经网络((Recurrent Neural Network)
软件架构设计——软件架构风格
第36期《AtCoder Beginner Contest 248 打比赛总结》
Duplicate key update in MySQL
lambda表达式
POI exports to excel, and the same row of data is automatically merged into cells
RedHat6之smb服务访问速度慢解决办法记录
Anaconda