SMTP authentication problem

View: New views
2 Messages — Rating Filter:   Alert me  

SMTP authentication problem

by Keith Martin-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've tried looking through the docs for any clues on this problem, but not
sure I even know the right phrase to search for...

What is happening is that we are using Exim (4.69) to relay email to another
server, which requires SMTP authentication. That all works fine, except if
for some reason there is an error or something else that causes the mail to
be queued. What then seems to happen is that the queue system tries to
delivery the email later on, but on the retry it does not authenticate, so
the other server rejects the connection.

If the mail is delivered with no queuing, then it works perfectly every
time. It's only when something causes the mail to be queued that later
delivery attempts fail (connection rejected by the other server as not
authorised). There is only one host so no change in IP details etc during
delivery attempts.

Can someone point me in the right direction on this?

Regards,
Keith.



--
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Re: SMTP authentication problem

by Cerephim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Keith Martin-4 wrote:
What is happening is that we are using Exim (4.69) to relay email to another
server, which requires SMTP authentication.
I'm attempting to do a similar thing, but have no clue where to start.  What did you have to do to set up smtp-authentication when Exim is a client.

My Linux servers are in a corporate environment, using Exchange as the corporate mail server.  I'm using the Exchange server as a smarthost and relaying all email to the Exchange server.  I'm not downloading any mail.  Mostly I'm mailing out log files, and alerts.

The Exchange admin wants the users on the Linux box to use smtp-authenication to authenticate to the Exchange box prior to sending email to the destination (India) via the internet.

How do I set up smtp-authentication in Exim?  Via the exim.conf file?  Inline with the 'mail' command?

Thanks in advance!