Displaying 1 result from an estimated 1 matches for "cc743116ab5".
2014 May 21
1
LMTP hostname ignoring ENV variables
...The added header is below:
??? Received: from mail.mailorxyz.de
?????? ??? by mailtest1.atest.qq (Dovecot) with LMTP id sreUK1+sfFOseQAAPYI4hw
?????? ??? for <admin at mailorxyz.de>; Wed, 21 May 2014 13:39:03 +0000
??? Received: by mail.mailorxyz.de (Postfix, from userid 97)
?????? ??? id CC743116AB5; Wed, 21 May 2014 13:39:03 +0000 (UTC)
I have the following defined in /etc/init.d/dovecot:
export DOVECOT_HOSTDOMAIN=dovecot.mailorxyz.de
export DOVECOT_HOSTNAME=dovecot.mailorxyz.de
Am I missing something or did I misunderstand the source code?
Thanks.