On Wed, 5 Mar 2014 23:15:00 +0000 Matthew Newton <[email protected]> wrote:
Andy> Sorry I'm struggling with some basics here, Im using Exim on Andy> Debian with the split out config. Matthew> You're probably on your own with this one... you'll need to Matthew> find the right places to put stuff (or run a normal config Matthew> instead). FWIW, under the hood exim uses a single configuration file even on Debian. It is just well hidden in /var/lib/exim4/config.autogenerated. You can just edit that file and restart the daemon to test changes. Once you have it working, edit the snippet under /etc/exim4/conf.d and run dpkg-reconfigure exim4-config, which will regenerate the single file and restart exim again. You know which snippet is responsible for which part of the single file by strategically placed comments. -- Please *no* private copies of mailing list or newsgroup messages. gpg public key: 2048R/984A8AE4 fingerprint: 7953 ADA1 0E8E AB57 FB79 FFD2 360A 88B2 984A 8AE4 Funny pic: http://bit.ly/ZNE2MX -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
