Exim 4 and smarthost authentication

Hello all,

Today, I wanted to configure a new smarthost on Exim that allow us to send mails with a bigger size.
The old smarthost use the port 25 without authentification and it works perfectly.
The new one is an ESMTP server and I have to use the port 587.

So I modified, the exim config :
dc_smarthost = 'smtp.premium.orange.fr::587'

And added the authentification parameters in the /etc/exim/passwd.client, like this :

smtp.premium.orange.fr:login:password

But when I take a look in the log files, I can see : Recipient address rejected: Missing Authentication

I red the man exim4_passwd_client and it talk about the reverse dns... When I try to ping the smtp.premium.orange.fr adress, i get the ip but when I try a reverse dns request with this ip, I get : smtp.premium.wanadoo.fr...

Anyone got an idea ? Please.

Thanks in advance.

Sebastien

0
Syndicate content