History log of /dovecot/src/lmtp/Makefile.am
Revision Date Author Comments Expand
c116e589182c258b463850327755e6dd9a731616 18-Jan-2018 Stephan Bosch <stephan.bosch@dovecot.fi>

lmtp: Move common recipient handling code to separate file.

0029bf606761c2adb611571c00cad699ae37c36a 08-Dec-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lmtp: Moved client_rcpt_anvil_disconnect() from client.c to lmtp-local.c.

a4692ca37f2f670b99e8692e92064045322c42b3 01-Jan-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-lda: Moved LMTP client to lib-smtp. This makes the LMTP client available without dependency on lib-storage. For Dovecot v2.3, the newly created lib-smtp will evolve into a full client/server SMTP implementation. That will then remove the remaining SMTP code from lib-lda.

b200bc3875fa06d42c8619865cc306c3297fcacc 06-Jul-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

Add PIE and RELRO to binaries

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/config/Makefile.am /dovecot/src/dict/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/dns/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/imap-hibernate/Makefile.am /dovecot/src/imap-login/Makefile.am /dovecot/src/imap-urlauth/Makefile.am /dovecot/src/imap/Makefile.am /dovecot/src/indexer/Makefile.am /dovecot/src/ipc/Makefile.am /dovecot/src/lda/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-ntlm/Makefile.am /dovecot/src/lib-otp/Makefile.am Makefile.am /dovecot/src/log/Makefile.am /dovecot/src/master/Makefile.am /dovecot/src/plugins/fts/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/pop3-login/Makefile.am /dovecot/src/pop3/Makefile.am /dovecot/src/replication/aggregator/Makefile.am /dovecot/src/replication/replicator/Makefile.am /dovecot/src/ssl-params/Makefile.am /dovecot/src/stats/Makefile.am /dovecot/src/util/Makefile.am
4fbf59562594dbbbe037f8d4c480dbf88f3fc708 29-Oct-2014 Timo Sirainen <tss@iki.fi>

lmtp: Added support for STARTTLS command.

7f50258fb5e71ca7965d8527f879114c39d0a0fb 25-Feb-2013 Timo Sirainen <tss@iki.fi>

MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere.

d80a9e1ca1594e60cb8eb620e05fbb4b15d6e87e 12-Oct-2012 Timo Sirainen <tss@iki.fi>

--without-shared-libs: Link Dovecot libraries with --whole-archive flag for binaries. This removes the need for the ugly unused_objects lists for binaries, which were needed to avoid plugins from failing because they were missing some functions. Apparently there's no easy way to use --whole-archive properly with libtool, so there's now a rather ugly cc-wrapper.sh that does it. Also this is done only when GNU ld is deted. Most people are going to use --with-shared-libs though, so I don't think any of this is going to be a real problem.

89d8953ec951bd165f9150b7afa28eb94defcad1 11-Aug-2012 Timo Sirainen <tss@iki.fi>

Makefile: Removed mountpoint.o from unused_objects, since it's now included via lib-master.

8d8591411a2d193d7310d6912e69c03597c2d2b4 05-Mar-2012 Timo Sirainen <tss@iki.fi>

Makefile: Fixed compiling lmtp with some SSL_LIBS options.

e755d1cd7013104bb2982344b3accfb2457b239e 23-Mar-2011 Timo Sirainen <tss@iki.fi>

lmtp: Fixed loading Sieve plugin when configuring --without-shared-libs

f41861a7520df2de9f970312b674ad46eb75637f 26-May-2010 Timo Sirainen <tss@iki.fi>

lda, lmtp: Fixed library dependency tracking in Makefiles. --HG-- branch : HEAD

9f86dab529923d0b73f8f42be23a01651c5212c3 23-Apr-2010 Timo Sirainen <tss@iki.fi>

lib-lda is now an installed shared library. --HG-- branch : HEAD

6dcf19539f863161de37257eb7993f53de6632bd 21-Apr-2010 Timo Sirainen <tss@iki.fi>

lda, lmtp: Fixed using virtual plugin when not using shared libs. --HG-- branch : HEAD

1e6aeb80eee368f468bd579a2cbabbabfe16a744 09-Nov-2009 Timo Sirainen <tss@iki.fi>

lmtp: Link smtp-client.o explicitly so Sieve can use it. --HG-- branch : HEAD

4f2deb95651a6ddc6cf86b48141b3fd8125611e3 29-Oct-2009 Timo Sirainen <tss@iki.fi>

lmtp: Link with all the same unused .o files as lda. --HG-- branch : HEAD

ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2d 18-Oct-2009 Timo Sirainen <tss@iki.fi>

Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS. --HG-- branch : HEAD

458acd7b39c84bae0d18c36ff9ddff9a49b4ae4a 12-Oct-2009 Timo Sirainen <tss@iki.fi>

lmtp: Added lmtp_proxy setting (it's no longer hardcoded to yes). --HG-- branch : HEAD

c2ebc8f28b5504f280cd5d4adfe57ed70f9a7d83 31-Aug-2009 Timo Sirainen <tss@iki.fi>

lmtp: Added initial support for proxying mails to other LMTP/SMTP servers. --HG-- branch : HEAD

7ab70e15c63c172c1715a40c8ffcff0285b6f05e 22-Jun-2009 Timo Sirainen <tss@iki.fi>

Removed unnecessary macro definitions from Makefiles. --HG-- branch : HEAD

6e7abb2df9c6fd35e5b989c56301db6b9c95cccb 09-May-2009 Timo Sirainen <tss@iki.fi>

lmtp: Added main.h to Makefile.am. --HG-- branch : HEAD

315ce5be539bfe8bc7777ab0654499c49583cea2 17-Apr-2009 Timo Sirainen <tss@iki.fi>

Initial implementation of LMTP server. Master process doesn't yet execute it though. --HG-- branch : HEAD