Ubuntu में अनअटेंडेड-अपग्रेड परिणाम मेल को कस्टमाइज़ करने का कोई तरीका है?
/etc/apt/apt.conf.d/50unattended-upgrades
फ़ाइल में वर्तमान कॉन्फ़िगरेशन -
// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. The package 'mailx'
// must be installed or anything that provides /usr/bin/mail.
//Unattended-Upgrade::Mail "root@localhost";
हर रन पर एक ईमेल भेजता है। इसके बजाय, मैं इसे केवल त्रुटि पर भेजने के लिए अनुकूलित करना चाहूंगा। क्या कोई तरीका है जिससे मैं कॉन्फ़िगर कर सकता हूं?