Server replied: 535 Incorrect authentication data

GNeRaL

Verified User
Joined
Mar 19, 2005
Messages
43
Location
TR
I cant send an email on Squirrelmail..

Pfff, please help :(

Code:
ERROR:
Authentication failed
Server replied: 535 Incorrect authentication data
 
You shouldn't have to auth with localhost.
This kinda means there is something not normal with your /etc/exim.conf.

In exim.conf it should read somewhere:
domainlist relay_domains = lsearch;/etc/virtual/domains : localhost
Also these could be usefull to have:
hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts : 127.0.0.1
hostlist auth_relay_hosts = *

You are using DA's standard config, right ?
 
A few days ago someone posted a thread on changes to eliminate localhost as a sender.

I pointed out in the thread (and also in an administrator's note at the top of the original post) that this could cause problems.

This may be an example of the problem.

Jeff
 
Code:
# define local lists

domainlist blacklist_domains = lsearch;/etc/virtual/blacklist_domains
domainlist whitelist_from = lsearch;/etc/virtual/whitelist_from
domainlist local_domains = lsearch;/etc/virtual/domains
domainlist relay_domains = lsearch;/etc/virtual/domains : localhost
domainlist use_rbl_domains = lsearch;/etc/virtual/use_rbl_domains
hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts : 127.0.0.1
hostlist auth_relay_hosts = *



Right ?
 
And...

Code:
This message was created automatically by mail delivery software.
A message that you sent has not yet been delivered to one or more of its
recipients after more than 24 hours on the queue on istanbul.fprot.gen.tr.

The message identifier is:     1Dc19R-00007X-75
The date of the message is:    Fri, 27 May 2005 18:28:45 +0300
The subject of the message is: asge

The address to which the message has not yet been delivered is:

 [email][email protected][/email]

No action is required on your part. Delivery attempts will continue for
some time, and this warning may be repeated at intervals if the message
remains undelivered. Eventually the mail delivery software will give up,
and when that happens, the message will be returned to you.

P.S.: forumalani.net my other site. I tested it..
 
Your local lists look good.

You're getting a temporary mail failure. You should check your exim logs and possibly do some manual delivery tests to find out why.

Jeff
 
Back
Top