Good morning,
On 2024-02-24 Eric Kingston via Exim-users wrote:
[...]
> 16:48:51.076 57957 ╭considering: <; ${if exists{passwd.client}
[...]
> 16:48:51.076 57957 ├──condition: exists{passwd.client}
> 16:48:51.076 57957 ├─result: false
[...]
> It seems that the check if passwd.client exists
Hello Ian,
I appreciate any help you can offer. My OS is the Debian variant
Ubuntu. For exim4 on Ubuntu, there is a configuration file
(update-exim4.conf.conf) in which I specify the smart host. From this,
a script (update-exim4.conf) auto generates the configuration file
(config.autogener
On Thu, Feb 22, 2024 at 07:15:48PM -0700, Eric Kingston via Exim-users wrote:
> It looks like the authentication methods are CRAM-MD5 PLAIN
> LOGIN. Any ideas?
I'll only be able to help further if you provide the native Exim
configuration file, which (IIRC) Debian generates somewhere under
/var.
On 2024-02-23 Eric Kingston via Exim-users wrote:
[...]
> Below is a communication log directly from the command-line
> exim -v ericnk...@gmail.com
[...]
echo blah | /usr/sbin/exim -d+all ericnk...@gmail.com
should give you a lot more information on where things go wrong;
especially why ex
Hello Ian,
Thank you for your reply.
I get the following from the exim mainlog
2024-02-22 18:32:54.272 [42047] 1rdKQn-000AwA-Mt ** ericnk...@gmail.com
F= P= R=smarthost
T=remote_smtp_smarthost H=smtp-relay.brevo.com [1.179.119.1]:587
I=[10.32.0.41]:33824
X=TLS1.3:ECDHE_X25519__RSA_PSS_R
I should have asked what auth mechanisms you see in the relay EHLO
response? A good way to test this (or any issue with SMTP
communication in fact) is with the swaks tool.
--
Ian
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users
On Mon, Feb 19, 2024 at 04:51:30PM -0700, Eric Kingston via Exim-users wrote:
> I am having trouble getting exim to authenticate to a SMTP relay. I
> have made the appropriate entry in passwd.client as per the manual,
> but am using the wildcard (*) considering the reverse DN lookup
> implication