Re: [Exim] relaying only for authenticated users

Top Page
Delete this message
Reply to this message
Author: Rob Ristroph
Date:  
To: exim-users
Subject: Re: [Exim] relaying only for authenticated users
>>>>> "Andreas" == Andreas Metzler <eximusers@???> writes:
Andreas>
Andreas> On Tue, Oct 14, 2003 at 03:44:18PM -0500, Rob Ristroph wrote:
>> >>>>> "Andreas" == Andreas Metzler <eximusers@???> writes:
>>> On Tue, Oct 14, 2003 at 12:46:19PM -0500, Rob Ristroph wrote:

Andreas> [...]
>>> and activate the _server_ side authenticators in
>>> /etc/exim4/conf.d/auth/30_exim4-config_examples you want to use
>>> by removing the hash-mark '#' in front of the respective lines.
>>>
>>> Done.

Andreas>
>> Confusing the cases when exim is the client and the server was exactly
>> my problem.
>>
>> I had to take out the plain and login authenticators for when exim is
>> a client, because otherwise the ones for when exim was a server had
>> the same name. I presume if you have to do both you can just give
>> them different names, such as plain_client and login_client?

Andreas> [...]
Andreas>
Andreas> Hmm. I thought I had tested all combinations but obviously you are
Andreas> right, exim is not happy.
Andreas>
Andreas> Thanks, changed in the next upload.
Andreas>             cu andreas



Being both a client and a server is not something I need to do; I just
noticed it when I cut and pasted the examples in there without
removing the client sections. It's working for me now, thanks to the
help I recieved from you and others who replied.

It's probably a good idea to make that possible, though.

--Rob