Hi,
I have Ubuntu and Exim4, where I’d like to enable “plus addressing”, in order to be able to use some+alias@example.com dynamic aliases.
I’ve been told I need to insert this in exim.conf:
local_part_suffix = +*
local_part_suffix_optional
I don’t have exim.conf so I opened exim4.conf. But there I see “#–AUTOMATICALLY GENERATED - DO NO EDIT!”. I searched a bit and it looks like on Ubuntu/Debian I should work with exim4.conf.template or update-exim4.conf.conf then run update-exim4.conf but it doesn’t seem to work.
Someone already successfully configured this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
On Ubuntu, the master configuration file is actually /var/lib/exim4/config.autogenerated You can make your changes in the /etc/exim4/update-exim4.conf file. After that, you need to run:
sudo update-exim4.conf
sudo service exim4 restart
Check out the docs on the Ubuntu wiki.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.