Building dovecot-core
Paul Kudla (SCOM.CA Internet Services Inc.)
paul at scom.ca
Thu Jun 2 18:01:43 UTC 2022
ok
download the tarball for BOTH dovecot & pigeonhole
unzip / whatever into a build src dir
i use
/programs/src/mail
dovecot-2.3.19 for the core
dovecot-2.3-pigeonhole-0.5.19 for pigeonhole
make a currentconfig script file
containing
[13:57:42] peer1.scom.ca [paul:0] /programs/src/mail/dovecot-2.3.19.new
## cat currentconfig
./configure --with-pgsql --with-lucene
(i use pgsql & lucene for the search engine)
run the config (remember THIS IS THE SOURCE TARBALL NOT A BUILD)
ie --> ./configure --with-pgsql --with-lucene
gmake
gmake install
then make pigeonhole
same as above
currentconfig to contain
## cat currentconfig
./configure --with-dovecot=/usr/local/lib/dovecot
note you need to do a chmod +x to the currentconfig file in order to run it.
again like above
gmake
gmake install
thats the basics.
Happy Thursday !!!
Thanks - paul
Paul Kudla
Scom.ca Internet Services <http://www.scom.ca>
004-1009 Byron Street South
Whitby, Ontario - Canada
L1N 4S3
Toronto 416.642.7266
Main 1.866.411.7266
Fax 1.888.892.7266
Email paul at scom.ca
On 6/2/2022 1:23 PM, dovecot-bounces at dovecot.org wrote:
>
> On 2022-06-02 17:03, Dmitriy Fitisov wrote:
>> Hi all, do we have any info on building dovecot-core?
>> INSTALL.md
>> suggests usual way:
>> ./configure
>> …
>>
>> Needless to say, there is no .configure in root dir.
>> I think, instructions need to be updated to correct this.
>>
>> Thank you.
>> Dmitriy
> Hi there,
>
> I think you need to run ./autogen.sh first.
>
> Good luck.
>
> Zakaria.
>
More information about the dovecot
mailing list