Re: [exim] Header question, X-Relay-User

Top Page
Delete this message
Reply to this message
Author: Andrew C Aitchison
Date:  
To: jan-jun.2019@dipl-ing-kessler.de
CC: exim-users
Subject: Re: [exim] Header question, X-Relay-User
On Mon, 4 Mar 2019, jan-jun.2019--- via Exim-users wrote:

>>>>>> Try
>>>>>>
>>>>>>     exim -bP config | grep -i x-relay-user

>>>>>>
>>>>>> and check, if this header is part of your Exim configuration at all.


>> $ exim -bV
>> Exim version 4.92 #3 built 11-Feb-2019 21:35:34
>
> "Mine" / the version my hoster is running is:
>
> $ exim --version
> Exim version 4.82 #3 built 10-Feb-2018 19:43:33
> Copyright (c) University of Cambridge, 1995 - 2013
> (c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 -
> 2013
> Berkeley DB: Berkeley DB 5.3.28: (September 9, 2013)
> Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM
> Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm
> dbmjz dbmnz dnsdb dsearch nis nis0 passwd
> Authenticators: cram_md5 plaintext
> Routers: accept dnslookup ipliteral manualroute queryprogram redirect
> Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
> Fixed never_users: 0
> Size of off_t: 8
> Configuration file is /var/lib/exim4/config.autogenerated


So you need:
     grep -i x-relay-user /var/lib/exim4/config.autogenerated


Assuming that gives you something, we need to unpack the debian-generated 
config file, so
     grep -ir x-relay-user /etc/exim4
will probably be helpful too.


The top of
         /var/lib/exim4/config.autogenerated
has comments pointing you to the documentation on how this file is 
generated.


-- 
Andrew C. Aitchison                    Cambridge, UK
             andrew@???