On 2/9/21 4:49 AM, deano-dove...@areyes.com wrote: > Unfortunately they don't make the source repos (deb-src > http://repo.dovecot.org/.....) available,
They do however provide the .dsc file, so you can use dget (from the devscripts package) e.g. mkdir dovecot-source; cd dovecot-source dget -u https://repo.dovecot.org/ce-2.3-latest/debian/buster/pool/main/2.3.13-2_ce/dovecot_2.3.13-2%2Bdebian10.dsc That will do the same thing as apt-get source ... (you need -u because the .dsc file does not contain a signature) The directories are browsable at https://repo.dovecot.org/ce-2.3-latest/ so you can look for the right file per distro/version.