17 Feb
2021
17 Feb
'21
6:57 p.m.
On 2/9/21 4:49 AM, deano-dovecot@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/d...
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.