davef8
Verified User
A client of our's is trying to send mail via exim using sockets from within their Java app.
Right now when they attempt to send a message from the box running their Java app and DA this is what they get:
250 server.hostname.com Hello localhost [127.0.0.1]
MAIL to:<[email protected]>
500 unrecognized command
MAIL from:<[email protected]>
250 OK
RCPT to:<[email protected]>
550-Verification failed for <[email protected]>
550 Sender verify failed
QUIT
the "insidedomain.com" is a domain name that has been setup and configured in the DA control panel.
To my understanding Exim is expecting the local user's password before it will send any mail on his behalf. Is this correct?
If so how can we tell Exim not to check for authentication when localhost wants to send a message. That way all the scirpts on the local machine will be able to send mail and anyone from the outside world will still be required to have a password before relaying mail through this server.
The only other caveat in this situation is the fact that the domain "insidedomain.com" although setup on the DA server, it is not currently pointed to the DA server. The client is still testing their apps before they point their domain. Not sure if this is having an effect here or not.
Thank you
Right now when they attempt to send a message from the box running their Java app and DA this is what they get:
250 server.hostname.com Hello localhost [127.0.0.1]
MAIL to:<[email protected]>
500 unrecognized command
MAIL from:<[email protected]>
250 OK
RCPT to:<[email protected]>
550-Verification failed for <[email protected]>
550 Sender verify failed
QUIT
the "insidedomain.com" is a domain name that has been setup and configured in the DA control panel.
To my understanding Exim is expecting the local user's password before it will send any mail on his behalf. Is this correct?
If so how can we tell Exim not to check for authentication when localhost wants to send a message. That way all the scirpts on the local machine will be able to send mail and anyone from the outside world will still be required to have a password before relaying mail through this server.
The only other caveat in this situation is the fact that the domain "insidedomain.com" although setup on the DA server, it is not currently pointed to the DA server. The client is still testing their apps before they point their domain. Not sure if this is having an effect here or not.
Thank you