groveling for a build with ARC

Sander Smeenk ssmeenk at freshdot.net
Mon Dec 18 21:29:13 GMT 2023


Quoting Randy Bush (randy at psg.com):
> >> and i want a pony :)
> > https://www.freshdot.net/img_media/no-pony-for-you.jpg
> sigh.

:)

> i have hacked a recipe set for a sysadmin clan with whom i hang.
> i would appreciate any input, corrections, ...
> https://git.rg.net/randy/randy/src/master/spf-dkim.md

i can mostly speak for the Debian/Ubuntu side of packaging or
recompiling, which goes along the lines of:

apt source exim4-daemon-heavy
cd exim4-4.x.y
debian/rules unpack-configs
cp EDITME.heavy EDITME.custom
vi EDITME.custom # enable arc, spf, dkim, dmarc, fix -I include paths...
[... install various new dependency libs like libopendmarc a.o. ...]
vi debian/control # un-#comment the exim4-daemon-custom lines
vi debian/changelog # bump version, or not, see what works best for you
debian/rules pack-configs
dpkg-buildpackage -us -uc

this should result in an exim4-daemon-custom*deb package that has ARC,
SPF, DKIM and DMARC enabled. ;)

-- 
| Why is the third hand on the watch called a second hand?
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2



More information about the Pkg-exim4-users mailing list