博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何设置mail alias
阅读量:5160 次
发布时间:2019-06-13

本文共 676 字,大约阅读时间需要 2 分钟。

Use Case: admin needs to be notified when appuser task is failed, the notification email is sent to appuser by default(check with the command 'mail'), however, we need the notification email to be sent to admin.

1. Login with root user ID

2. Edit the /etc/aliases file (with vi editor)

3. Append / change an email alias in this format

alias_name:   email_id1 [, email_id2,] ...

E.g. append this new email alias to the /etc/aliases

appuser:   admin@xx.com

4. Save and exit the alias file

5. Execute the newaliases command followed by echo $?(suppose there is no error found, you will get a 0 returned by the echo command).

转载于:https://www.cnblogs.com/sanquanfeng/p/3711059.html

你可能感兴趣的文章
MATLAB基础入门笔记
查看>>
【UVA】434-Matty's Blocks
查看>>
Android开发技术周报 Issue#80
查看>>
hadoop2.2.0+hive-0.10.0完全分布式安装方法
查看>>
django知识点总结
查看>>
C++ STL stack、queue和vector的使用
查看>>
使用Reporting Services时遇到的小问题
查看>>
约瑟夫问题
查看>>
Arduino 报错总结
查看>>
树莓派Android Things物联网开发:树莓派GPIO引脚图
查看>>
矩阵快速幂---BestCoder Round#8 1002
查看>>
如何将应用完美迁移至Android P版本
查看>>
【转】清空mysql一个库中的所有表的数据
查看>>
基于wxPython的python代码统计工具
查看>>
淘宝JAVA中间件Diamond详解(一)---简介&快速使用
查看>>
Hadoop HBase概念学习系列之HBase里的宽表设计概念(表设计)(二十七)
查看>>
Kettle学习系列之Kettle能做什么?(三)
查看>>
Day03:Selenium,BeautifulSoup4
查看>>
awk变量
查看>>
mysql_对于DQL 的简单举例
查看>>