]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap, pop3, submission: Remove non-working environment variable handling
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 30 Jul 2025 10:22:41 +0000 (13:22 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Sat, 27 Sep 2025 17:46:34 +0000 (20:46 +0300)
commit100bfdae4ab01558360bc3d4871d1e4238d3e548
treef9f6bd23d204fe0b9b1e3b9bdc9b1979c52717f6
parent30ca063f342f0b4297095ad699d5ecb685966bff
imap, pop3, submission: Remove non-working environment variable handling

Remove support for IP, LOCAL_IP and CLIENT_INPUT environments. These were
originally used by Dovecot v1.x for passing these fields from master
process. They are no longer useful, and they haven't been working anyway.

Also for imap remove support for IMAPLOGINTAG environment.
src/imap/main.c
src/pop3/main.c
src/submission/main.c