I recently installed exim4 to use sendmail via smart host. Everything works fine, but I had to edit these two system files:
- /etc/email-addresses:
myuser: mymail@provider.tld
- /etc/exim4/passwd.client:
*:myuser:mypass
I know this is not an ideal approach since those files fail integrity check and will be replaced by dpkg on upgrade.
Is there a way to configure these on my home directory or in a conf.d style?