0

I accidentally overwrote my /etc/default/opendkim while changing the configuration. How can I restore it to the "factory defaults"?

I already tried uninstalling and re-installing the package.

Yván Ecarri
  • 133
  • 5

1 Answers1

2

you should purge the package:

sudo apt-get remove --purge packagename

it will remove all configuration files and then you can install it fresh

Martynas Saint
  • 1,221
  • 7
  • 15