瀏覽代碼

fix(apticron): apticron emails are sent to root

Instead of sending email to {{ admin_email }} we send them to root user.
These emails will be redirected to the appropriate user via
mail_virtual_aliases variables
Bertrand Cachet 11 年之前
父節點
當前提交
f43c57e132
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      roles/common/templates/apticron.conf.j2

+ 1
- 1
roles/common/templates/apticron.conf.j2 查看文件

1
-EMAIL="{{ admin_email }}"
1
+EMAIL="root"
2
 
2
 
3
 NOTIFY_NO_UPDATE="0"
3
 NOTIFY_NO_UPDATE="0"
4
 
4
 

Loading…
取消
儲存