邮件服务器
邮件服务器
添加邮件用户
1  | sudo adduser alice  | 
修改
1  | sudo vim /etc/postfix/virtual_sender_maps  | 
添加
1  | 允许 alice 用户发送的地址列表  | 
更新 Postfix 的数据库文件(关键步骤! 每次修改完 virtual_sender_maps 都必须运行此命令。
重启 Postfix 以加载新的授权规则
1  | sudo postmap /etc/postfix/virtual_sender_maps  | 
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.